累计查询 0.00 亿次

call stack

/kɔːl stæk/
  • 调用堆栈:计算机科学中用于存储程序按顺序调用的函数的详细信息的堆栈。

双语例句

  1. Continue to simplify CM Server call stack.
    持续的简化CM服务器访问栈。
  2. A typical call stack is shown in Figure 1.
    图1显示了一个典型的调用堆栈。
  3. Contains the thread and method call stack frames.
    包含线程和方法调用堆栈框架。

网络短语

  • Call-Stack Window
    调用线窗口
  • function call stack
    函数调用栈;显示函式呼叫的堆叠
  • Call Stack Window
    可以显示调栈窗口;调用堆栈窗口;调用栈窗口
  • watch & call stack window
    看科技调用堆栈窗口;手表和调用堆栈窗口;调用堆栈窗口;表
  • runtime call stack
    调用栈

英英释义

  • In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run-time stack, or machine stack, and is often shortened to just "the stack".