栈栈用英语怎么写
英文写法翻译
Stack stack
重点词汇
栈栈───Stack 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)的数据结构,可以用来临时存储函数参数和函数结果。
Calling a method or function pushes a new stack frame onto the stack.───调用方法或者函数时,会有一个新的元素进栈。
However, this approach only protects those specific functions, not stack overflow vulnerabilities in general, and it only protects the stack, not local values in the stack.───然而,这种方法仅保护那些特定的函数,而不是从总体上防止堆栈溢出缺陷,并且它仅保护堆栈,而不保护堆栈中的局部变量。
STACK SEGMENT PARA STACK 'STACK'───定义堆栈段
The Thread Stacks view, shown in Figure 7, shows every thread, its stack, stack frames, and Java locals on those stack frames───如图7所示的ThreadStacks视图,显示了所有的线程、线程的堆、堆栈结构及这些堆栈结构中的Java局部变量