堆栈操作 meaning in Chinese
stack manipulation
stack operation
Examples
- I have included the stack diagrams for some other useful stack manipulation words
我为其他一些的有用的堆栈操作词提供了堆栈图表。 - For example , in sequentially processing the test document above , you would perform the following stack operations
例如,在顺序地处理上面提及的测试文档中,您将执行下列堆栈操作: - There is no stack operation error , simply a recursive call that never ends , at least before it runs out of system source
该现象表明是由于堆栈操作错误导致返回失败引起死循环调用撑爆了堆栈。 - Despite the added complexity of bytecode stack manipulation , it also offers some flexibility that is not available in source code
虽然字节码的堆栈操作增加了复杂度,但是它也具有一些源代码所不具备的灵活性。 - Obviously , the straightforward method is faster because there aren ' t any function calls or stack manipulation , but the recursive way is more elegant and better reflects the problem
很明显,直接方法执行速度要快一些,因为没有涉及到任何函数调用或堆栈操作。