first-in last-out stack的意思|示意
先进后出堆栈
first-in last-out stack的网络常见释义
先进后出栈 ... 先进后出表 first-in last-out list 先进后出栈 first-in last-out stack 先进记录系统 advanced record system ...
first-in last-out stack相关短语
1、 first-in-last-out stack 翻译 ; 先进后出栈
2、 first in last out stack 先进后出堆栈
3、 last-in first-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 也采取类似的方式,但是它像队列那样工作(先进先出;而不是像栈一样最后一个项进栈,第一个项出栈)。
The stack is a last-in-first-out (LIFO) queue that holds subroutine return addresses, items of data, Pointers, and so on.
堆栈是一个后进先出(LIFO)队列,它保存了子例程的返回地址、数据项、指针等等。