first-in first-out fifo的意思|示意

美 / / 英 / /

先进先出先进先出


first-in first-out fifo的网络常见释义

先进先出 ... 先进技术 advanced technology at 先进先出 first-in first-out fifo 纤芯 fiber core ...

first-in first-out fifo相关短语

1、 first in first out fifo 先进先出 ; 默认为先入后出

2、 first-in-first-out fifo 先进先出

3、 First In First Out-FIFO 库存管理及估值方法

first-in first-out fifo相关例句

The mkfifo command creates a First In First Out (fifo) file.

mkfifo命令将创建一个First In First Out (fifo)文件。

In computer science, a queue data structure is your basic first-in, first-out (FIFO) structure.

在计算机科学中,队列数据结构是基本的先进先出(FIFO)结构。

The messages are delivered from the sender to the receiving application using a first-in-first-out (FIFO) mechanism.

发送方将消息传递给接收方应用程序时使用先进先出(FIFO)机制。

Any subsequent external commands, if they are run in the default SYSTEM environment, will direct their output to the default FIFO. (first-in-first-out).

任意接下来的外部命令,如果他们是在默认的SYSTEM环境下运行,将把它们的输入定向到默认的FIFO(先入先出,first - in - first - out)。

TestThread itself is a Pthread that runs using first-in, first-out (FIFO) policy at rtmax-1 so that it won't be interfered with during the testing.

testThread本身是一个Pthread,它使用先进先出(FIFO)策略以rtmax - 1优先级运行,所以它在测试期间不会造成干扰。

Basically, a queue is a first-in, first-out (FIFO) data structure.

基本上,一个队列就是一个先入先出(FIFO)的数据结构。