翻訳と辞書
Words near each other
・ queen's university
・ queens problem
・ queens puzzle
・ quel
・ query
・ query by example
・ query expansion
・ ques
・ quest
・ question mark
queue
・ queued sequential access method
・ quick
・ quick mail queueing protocol
・ quick mail transfer protocol
・ quick-and-dirty
・ quickdraw
・ quicksilver
・ quicksort
・ quicktime


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

queue : FOLDOC
queue
A first-in first-out data structure used to sequence objects. Objects are added to the tail of the queue ("enqueued") and taken off the head ("dequeued").
For example, an operating system might use a queue to serialise concurrent demands for a resource such as a printer, processor or communications channel. Users might place files on a print queue and a background process or "demon" would take them off and print them. Another common use is to pass data between an interrupt handler and a user process.
(2007-05-18)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.