slovo | definícia |
lexer (foldoc) | lexical analyser
lexer
(Or "scanner") The initial input stage of a
language processor (e.g. a compiler), the part that performs
lexical analysis.
(1995-04-05)
|
lexer (jargon) | lexer
/lek'sr/, n.
Common hacker shorthand for lexical analyzer, the input-tokenizing stage in
the parser for a language (the part that breaks it into word-like pieces).
“Some C lexers get confused by the old-style compound ops like =-.”
|
| podobné slovo | definícia |
data multiplexer (encz) | data multiplexer, n: |
demultiplexer (encz) | demultiplexer,demultiplexor n: Zdeněk Brož |
diplexers (encz) | diplexers, |
multiplexer (encz) | multiplexer,multiplexer n: Zdeněk Brož |
multiplexers (encz) | multiplexers,multiplexery n: pl. Zdeněk Brož |
multiplexer (czen) | multiplexer,multiplexern: Zdeněk Brož |
multiplexery (czen) | multiplexery,multiplexersn: pl. Zdeněk Brož |
duplexer (gcide) | duplexer \du"plex*er\, n. (Radio)
a device which switches electronic circuitry so that a radio
antenna can function as either a transmitting or receiving
antenna.
[PJC] |
data multiplexer (wn) | data multiplexer
n 1: a multiplexer that permits two or more data sources to
share a common transmission medium |
flexeril (wn) | Flexeril
n 1: muscle relaxant (trade name Flexeril) used for muscle
spasms or acute injury [syn: cyclobenzaprine, Flexeril] |
multiplexer (wn) | multiplexer
n 1: a device that can interleave two or more activities |
multiplexer (foldoc) | multiplexing
multiple access
multiplexer
multiplexor
mux
1. (Or "multiple access") Combining several
signals for transmission on some shared medium (e.g. a
telephone wire). The signals are combined at the transmitter
by a multiplexor (a "mux") and split up at the receiver by a
demultiplexor. The communications channel may be shared
between the independent signals in one of several different
ways: time division multiplexing, {frequency division
multiplexing}, or code division multiplexing.
If the inputs take turns to use the output channel ({time
division multiplexing}) then the output bandwidth need be no
greater than the maximum bandwidth of any input.
If many inputs may be active simultaneously then the output
bandwidth must be at least as great as the total bandwidth of
all simultaneously active inputs. In this case the
multiplexor is also known as a concentrator.
(1995-03-02)
2. Writing multiple logical copies of data
files. Placing the copies on totally separate paths to
mirrored devices greatly reduces the probability of all
copies being corrupt. Multiplexing differs from mirroring in
that mirroring takes one data file and copies it to many
devices, thus making it possible to copy a corrupt file many
times. Multiplexing writes the data files to many places
simultaneously; there is no "original" data file.
(2001-05-10)
|
|