EXAMPLE SENTENCES | ||
---|---|---|
序言为函数设置堆栈框架。 The prologue sets up the stack frame for the function. | ||
购物中心是露天的。 The shopping centre is not roofed over. | ||
充分运用堆栈的存储特点实现悔棋功能。 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. | ||