英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

queue    音标拼音: [kj'u]
n. 队列
n. 辫子,长队
vt. 梳成辫子
vi. 排队 ; (一组等待处理的数据包或事物)

队列辫子,长队梳成辫子排队 ; (一组等待处理的数据包或事物)

queue
队列; 伫列; 排队; 排序; 等待序列; 等候线; 伫列; 等候伫列 Q


queue
排程程式申请伫列


queue
排程程序等待伫列

queue
队伍 队列 伫列

queue
n 1: a line of people or vehicles waiting for something [synonym:
{queue}, {waiting line}]
2: (information processing) an ordered list of tasks to be
performed or messages to be transmitted
3: a braid of hair at the back of the head
v 1: form a queue, form a line, stand in line; "Customers lined
up in front of the store" [synonym: {line up}, {queue up},
{queue}]

Queue \Queue\, n. [F. See {Cue}.]
(a) A tail-like appendage of hair; a pigtail.
(b) A line of persons waiting anywhere.
[1913 Webster]


Queue \Queue\, v. t.
To fasten, as hair, in a queue.
[1913 Webster]

101 Moby Thesaurus words for "queue":
Indian file, afterpart, afterpiece, array, articulation, bank,
braid, brush, bun, buzz, catena, catenation, cauda,
caudal appendage, caudation, chain, chain reaction, chaining,
chignon, coil, column, concatenation, connection, consecution,
continuum, cordon, cortege, course, crocodile, cue, cycle, descent,
dock, drone, echelon, endless belt, endless round, fall in,
fall into line, fall into rank, fantail, file, filiation,
form a line, gamut, get in formation, get in line, gradation, hum,
knot, line, line up, lineage, monotone, nexus, order, pendulum,
periodicity, picket, pigtail, plait, plenum, powder train,
procession, progression, queue up, range, rank, rattail,
recurrence, reticulation, retinue, rotation, round, routine, row,
run, scale, sequence, series, single file, spectrum, string, stub,
succession, swath, tab, tag, tail, tailback, tailpiece, take rank,
thread, tier, topknot, trail, trailer, train, twist, wake,
windrow

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)



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 数据结构中的队列(queue)是什么,它有什么应用场景? - 知乎
    1、队列(Queue)与栈一样,是一种线性存储结构,它具有如下特点: (1)队列中的数据元素遵循“先进先出”(First In First Out)的原则,简称FIFO结构;
  • 驱动local print queue缺失 用驱动精灵修复 总是修复不了 重启之后还是这个问题?
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 为什么 std::queue 的默认容器为 std::deque 而非 std::list? - 知乎
    5 通用性:'std::deque' 在很多标准库实现中是一个既支持快速随机访问又支持高效插入删除的通用数据结构,这使得它成为 'std::queue' 的一个理想选择。 尽管 'std::deque' 是 'std::queue' 的默认容器,但 C++ 标准库的灵活性允许用户根据具体的需求选择不同的底层容器。
  • 为什么C++STL里的queue不支持随机访问但deque却 . . . - 知乎
    因此queue可以有各种实现,有些实现(queue<T, deque<T>>)可能支持随机访问,而有些实现(queue<T, list<T>>)不支持。因此作为他们的抽象,只能用所有queue的共性作为接口。 如果queue支持随机访问,那你让适配list的queue(即queue<int, list<int>>)怎么实现呢?
  • 知乎 - 有问题,就会有答案
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • C++ queue 的 push 和 emplace 有哪些区别? - 知乎
    如果需要一个标准的话,那么 c++ 14(
  • 知乎 - 知乎
    有问题,上知乎。知乎,可信赖的问答社区,以让每个人高效获得可信赖的解答为使命。知乎凭借认真、专业和友善的社区氛围,结构化、易获得的优质内容,基于问答的内容生产方式和独特的社区机制,吸引、聚集了各行各业中大量的亲历者、内行人、领域专家、领域爱好者,将高质量的内容透过
  • queueing 和 queuing 这两个单词的区别是什么,哪一个是动词queue的现在进行式? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 用STM32CUBE配置ADC Injected Queue这部分是在配置什么呀,具体问题请见详细?
    ADC Injected Queue是用于配置STM32的ADC转换序列的一种方式。通过配置Injected Queue,可以使ADC转换通道以队列的形式进行,即在一个转换序列中,每个通道按照设定顺序被逐一转换。
  • 2025年了,要不要升级win11? - 知乎
    win10: 点开后,左侧直接可以用鼠标滚轮滑动。 左侧相当于上面win7点开所有程序后的所有内容按字母顺序排列,右侧是相当于win7上面那几个你常用的程序(你还可以右键附到开始菜单把一些冷门程序加进去)。





中文字典-英文字典  2005-2009