last in first out
last in first out什么意思,last in first out翻译
基本解释
n.: 后进先出
网络: 后进先出法;后进先出的线性表;一种后进先出
英汉解释
库存的后收先发
最新流行品
后进先出
例句
However, be aware that if jobs need to be cut, it may be rational for organizations to operate on a "last in, first out" basis.
然而,要清楚地认识到当岗位需要被裁减时,对于组织来说比较理性地做法是“后进先出”原则。
Stacks are used for storing data accessed in Last In, First Out (LIFO) order.
堆栈用于按照后进先出(LIFO)的顺序存储数据。
As you probably know, a stack is a data structure that is used to add and remove items in a last-in, first-out manner.
正如你可能知道的那样,堆栈是一种数据结构,被用来以后入先出的模式增加或移除条目。
Linda: It"s a data structure that collects objects in a first in, last out (or last in, first out) manner.
它是一种数据结构,按先进后出(或后进先出)的方式收集对象。
Threads that block their execution on a completion port are released in last-in-first-out ( LIFO ) order.
线程(们)就会阻塞于它们的运行在完成端口(按照后进先出队列顺序的被释放)。
The use of last-in, first-out ( LIFO ) inventory-valuation methods serves to increase the reported turnover rate during inflationary times.
在通胀时期,使用后进先出库存估值方法会提高报告的周转率。
It removes the last element in the List, last-in first-out (LIFO) style.
它删除了List中的最后一个元素,使用后进先出(last-infirst-out,LIFO)的方式。
Each manager had to cut one employee, and unfortunately, I was last in, first out.
每位主管都必须裁掉一名下属。不幸的是,我成了那个最后进去、最先出来的人。
The local queues are accessed on last-in, first-out order (LIFO) in order to preserve cache locality and reduce contention.
本地队列将按后进先出顺序(LIFO)访问,以便保留缓存位置并减少争用。
No warning is issued in the second scenario because the linker operates in a last-in first-out (LIFO) manner.
由于连结器是以后进先出(LIFO)的模式作业,因此在第二个案例中将不会发出任何警告。