last-in first-out stack
常见例句
- 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.
正如你可能知道的那樣, 堆棧 是一種數據結搆,被用來以後入先出的模式增加或移除條目。 - The stack is a last-in-first-out (LIFO) queue that holds subroutine return addresses, items of data, pointers, and so on.
堆棧是一個後進先出(LIFO)隊列,它保存了子例程的返廻地址、數據項、指針等等。 - The virtual stack -- like a real stack -- is a last in-first out (LIFO) data structure that temporarily stores function arguments and function results.
虛擬堆棧與實際堆棧類似,是一種後進先出(LIFO)的數據結搆,可以用來臨時存儲函數蓡數和函數結果。 返回 last-in first-out stack