-
1 dequeue
-
2 dequeue
dequeue вчт. убирать из очереди -
3 dequeue
I выводить [исключать] из очереди II очередь с двусторонним доступом Убрать dequeue вчт. убирать из очереди -
4 dequeue
-
5 dequeue
-
6 dequeue
1) Компьютерная техника: убирать из очереди2) Техника: вывод из очереди3) Вычислительная техника: выводить из очереди, двухсторонняя очередь, исключать из очереди, очередь с двусторонним доступом, удаление из очереди, удалять из очереди4) Макаров: снять с очереди -
7 dequeue
-
8 dequeue
-
9 dequeue
вчт.The New English-Russian Dictionary of Radio-electronics > dequeue
-
10 dequeue
Iвыводить [исключать] из очередиIIEnglish-Russian dictionary of computer science and programming > dequeue
-
11 dequeue
-
12 dequeue
• /vt/ убирать из очередиАнгло-русский словарь компьютерных и интернет терминов > dequeue
-
13 dequeue
см. тж. queueАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > dequeue
-
14 dequeue
сокр. от double-ended queueEnglish-Russian dictionary of telecommunications and their abbreviations > dequeue
-
15 dequeue
English-Russian dictionary of terms that are used in computer games > dequeue
-
16 dequeue
1. выводить из очереди; исключать из очереди; очередь с двусторонним доступом2. убирать из очереди -
17 dequeue
-
18 dequeue
1) очередь с двухсторонним доступом; двухсторонняя очередь3) выводить из очереди; исключать из очереди; удалять из очереди -
19 dequeue
English-Russian dictionary of Information technology > dequeue
-
20 dequeue
выводить из очереди; исключать из очереди; очередь с двусторонним доступом; убирать из очереди
- 1
- 2
См. также в других словарях:
dequeue — /dē kūˈ/ (computing) transitive verb To remove (a data processing task) from a list of tasks awaiting processing in a buffer ORIGIN: ↑de (2) … Useful english dictionary
Dequeue — In computer science, the word dequeue can be used as: A verb meaning to remove from a queue An abbreviation for double ended queue (more commonly, deque) This disambiguation page lists articles associated with the same title. If an … Wikipedia
dequeue — verb to remove an item from a queue Ant: enqueue … Wiktionary
Abstrakter Datentyp — Ein Abstrakter Datentyp (ADT) ist ein Verbund von Daten zusammen mit der Definition aller zulässigen Operationen, die auf sie zugreifen. Inhaltsverzeichnis 1 Beschreibung 2 Spezifikationen 3 Beispiel 3.1 … Deutsch Wikipedia
Tree traversal — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia
Google C++ Testing Framework — (Google Test) библиотека для модульного тестирования (англ. unit testing) на языке С++. Исходные тексты открыты с середины 2008 года[1] под лицензией BSD. Документация частично переведна на русский язык.[2] Google Test построена на… … Википедия
Double-ended queue — Not to be confused with Double ended priority queue. In computer science, a double ended queue (dequeue, often abbreviated to deque, pronounced deck) is an abstract data structure that implements a queue for which elements can only be added to or … Wikipedia
Deque — In computer science theory, a deque (short for double ended queue mdash; Deque is usually pronounced deck. ) is an abstract list type data structure, also called a head tail linked list, for which elements can be added to or removed from the… … Wikipedia
Continuation — For other uses, see Continuation (disambiguation). In computer science and programming, a continuation is an abstract representation of the control state of a computer program. A continuation reifies the program control state, i.e. the… … Wikipedia
Persistent data structure — In computing, a persistent data structure is a data structure which always preserves the previous version of itself when it is modified; such data structures are effectively immutable, as their operations do not (visibly) update the structure in… … Wikipedia
Ticket lock — A ticket lock is a form of lockless inter thread synchronization.OverviewConventionally, inter thread synchronization is achieved by using synchronization entities provided by the operating system, such as events, semaphores and mutexes.For… … Wikipedia