英语人>词典>英汉 : dequeue的中文,翻译,解释,例句
dequeue的中文,翻译,解释,例句

dequeue

dequeue的基本解释
-

离队, 出列

更多网络例句与dequeue相关的网络例句 [注:此内容来源于网络,仅供参考]

In our procedures ENQUEUE and DEQUEUE, the error checking for underflow and overflow has been omitted.

和 在操作中不考虑对上溢和下溢的错误检测。

If the subscriber is a user application, then the application will dequeue the message from the staging area in order to consume the message.

如果订阅者是应用程序,此程序将使中转区内的消息出队以便使用消息。

One of our engineers changed the dequeue algorithm to batch dequeues for transmit, drop the queue lock, and then transmit the batched packets.

我们当中的一位工程师修改了出队算法,实现了传输的批量出队,去掉了队列锁,然后批量传送数据包。

The event handler system needs to dequeue and handle that event quickly; if it doesn't, the system concludes after a few seconds that the application is hung and offers to kill it for the user.

事件处理处理器必须出列,然后快速的处理事件。如果不是这样的话,在几秒中后系统推断程序正在挂起中,并提示用户去关掉它。

These messages can be formatted as LCRs, which will allow them to be consumed by the apply engine , or they can be formatted for consumption by another user application using an explicit dequeue.

这样的消息可以被格式化为 LCR,使其能够被应用引擎使用;这些消息也可以被格式化为特定的形式,经显式地出队供相应的应用程序使用。

加载更多网络例句 (11)
更多网络解释与dequeue相关的网络解释 [注:此内容来源于网络,仅供参考]

dequeue:出列

先进先出队列支持2种基本操作:出列(Dequeue)和入队(Enqueue). 出列是把队列的头数据进行处理,而入队则是把新待处理数据加入到队列的末尾. 当然,某些队列的实现还会支持查看头数据(Peek)和计算队列长度(getLength)这2种操作.

dequeue:出队

一个链队列由队头、队尾指针唯一确定. 在表尾的插入运算称为入队,在表头的删除运算称为出队. [解答] 此算法实现删除带头结点的链队列中重复出现的元素. [例2-32] 利用栈模拟一个队列,编程实现用栈的运算来实现该队列的出队(Dequeue)运算.

dequeue:离队

deque 双队列 | dequeue 离队 | derivation 派生

dequeue:队列中去项;散队

deputy general manager 副总经理 | dequeue 队列中去项;散队 | DeR 降解反应

dequeue any queue:就是可以向所有队列使消息出队的权限

enqueue any queue 就是向所有队列中加入消息的权限; | dequeue any queue 就是可以向所有队列使消息出队的权限; | manage any queue 就是在所有所有方案下,允许运行DBMS_AQADM的权限