FIFO
abbr. 先入先出(first in,first out)
2025-09-07 04:11 浏览次数 7
abbr. 先入先出(first in,first out)
FIFO buffer缓沖区
deep fifo大容量fifo
FIFO Ring下面我们用下循环队列
fifo algorithm先进先出算法
Synchronous FIFO同步缓沖器设计
FIFO Memories先进先出存储器
fifo input先进先出输入
fifo processing先进先出处理
For those unfamiliar with the concept of a blocking queue, it is essentially a FIFO data structure, with a twist.
假如不熟悉阻塞队列概念,它实质上就是一种带有一点扭曲的FIFO数据结构。
Channels provide a FIFO communication queue that can be used for just this purpose.
Channel提供一个FIFO通信队列刚好能达到这一目的。
The spirit of the RTSJ is that all queues of threads are FIFO and priority based.
RTSJ的原理是所有的线程队列都是FIFO并且是基于优先级的。
All Pthreads created for the test are run FIFO policy at rtmax priority so that they won't be interfered with at all other than by critical system interrupts.
为测试创建的所有pthread使用FIFO策略以rtmax优先级运行,所以它们不会被除了关键系统中断之外的所有东西干扰。
Both new thread types also typically use a FIFO (first-in, first out) scheduling policy instead of the familiar round-robin scheduling used by JVMs running on most OSs.
两种新线程类型都是用FIFO(先进先出)调度策略,而不是在大部分OS上运行的JVM所使用的熟悉的循环调度策略。
You can then use this FIFO file to move information from one application to another without storing the data in an intermediate file.
然后,您可以使用此FIFO文件将信息从一个应用程序移到另一个应用程序,而不需要将数据存储在中间文件中。
Taking advantage of the variability benefits of FIFO scheduling, however, can require some further changes to your application.
但是,要利用FIFO调度机制的易变性优势,可能需要进一步更改您的应用程序。
The above problem can be circumvented by the use of DISTINCT and one or more timestamp columns to simulate FIFO or LCFO; however DB2 will use an additional step to eliminate the duplicates.
上述问题可以通过使用DISTINCT和一个或多个时间戳列模拟FIFO或LCFO来回避;但是,DB2将使用一个额外步骤来消除重复。
Because multiple instances of this script will probably be running at the same time, it is necessary to create a separate FIFO pipe for each one.
因为可能同时运行这个脚本的多个实例,所以需要为每个实例创建独立的FIFO管道。
S_ISFIFO (mode) — is this a pipe or FIFO special file?
S_ISFIFO (mode)——是否为管道或FIFO特殊文件?
Nonetheless, FIFO scheduling provides an important helping hand to an application designer trying to put a cap on delays.
尽管如此,FIFO调度机制为尝试减少延迟的应用程序设计师提供了一项重要帮助。
The instructions PUSH and QUEUE correspond to LIFO and FIFO operations on the stack.
指令push和QUEUE对应的是对栈的LIFO和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序列,称为运行队列。
Priority-based FIFO behavior — as in the earlier synchronization example where the highest-priority thread is chosen to execute next — also applies to the queues of lock contenders and lock waiters.
基于优先级的FIFO行为——在前面的同步示例中,将接着执行具有最高优先级的线程——也适用于锁争用者和锁等待者的队列。
In this case the row returned to RPG is dependent on which of the duplicate key handling DDS keywords (LIFO (default), FIFO or LCFO) were used when creating the keyed logical file.
在这种情况下,返回R PG的行取决于创建键逻辑文件时使用的是哪个用于处理DDS关键字的重复键(LIFO(默认值)、FIFO或LCFO)。
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 first two lines delete the existing tap file and replace it with another FIFO pipe.
前两行删除现有的tap文件,并用另一个FIFO管道代替它。