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