FIFO
美 [ˈfaɪfo]
英 [ˈfaɪfəʊ] 
英汉解释
abbr. | 1. (=first in first out)先进先出 |
英英解释
例句
For those unfamiliar with the concept of a blocking queue, it is essentially a FIFO data structure, with a twist.
假如不熟悉阻塞队列概念,它实质上就是一种带有一点扭曲的FIFO数据结构。
If the receiver is running out of FIFO space it signals the sender to stop by generating a square-wave at an eighth of the clock frequency.
如果接收器快用光了先进先出法空间信号发送它停止产生一个方波在八分之一的时钟频率。
Data is transmitted out of the FIFO at a transmit clock rate using a transmit address pointer incremented at the transmit clock rate.
数据传输FIFO的,地点为发送时钟使用的传输速率地址指针在发送时钟速度递增。
FIFO has one disadvantage. It does not always allow the maximum concurrency.
FIFO有一个缺点,它并不总是允许最大的并发度。
Buffer, which provides a blocking FIFO-buffered semantics for the channel with which it is associated.
为与之相关联的通道提供了一个阻塞的先进先出的缓冲语义。
Taking advantage of the variability benefits of FIFO scheduling, however, can require some further changes to your application.
但是,要利用FIFO调度机制的易变性优势,可能需要进一步更改您的应用程序。
Asynchronous FIFO is applied to the design of asynchronous data buffer between the interface and the core of ATM communication chip.
采用异步FIFO法设计ATM通信芯片中接口与内核的异步数据缓冲器。
By simulation experiments, the effectiveness and stability of this method under FIFO and RED queuing have been verified.
通过模拟实验,该方法在FIFO和RED队列调度模式下的有效性和稳定性得到了证实。
Fortunately, the asynchronous FIFO memory can be employed to deal with the data transferring problem well.
异步FIFO缓冲存储器正是解决这种数据传输问题的理想方法。
Commonly used in disk drive scheduling algorithms are: simple disk drive scheduling algorithm is first in first out (FIFO) method.
常用的磁盘驱动调度算法有:最简单的磁盘驱动调度算法是先入先出(FIFO)法。
For simplicity, the page-out algorithm uses FIFO page-out algorithm, and in one out of only the page in the page table to erase.
为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。
This FIFO receiver buffer receives data at an input write-data rate filling up the memory storage cells therein.
这先进先出接收机接收缓冲区写在输入数据速率的内存填补其中的数据存储单元。
We use FIFO input queueing strategy to improve the network performance of cell overflow probability and analyze benefit of the ATM network.
提出了采用FIFO输入排队策略改善网络信元丢失率性能并对该ATM网络进行了效益分析。
Notice, however, that FIFO for physical flow does not prohibit from using LIFO, weighted-average, etc. for cost flow.
注意,然而,先进先出的物理流动不禁止使用后进先出,加权平均,等费用流!
Many designs require FIFO elastic buffers to form a bridge between subsystems with different clock rates and access requirements.
许多设计需要FIFO弹性缓冲器,在不同时钟速率的次系统和通道的需求中形成桥梁。
However, neither a pipe nor a named pipe provides random access, because each operates as a first-in, first-out (FIFO) device.
但是,管道和命名管道都不提供随机访问,因为它们都作为先入先出(FIFO)设备。
Ensure all the operation must be based with standard procedure. Insist on FIFO for all staff.
确保所有操作遵照流程执行,坚持先进先出(FIFO)原则。
This means that first-in-first-out (FIFO) processing is not guaranteed, as is common with many message queue implementations.
这意味着先进先出(first-in-first-out,FIFO)处理不得到保证,这在很多消息队列实现中都很常见。
Unfortunately, most currently available FIFO buffers are unsuitable for this application.
不幸地,大部分普遍使用的FIFO缓冲器不适于这个应用。
Simulation of virtual storage management page address translation and page fault, and FIFO method to deal with page fault.
模拟页式虚拟存储管理地址转换和缺页中断,并用FIFO算法处理缺页中断。
You can then use this FIFO file to move information from one application to another without storing the data in an intermediate file.
然后,您可以使用此FIFO文件将信息从一个应用程序移到另一个应用程序,而不需要将数据存储在中间文件中。
FIFO buffer is assumed by way of rail operations, the design algorithm to solve the problem rearrangement of railroad cars.
假定缓冲轨按先进先出的方式运作,设计算法解决火车车厢重排问题。
By default, slots are called in first-in first-out (FIFO) order, so the output of this program will be as expected.
默认情况下,插槽以先进先出(FIFO)的次序被调用,因此该程序的输出应该是。
The input and output FIFO between the accelerator and chip is used to improve transmission efficiency and speed.
在加速器与芯片之间的数据传输采用输入输出FIFO的方法,提高传输效率和速度。
Rx Trigger Level: This value sets the level at which the Rx FIFO buffer is filled before it is passed on to a application.
这个值设定将其传递给应用程序之前RxFIFO缓冲区充满的水平。
In fact, choosing block memory or distributed memory depends on how important this FIFO is in your system.
实际上,选择阻塞存储器还是分布式存储器,依靠系统中FIFO的重要性。
Compute inventory in a perpetual system using the methods of specific identification, FIFO, LIFO, and weighted average.
用个别计价法、先进先出法、后进先出法和加权平均法在永续存货系统中计算存货
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队列中,直至有令牌转变成未占用状态。
Logically, you can view the system as managing a single FIFO queue, termed a run-queue, for each of the 40 priorities.
逻辑上可将系统看作:为(40个中的)每个优先级管理一个FIFO序列,称为运行队列。
InfiniteBuffer, which also provides a FIFO semantics, except that only readers can be blocked if the buffer is empty.
也提供先进先出语义,但是如果缓冲为空,那么可以将阅读器阻塞。
The lock grants first in - first out (FIFO) access to writers and starves readers under a continuous load of writers.
锁授予对编写器的先进先出(FIFO)访问,并使读取器在编写器在持续负载的情况下停止。
l Make stock management for water products, to make sure regional warehouse is strictly following up with FIFO policy.
为水产品做公道的库存安排,并确保地区仓库严格执行先进先出原则。
Greater the Synchronizing latency, higher the FIFO size requirement to buffer more additional data written.
越大的延时,需要越大的FIFO来缓冲更多和写数据。
The messages are delivered from the sender to the receiving application using a first-in-first-out (FIFO) mechanism.
发送方将消息传递给接收方应用程序时使用先进先出(FIFO)机制。
We have to know at what receiver FIFO fill-level we have to signal a stop condition to the sender.
我们必须知道我们必须接收信号fill-levelFIFO停止条件对送礼的人。
The last limitation of the solution is that there is no priority or FIFO approach.
该解决方案的最后一个限制就是没有优先级或FIFO方法。
Ensure goods transfer has Good Transfer Form, get proper approval, and keep warehouse inventory in FIFO . . .
确保物料转移具有转移单并得到批准,和先进先出;
Assure the accuracy and timeliness of material receiving and issuing with strict control of FIFO methodology.
根据有名管道的科学方法,确保材料接受和发布的准确性和及时性。
Monitor visual management system: deploy visual FIFO and install physical alert systems.
监督仓库目视化,先进先出及物料预警系统;
Strictly follow the principle of FIFO, when changing or stoping one grade, it needs returning the remaining bags.
严格控制先进先出的原则使用袋子,转产或停止包装一个型号后必需及时退回剩余的包装袋