... last in first out memory 后进先出内存 last in first out stack 后进先出堆栈 last in first out store 后进先出存储器 ...
基于12个网页-相关网页
last-in first-out stack 后进先出栈
first-in last-out stack [计] 先进后出栈
first-in-last-out stack 先进后出栈
first in last out stack 先进后出堆栈
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)的数据结构,可以用来临时存储函数参数和函数结果。
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 SqlQueue works in a similar fashion, but it works like a queue would (first item in, first item out; instead of last item in, first item out, like the stack).
SqlQueue 也采取类似的方式,但是它像队列那样工作(先进先出;而不是像栈一样最后一个项进栈,第一个项出栈)。
应用推荐