×

堆栈结构 meaning in Chinese

stack architecture

Examples

  1. The local variables occupy words of the stack frame , just like the method parameters
    同方法变量一样,本地变量占用堆栈结构中的字。
  2. Frame objects represent execution frames . they may occur in traceback objects ( see below )
    堆栈结构对象描述了可执行结构.它们会在跟踪回溯对象中出现(下述)
  3. In terms of bytecode , each parameter occupies one or more words of the stack frame in use when the method is executed
    对于字节码,在方法执行的时候,每个参数占用堆栈结构的一个或者两个字。
  4. Parameter for a virtual method is always at position 0 in the stack frame , followed by the parameters explicitly defined in the method declaration
    指针通常在堆栈结构中的0位置,接着是方法声明中明确定义的参数。
  5. Parameters occupy different numbers of frame slots depending on the size of the parameter value compared to the standard word size
    不同的参数占用不同数量的堆栈结构位置,这取决于参数值类型的大小与标准字大小的比较。
More:   Next

Related Words

  1. 外运堆栈
  2. 激活堆栈
  3. 置堆栈
  4. 堆栈算法
  5. 存储堆栈
  6. 堆栈下界
  7. 堆栈中断
  8. 堆栈表
  9. 中断堆栈
  10. 堆栈大小
  11. 堆栈寄存器基地址
  12. 堆栈检查
  13. 堆栈结构, 栈帧
  14. 堆栈解退
PC Version

Copyright © 2018 WordTech Co.