FIFO

abbr.  先进先出(法);先装先卸(法)(First in First out); 先进先出缓冲器; 飞行检查现场办事处(Flight Inspection Field Office)

计算机



双语例句

  1. SCHED_RR and SCHED_FIFO are intended to be used by applications requiring more deterministic and timely needs.
    SCHEDRR和SCHEDFIFO主要用于具有更高的确定性和时限需求的应用程序。
  2. The last limitation of the solution is that there is no priority or FIFO approach.
    该解决方案的最后一个限制就是没有优先级或FIFO方法。
  3. A pipe is a first-in-first out ( FIFO) data structure.
    管道是先入先出(FIFO)数据结构。
  4. This piece covers FIFO and round-robin scheduling in addition to providing a short summary of the schedulers in each major operating system.
    该页简要概述了每个主要的操作系统中的调度外还涵盖了FIFO和循环调度。
  5. In computer science, a queue data structure is your basic first-in, first-out ( FIFO) structure.
    在计算机科学中,队列数据结构是基本的先进先出(FIFO)结构。
  6. This section describes more details of thread scheduling as described in the RTSJ and aspects of the Linux SCHED_FIFO policy that more than meet the RTSJ's requirements.
    本节描述了比RTSJ更多的线程调度细节以及LinuxSCHEDFIFO策略的一些方面,已经超出了RTSJ的需求。
  7. FIFO scheduling behaves differently from round-robin scheduling, and the differences can cause hangs in some Java programs.
    FIFO调度的工作方式与循环调度不同,这些区别可能导致一些Java程序挂起。
  8. Basically, a queue is a first-in, first-out ( FIFO) data structure.
    基本上,一个队列就是一个先入先出(FIFO)的数据结构。
  9. Each CPU has a runqueue made up of140 priority lists that are serviced in FIFO order.
    每个CPU都有一个运行队列,其中包含了140个优先级列表,它们是按照先进先出的顺序进行服务的。
  10. S_ISFIFO ( mode)& Is this a pipe or FIFO special file?
    SISFIFO(mode)&是否为管道或FIFO特殊文件?
  11. The messages are delivered from the sender to the receiving application using a first-in-first-out ( FIFO) mechanism.
    发送方将消息传递给接收方应用程序时使用先进先出(FIFO)机制。
  12. The first two lines delete the existing tap file and replace it with another FIFO pipe.
    前两行删除现有的tap文件,并用另一个FIFO管道代替它。
  13. Linux scheduling and locking involve managing first in, first out ( FIFO) queues.
    Linux调度和锁定用来管理先进先出(FIFO)队列。
  14. The spirit of the RTSJ is that all queues of threads are FIFO and priority based.
    RTSJ的原理是所有的线程队列都是FIFO并且是基于优先级的。
  15. The instructions PUSH and QUEUE correspond to LIFO and FIFO operations on the stack.
    指令PUSH和QUEUE对应的是对栈的LIFO和FIFO操作。
  16. 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)处理不得到保证,这在很多消息队列实现中都很常见。
  17. You can then use this FIFO file to move information from one application to another without storing the data in an intermediate file.
    然后,您可以使用此FIFO文件将信息从一个应用程序移到另一个应用程序,而不需要将数据存储在中间文件中。
  18. The FIFO module in FPGA was applied to realize the pixel clock modification and the data saving and taking.
    采用FPGA内部集成的FIFO模块实现像素时钟的改变和图像数据的存取。
  19. An Optimal Approach In Design Of Asynchronous FIFO Of Microprocessor
    微处理器中异步FIFO的一种优化方法
  20. From Economic Perspective: the LIFO and the FIFO; The method of process costing used.
    经济学视角:后进先出法与先进先出法存货成本计算方法。
  21. Perhaps for this reason, many businesses change from FIFO to LIFO.
    也许由于这一原因,许多企业从使用先进先出法改为使用后进先出法。
  22. The Design of Signal Delay System Based on FPGA and FIFO
    基于FPGA和FIFO的信号延时系统设计
  23. There are two methods to calculate the equivalent units: FIFO and weighted average method.
    计算约当产量通常有先进先出法和加权平均法两种方法。
  24. Problems and Solutions for Asynchronous FIFO Design Based on FPGA
    FPGA异步FIFO设计中的问题与解决办法
  25. Asynchronous First In First Out ( FIFO) is adopted to synchronize data transfer between APB bus and I2C bus.
    设计中采用了异步先进先出来同步APB总线和I2C总线之间的数据交换。
  26. Massive FIFO design based on SDRAM
    基于SDRAM的海量FIFO设计
  27. Design of FIFO in Multi-channel Data Acquisition System
    多路数据采集系统中FIFO的设计
  28. Design and Application of FIFO Based on FPGA
    基于FPGA的FIFO设计和应用
  29. Asynchronous FIFO is a general way to communicate between different clock domains.
    异步FIFO是一种不同时钟域之间传递数据的常用方法。