中英互译
call stack
美 /kɔːl stæk/
基本释义
- 调用堆栈:计算机科学中用于存储程序按顺序调用的函数的详细信息的堆栈。
双语例句
- Continue to simplify CM Server call stack.持续的简化CM服务器访问栈。
- A typical call stack is shown in Figure 1.图1显示了一个典型的调用堆栈。
- 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".