Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Queue_(abstract_data_type)> ?p ?o. }
Showing items 1 to 40 of
40
with 100 items per page.
- Queue_(abstract_data_type) abstract "In computer science, a queue (/ˈkjuː/ KEW) is a particular kind of abstract data type or 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, known as enqueue, and removal of entities from the front terminal position, known as dequeue. This makes the queue a First-In-First-Out (FIFO) data structure. In a FIFO data structure, the first element added to the queue will be the first one to be removed. This is equivalent to the requirement that once a new element is added, all elements that were added before have to be removed before the new element can be removed. Often a peek or front operation is also entered, returning the value of the front element without dequeuing it. A queue is an example of a linear data structure, or more abstractly a sequential collection.Queues provide services in computer science, transport, and operations research where various entities such as data, objects, persons, or events are stored and held to be processed later. In these contexts, the queue performs the function of a buffer.Queues are common in computer programs, where they are implemented as data structures coupled with access routines, as an abstract data structure or in object-oriented languages as classes. Common implementations are circular buffers and linked lists.".
- Queue_(abstract_data_type) thumbnail Data_Queue.svg?width=300.
- Queue_(abstract_data_type) wikiPageExternalLink Queues.
- Queue_(abstract_data_type) wikiPageExternalLink containers14.
- Queue_(abstract_data_type) wikiPageExternalLink downloads.html.
- Queue_(abstract_data_type) wikiPageExternalLink class.splqueue.php.
- Queue_(abstract_data_type) wikiPageExternalLink queue-data-structure.
- Queue_(abstract_data_type) wikiPageID "25265".
- Queue_(abstract_data_type) wikiPageRevisionID "598657473".
- Queue_(abstract_data_type) hasPhotoCollection Queue_(abstract_data_type).
- Queue_(abstract_data_type) subject Category:Abstract_data_types.
- Queue_(abstract_data_type) subject Category:Articles_with_example_C++_code.
- Queue_(abstract_data_type) comment "In computer science, a queue (/ˈkjuː/ KEW) is a particular kind of abstract data type or 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, known as enqueue, and removal of entities from the front terminal position, known as dequeue. This makes the queue a First-In-First-Out (FIFO) data structure.".
- Queue_(abstract_data_type) label "Coda (informatica)".
- Queue_(abstract_data_type) label "Cola (informática)".
- Queue_(abstract_data_type) label "File (structure de données)".
- Queue_(abstract_data_type) label "Kolejka (informatyka)".
- Queue_(abstract_data_type) label "Queue (abstract data type)".
- Queue_(abstract_data_type) label "Queue (informatica)".
- Queue_(abstract_data_type) label "Warteschlange (Datenstruktur)".
- Queue_(abstract_data_type) label "Очередь (программирование)".
- Queue_(abstract_data_type) label "طابور".
- Queue_(abstract_data_type) label "キュー (コンピュータ)".
- Queue_(abstract_data_type) label "队列".
- Queue_(abstract_data_type) sameAs Fronta_(datová_struktura).
- Queue_(abstract_data_type) sameAs Warteschlange_(Datenstruktur).
- Queue_(abstract_data_type) sameAs Ουρά_(δομή_δεδομένων).
- Queue_(abstract_data_type) sameAs Cola_(informática).
- Queue_(abstract_data_type) sameAs File_(structure_de_données).
- Queue_(abstract_data_type) sameAs Coda_(informatica).
- Queue_(abstract_data_type) sameAs キュー_(コンピュータ).
- Queue_(abstract_data_type) sameAs 큐_(자료_구조).
- Queue_(abstract_data_type) sameAs Queue_(informatica).
- Queue_(abstract_data_type) sameAs Kolejka_(informatyka).
- Queue_(abstract_data_type) sameAs m.069y3.
- Queue_(abstract_data_type) sameAs Q220543.
- Queue_(abstract_data_type) sameAs Q220543.
- Queue_(abstract_data_type) wasDerivedFrom Queue_(abstract_data_type)?oldid=598657473.
- Queue_(abstract_data_type) depiction Data_Queue.svg.
- Queue_(abstract_data_type) isPrimaryTopicOf Queue_(abstract_data_type).