pop from the stack的意思|示意
从堆栈中弹出
pop from the stack的网络常见释义
出栈指令 PUSH指令在程序中常用来暂存某些数据, 出栈指令(pop from the stack)。
进栈 通用数据传送指令 MOV(Move)传送 PUSH(Push onto the stack)进栈 POP(Pop from the stack)出栈 汇编中有了cld是不是就不用再写inc了 金融办公中心和cld 优化及汇编的过程 cld指令/汇编cld素材/一级建造师考试网-2013年一...
pop from the stack相关例句
The reason for this is that during execution, a thread can pop any number of references from its stack — references that could have been stored elsewhere during execution.
这样做的原因在于,执行期间线程可以从其栈中弹出任意数量的引用——执行过程中可能存储在其他位置的引用。
At the end of the postfix expression, pop a result from the stack.
到后缀表达式末尾,从堆栈中弹出结果。
Arrays respond to push and pop, where push adds an item (at its last spot) and pop removes one (like a stack, from the last position).
Arrays支持push和pop操作,其中push增加项目(在其最后一个位置)而pop移除项目(就像堆栈,从最后一个开始)。
When the employee close element is parsed, you pop the completed object from the stack, and add it to a List object.
当employee close元素被解析时,您将完成的对象弹出Stack,并将其添加到一个List对象。
When it is an operator, pop two Numbers from the stack, do the calculation, and push back the result.
当它是一个操作符时,从栈中弹出两个数进行运算,并且将运算结果压入栈中。