- LIFO queue
-
стек
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
LIFO — is an acronym which stands for last in, first out. In computer science and queueing theory this refers to the way items stored in some types of data structures are processed. By definition, in a LIFO structured linear list, elements can only be… … Wikipedia
LIFO — У этого термина существуют и другие значения, см. FIFO и LIFO. Самый верхний элемент стека, который добавлен последним, извлекается самым первым. Поэтому такой стек является структурой типа LIFO LIFO (акроним Last In, First Out, «по … Википедия
LIFO (информатика) — У этого термина существуют и другие значения, см. LIFO. Самый верхний элемент стека, который добавлен последним, извлекается самым первым. Поэтому такой стек является структурой типа LIFO. LIFO акроним Last In, First Out («последним пришёл первым … Википедия
Queue (data structure) — A queue (pronounced /kjuː/) is a particular kind of collection in which the entities in the collection are kept in order and the principal (or only) operations on the collection are the addition of entities to the rear terminal position and… … Wikipedia
LIFO — /luy foh/, n. 1. See last in, first out (def. 1). 2. Computers. a data storage and retrieval technique, usually implemented using a queue, in which the last item stored is the first item retrieved. [l(ast) i(n,) f(irst) o(ut)] * * * … Universalium
queue — Excessive demand on a system at any given point in time creates queues, which are lists of items waiting for processing in a predefined order (i.e., LIFO, FIFO, or priority) … IT glossary of terms, acronyms and abbreviations
Message Queue — In der Informatik bezeichnet eine Warteschlange (engl. Queue [kju]) eine häufig eingesetzte spezielle Datenstruktur. Inhaltsverzeichnis 1 Funktionsprinzip 2 Illustration 3 Anwendung 4 Imp … Deutsch Wikipedia
push-down queue — noun a queue in which the last item to go in is the first item to come out (LIFO) • Hypernyms: ↑queue … Useful english dictionary
push-down queue — A method of maintaining a priority list of items waiting to be processed in a system in which the last item added to the list is the first item processed (LIFO) … IT glossary of terms, acronyms and abbreviations
last in/first out — (LIFO) A queuing technique in which the newest entry in a queue or file is the first to be removed … IT glossary of terms, acronyms and abbreviations
FIFO — is an acronym for First In, First Out, an abstraction in ways of organizing and manipulation of data relative to time and prioritization. This expression describes the principle of a queue processing technique or servicing conflicting demands by… … Wikipedia