LIFO
基本解釋
- n.後入先出
英漢例句
- This is referred to as LIFO (last in, first out).
棧中的元素被刪除的順序和進(jìn)入的順序相反,常被稱(chēng)作後進(jìn)先出。 - Perhaps for this reason, many businesses change from FIFO to LIFO.
也許由於這一原因,許多企業(yè)從使用先進(jìn)先出法改爲(wèi)使用後進(jìn)先出法。 - The average cost method is a compromise between LIFO and FIFO.
平均成本法是在先進(jìn)先出法和後進(jìn)先出法之間的"一種折衷方法。 - The Stack class and the Stack generic class offer LIFO access.
Stack類(lèi)和Stack泛型類(lèi)提供LIFO訪問(wèn)。 - Correspond to LIFO and FIFO operations on the stack.
對(duì)應(yīng)的是對(duì)棧的LIFO和FIFO操作。