slovo | definícia |
precedence (encz) | precedence,nadřazenost n: Zdeněk Brož |
precedence (encz) | precedence,priorita n: Zdeněk Brož |
precedence (encz) | precedence,přednost n: Zdeněk Brož |
precedence (czen) | precedence,antecedencen: Zdeněk Brož |
Precedence (gcide) | Precedence \Pre*ced"ence\, Precedency \Pre*ced"en*cy\, n. [Cf.
F. pr['e]c['e]dence. See Precede.]
1. The act or state of preceding or going before in order of
time; priority; as, one event has precedence of another.
[1913 Webster]
2. The act or state of going or being before in rank or
dignity, or the place of honor; right to a more honorable
place; superior rank; as, barons have precedence of
commoners.
[1913 Webster]
Which of them [the different desires] has the
precedency in determining the will to the next
action? --Locke.
[1913 Webster]
Syn: Antecedence; priority; pre["e]minence; preference;
superiority.
[1913 Webster] |
precedence (wn) | precedence
n 1: status established in order of importance or urgency;
"...its precedence as the world's leading manufacturer of
pharmaceuticals"; "national independence takes priority
over class struggle" [syn: precedence, precedency,
priority]
2: preceding in time [syn: priority, antecedence,
antecedency, anteriority, precedence, precedency]
[ant: posteriority, subsequence, subsequentness]
3: the act of preceding in time or order or rank (as in a
ceremony) [syn: precession, precedence, precedency] |
precedence (foldoc) | precedence
operator precedence
|
PRECEDENCE (bouvier) | PRECEDENCE. The right of being first placed in a certain order, the first
rank being supposed the most honorable.
2. In this country no precedence is given by law to men.
3. Nations, in their intercourse with each other, do not admit any
precedence; hence in their treaties in one copy one is named first, and the
other in the other. In some cases of officers when one must of necessity act
as the chief, the oldest in commission will have precedence; as when the
president of a court is not present, the associate who has the oldest
commission will have a precedence; or if their. commissions bear the same
date, then the oldest man.
4. In. the, army and navy there is an order of precedence which
regulates the officers in their command.
|
| podobné slovo | definícia |
precedence (encz) | precedence,nadřazenost n: Zdeněk Brožprecedence,priorita n: Zdeněk Brožprecedence,přednost n: Zdeněk Brož |
take precedence over (encz) | take precedence over,mít přednost před web |
precedence (czen) | precedence,antecedencen: Zdeněk Brož |
precedence (wn) | precedence
n 1: status established in order of importance or urgency;
"...its precedence as the world's leading manufacturer of
pharmaceuticals"; "national independence takes priority
over class struggle" [syn: precedence, precedency,
priority]
2: preceding in time [syn: priority, antecedence,
antecedency, anteriority, precedence, precedency]
[ant: posteriority, subsequence, subsequentness]
3: the act of preceding in time or order or rank (as in a
ceremony) [syn: precession, precedence, precedency] |
precedence (foldoc) | precedence
operator precedence
|
precedence lossage (foldoc) | precedence lossage
/pre's*-dens los'*j/ A misunderstanding of {operator
precedence} resulting in unintended grouping of arithmetic or
logical operators when coding an expression. Used
especially of mistakes in C code due to the nonintuitively
low precedence of "&", "|", "^", "". For example,
the following C expression, intended to test the least
significant bit of x,
x & 1 == 0
is parsed as
x & (1 == 0)
which is always zero (false).
Some lazy programmers ignore precedence and parenthesise
everything. Lisp fans enjoy pointing out that this can't
happen in *their* favourite language, which eschews precedence
entirely, requiring one to use explicit parentheses
everywhere.
[Jargon File]
(1994-12-16)
|
precedence lossage (jargon) | precedence lossage
/pre's@·dens los'@j/, n.
[C programmers] Coding error in an expression due to unexpected grouping of
arithmetic or logical operators by the compiler. Used esp. of certain
common coding errors in C due to the nonintuitively low precedence levels
of &, |, ^, (for this reason, experienced C programmers
deliberately forget the language's baroque precedence hierarchy and
parenthesize defensively). Can always be avoided by suitable use of
parentheses. LISP fans enjoy pointing out that this can't happen in their
favorite language, which eschews precedence entirely, requiring one to use
explicit parentheses everywhere. See aliasing bug, memory leak, {memory
smash}, smash the stack, fandango on core, overrun screw.
|
PRECEDENCE (bouvier) | PRECEDENCE. The right of being first placed in a certain order, the first
rank being supposed the most honorable.
2. In this country no precedence is given by law to men.
3. Nations, in their intercourse with each other, do not admit any
precedence; hence in their treaties in one copy one is named first, and the
other in the other. In some cases of officers when one must of necessity act
as the chief, the oldest in commission will have precedence; as when the
president of a court is not present, the associate who has the oldest
commission will have a precedence; or if their. commissions bear the same
date, then the oldest man.
4. In. the, army and navy there is an order of precedence which
regulates the officers in their command.
|
|