DictionaryForumContacts

   Russian
Terms for subject Programming containing элемент очереди | all forms | in specified order only
RussianEnglish
в каждом отдельно взятом приложении, например, в планировщике заданий, или при моделировании событий элементы очереди с приоритетами соответствуют объектам, с которыми работает это приложениеin a given application, such as job scheduling or event-driven simulation, elements of a priority queue correspond to objects in the application (см. Introduction to Algorithms Second Edition by Thomas H. Cormen et al. 2001)
вернуть первый элемент очередиreturn the head of the queue (Alex_Odeychuk)
головной элемент очередиfirst member of the queue (ssn)
добавить новый элемент в конец очередиadd a new element to the tail of the queue
добавить элемент в очередьadd an element to the queue
очередь, содержащая один элементqueue containing one item (ssn)
получить элемент из очередиretrieve an element from the queue
получить элемент из очередиpick off an item from the queue (Alex_Odeychuk)
тип элемента очередиtype of queue entry (ssn)
удалить элемент из очередиremove the element from the queue
хранить элементы очередиhold the queue's elements (The constructor initializes the array that will hold the queue's elements. Alex_Odeychuk)
элемент очередиqueue entry (ssn)
элемент очередиmember of the queue (ssn)
элементы очереди с приоритетамиelements of a priority queue (ssn)