汉英词典
Chinese-English Dictionary
MEANING OF 堆棧
堆棧 (堆栈)
stack (computing) / storehouse / warehouse
〈名〉供临时寄存货物的地方。
duī () zhàn
EXAMPLE SENTENCES

序言为函数设置堆栈框架。

The prologue sets up the stack frame for the function.

充分运用堆栈的存储特点实现悔棋功能。

Make full use of the storage characteristics of the stack to achieve undo function.

一个关联特殊函数调用的堆栈区域。

An area of the stack associated with a particular function call.

由于您尚未定义自己的堆栈框架,所以偏移量是由调用函数的堆栈框架的末端算起的。

Since you have not yet defined your own stack frame, the offset is from the end of the calling function's stack frame.

基于堆栈平均长度的截止百分数见下表。

The cut-off percentages based on average call stack length are shown in the following table.

到后缀表达式末尾,从堆栈中弹出结果。

At the end of the postfix expression, pop a result from the stack.

每个虚拟映像都使用软件堆栈对象指定。

Each virtual image is specified with a software stack object.

堆栈用于按照后进先出(LIFO)的顺序存储数据。

Stacks are used for storing data accessed in Last in, First Out (LIFO) order.

如果字符是一个操作数,把它压入堆栈

If the character is an operand, push it onto the stack.

我们将在自己创建的历史堆栈中再现这种行为。

We will replicate this behavior in the history stack we build.