先进先出法,FIFO
1)FIFO[英]['fa?f??][美]['fa?fo]先进先出法
1.From Economic Perspective:the LIFO and the FIFO;经济学视角:后进先出法与先进先出法
英文短句/例句

1.From Economic Perspective:the LIFO and the FIFO;经济学视角:后进先出法与先进先出法
2.firstin firstout method of inventory costing存货成本先进先出法
3.Research on First in -First out & Last in-First out in pricing inventory;浅谈存货计价的先进先出法与后进先出法
4.The average cost method is a compromise between LIFO and FIFO.平均成本法是在先进先出法和后进先出法之间的"一种折衷方法。
5."first in, first out - FIFO"先进先出法(简写为FIFO),亦见 last in, first out
6.FIFO cost allocations.先进先出法下的成本分配。
7.Under the FIFO method, the beginning work in process inventory is assumed to first batch of goods completed.先进先出法把期初在产品看作最先完工的一部分产成品。
8.Comparison and Analysis of the Influence of Inventory Valuation Methods on the Finance of Enterprises;存货计价方法对企业财务影响的比较与分析——先进先出法与后进先出法比较
9.Perhaps for this reason, many businesses change from FIFO to LIFO.也许由于这一原因,许多企业从使用先进先出法改为使用后进先出法。
10.The LIFO method will cause the reporting of relatively large gross profit as compared with FIFO, which will hold reported gross profit to minimum.后进先出法与先进先出法相比,前者将导致报告的毛利相对较大,后者将导致报告的毛利最
11.There are two methods to calculate the equivalent units: FIFO and weighted average method.计算约当产量通常有先进先出法和加权平均法两种方法。
12.The first-in, first-out method, which is often referred to as FIFO, is based on the assumption that costs should be charged against revenue in the order in which they were incurred.先进先出法,通常称为FIFO,是基于这样一个假定,即成本应按发生的先后顺序抵减收益。
13.Under the first-in, first-out method, it is a umed that the first units acquired are the first ones sold; ending inventory is valued at the most recent purchase prices.在先进先出法下,假设企业首先销售最早购入的商品,期末存货按最近的购货价格计价。
14.first-in first-out costing of inventory存货先进先出计价法
15.lastin firstout method of inventory costing存货成本后进先出法
16.last-in firstout(LIFO)后进先出法(会计学)
17.FIFO: Short for "First-in,first-out".A method of manipulating data in a computer wherein the first data entered is the first data to be used.先进先出:文是[先进先出]的略字。是电脑处理数据的一种方法,最先输入的数据最先被处理。
18.first-in first-out buffer memeory先进先出缓冲存储器
相关短句/例句

first in first out [FIFO]先进先出法; 先购先售法
3)re-first in first out algorithm,re-FIFO algorithm再先进先出算法
4)fifo algorithm先进先出算法
5)"first in, first out method [FIFO method]"先进先出计算法
6)FIFO[英]['fa?f??][美]['fa?fo]先进先出
1.Based on the property of the hardwares,it is put forward that one pump is connected to the transducer in turn once the system starts to work and the other pumps connected to the standard industry power work by the "FIFO" rule.在恒压控制系统设计过程中,侧重于从提高系统的可靠性和延长整机寿命角度出发,结合硬件特点,要求系统每次启动时将变频器按序分配给一台泵机,而其余泵机按照“先进先出”控制方式参与工频工作,在编程时通过建立和运算队列使上述思想得以实现。
2.A new method is introduced to calculate product cost by using approximate equivalent proportional method with “first in,first out (FIFO)”and“last in,first out (LIFO)”.在约当产量比例法下,通过运用先进先出法与后进先出法计算产品成本进行一些探
3.The result shows this write buffer can realize the First-In-First-Out(FIFO) f.利用HSIM仿真工具对电路进行了仿真和验证,结果表明,该写缓冲能正确快速地实现数据与地址的先进先出(FIFO)功能,有效地减少了CPU的等待时间,提高了系统的整体效率。
延伸阅读

先进先出缓冲器先进先出缓冲器first-in, first-out buffer, FIFO x ianjin xianehu huanehongqi先进先出缓冲器(n招t-in,first-out buffer,FIFO)按照先存进的数据先被读出的原则进行存取的缓冲存储器。 FIF(〕具有独立的输人数据线和输出数据线,其输人数据的速率与输出数据的速率可以不一样。作为一种存储部件,FIFO与一般的随机存取存储器的不同之处在于它没有地址线。使用者不知道也不必知道数据应写人存储器的什么位置或从什么位置读出,因为从FIF()中输出数据的顺序与输人数据的顺序完全相同,实际上所有存人的数据都只能被访问1次。 FIF〔)可以用作两个速度不同的部件之间的接口缓冲器。这时,FIF〔)从源部件处以某种速率接收数据,而以另一个速率向目的部件传送数据。如果源部件的速度较慢,则FIFO可能会变空;否则,FIF,O可能会满。当FIR)空时,目的部件必须等待;当FIR〕满时,源部件必须等待。所有这些,都是通过FIF()本身的输入就绪和输出就绪信号实现的。尤其是当源数据以突发方式产生,而两次突发传输之间有一定间隔时,FIFD的作用更为明显。FIF()的满空信号与中断机制相结合,有助于提高按异步方式进行通信的两个部件的工作效率。FIR)芯片都有较大的存储容量,且除了提供满和空信号外,还提供半满和半空信号。这些都为合理的系统设计提供了帮助。(唐志敏)