- operator precedence
1. приоритет оператора (в программе)
2. предшествование операторов, операторное предшествование
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
operator precedence — operacijų prioritetas statusas T sritis informatika apibrėžtis Operacijų atlikimo pirmumas. Kai reiškinyje iš eilės parašytos kelios skirtingos operacijos be skliaustų, tada jų atlikimo eilė nustatoma pagal operacijų prioritetus. Paprastai… … Enciklopedinis kompiuterijos žodynas
Operator-precedence parser — An operator precedence parser is a bottom up parser that interprets an operator precedence grammar. For example, most calculators use operator precedence parsers to convert from the human readable infix notation with order of operations format… … Wikipedia
Operator-precedence grammar — An operator precedence grammar is a kind of grammar for formal languages. Technically, an operator precedence grammar is a context free grammar that has the property (among others[1]) that no production has either an empty right hand side or two… … Wikipedia
Operator — may refer to: Contents 1 Music 2 Computers 3 Science and mathematics … Wikipedia
Operator associativity — For the mathematical concept of associativity, see Associativity. In programming languages and mathematical notation, the associativity (or fixity) of an operator is a property that determines how operators of the same precedence are grouped in… … Wikipedia
operator priority — operacijų prioritetas statusas T sritis informatika apibrėžtis Operacijų atlikimo pirmumas. Kai reiškinyje iš eilės parašytos kelios skirtingos operacijos be skliaustų, tada jų atlikimo eilė nustatoma pagal operacijų prioritetus. Paprastai… … Enciklopedinis kompiuterijos žodynas
Operator (programming) — Programming languages generally support a set of operators that are similar to operations in mathematics. A language may contain a fixed number of built in operators (e.g. + * = in C and C++), or it may allow the creation of programmer defined… … Wikipedia
Operator overloading — Theories and practice of polymorphism Double dispatch Multiple dispatch Operator overloading Polymorphism in computer science Polymorphism in OOP Subtyping … Wikipedia
Common operator notation — This article is about the concept of operator precedence. For operator precedence parsing, see operator precedence parser. In programming languages, common operator notation is one way of notating mathematical expressions as a linear sequence of… … Wikipedia
Comma operator — In the C and C++ programming languages, the comma operator (represented by the token ,) is a binary operator that evaluates its first operand and discards the result, and then evaluates the second operand and returns this value (and type). The… … Wikipedia
Hyper operator — Articleissues OR=September 2008The hyper operators forming the hyper n family are related to Knuth s up arrow notation and Conway chained arrow notation as follows: extrm{hyper} n (a, b) = extrm{hyper}(a,n,b) = a uparrow^{n 2} b = a o b o (n 2)… … Wikipedia