The NOOP scheduler inserts all incoming I/O requests into a simple FIFO queue and implements request merging.
将所有的写入放入一个简单的FIFO队列并且合并请求来提供性能;
Logically, you can view the system as managing a single FIFO queue, termed a run-queue, for each of the 40 priorities.
逻辑上可将系统看作:为(40个中的)每个优先级管理一个fifo序列,称为运行队列。
IF all tokens of all endpoints in the group are assigned, the mediation flow request is stored in a FIFO queue until a token becomes free.
如果一个组中的所有端点的所有令牌都已分配出去,那么仲裁流请求将储存在一个fifo队列中,直至有令牌转变成未占用状态。
The receiver side reads out the data from FIFO queue according to the type of data, and form one integrated frame to make sure of the integrality of frame.
接收方根据所传类型,将读出数据按自动行成帧处理以保证帧完整。
For those unfamiliar with the concept of a blocking queue, it is essentially a FIFO data structure, with a twist.
假如不熟悉阻塞队列概念,它实质上就是一种带有一点扭曲的FIFO数据结构。
Basically, a queue is a first-in, first-out (FIFO) data structure.
基本上,一个队列就是一个先入先出(FIFO)的数据结构。
In computer science, a queue data structure is your basic first-in, first-out (FIFO) structure.
在计算机科学中,队列数据结构是基本的先进先出(FIFO)结构。
Channels provide a FIFO communication queue that can be used for just this purpose.
Channel提供一个FIFO通信队列刚好能达到这一目的。
The BlockingQueue interface states that it is a Queue, meaning that its items are stored in first in, first out (FIFO) order.
BlockingQueue接口表示它是一个Queue,意思是它的项以先入先出(FIFO)顺序存储。
The instructions PUSH and QUEUE correspond to LIFO and FIFO operations on the stack.
指令push和QUEUE对应的是对栈的LIFO和FIFO操作。
As FIFO discipline was enforced in the simulation, no activity waited more than other activities in the queue.
作为FIFO的纪律是执行在模拟演习中,没有任何活动,等待多于其他活动,在队列中。
As FIFO discipline was enforced in the simulation, no activity waited more than other activities in the queue.
作为FIFO的纪律是执行在模拟演习中,没有任何活动,等待多于其他活动,在队列中。
应用推荐