go top

call stack
[kɔːl stæk]

  • 调用堆栈:计算机科学中用于存储程序按顺序调用的函数的详细信息的堆栈。

网络释义专业释义英英释义

  [计] 调用栈

调用栈call stack):系统控制的栈,用于保存当前正在进行的每个方法调用的调用帧。

基于3872个网页-相关网页

  调用堆栈

Call Stack调用堆栈):调试过程中调用堆栈 实在是太重要了,因为它指出了你的程序是正在 处于什么状态,是谁调用了谁。

基于1153个网页-相关网页

  函数调用栈

另外,我们还可以从函数调用栈Call Stack)和程序输出的调试信息来判断程序是否进入了死循环。

基于178个网页-相关网页

  调用堆栈调用堆栈是一个方法列表

基础知识:ADSL接入技术详细介绍 ... Blocked state 阻塞状态:当一个线程等待资源的时候即处于阻塞状态。阻塞状态不使用处理器资源 Call stack 调用堆栈:调用堆栈是一个方法列表,按调用顺序保存所有在运行期被调用的方法。 Casting 类型转换 :即一个类型到另一个类型的转换,可以是基本数据类型的转换,也可以是对象类型的转换。 ...

基于149个网页-相关网页

短语

Call-Stack Window 调用线窗口

function call stack 函数调用栈 ; 显示函式呼叫的堆叠

Call Stack Window 可以显示调栈窗口 ; 调用堆栈窗口 ; 调用栈窗口

watch & call stack window 看科技调用堆栈窗口 ; 手表和调用堆栈窗口 ; 调用堆栈窗口 ; 表

runtime call stack 调用栈

segment call stack 段呼叫堆栈

unwind the call stack 呼叫堆栈解开

Program call stack 程序调用栈

Call Stack Integrity 调用栈完整性

 更多收起网络短语
  • 调用堆栈 - 引用次数:2

    The experimental results show that the method based on the call stack can keep the error detection rate well and test suite size are moderate.

    实验结果表明,基于调用堆栈的GUI.测试方法可以很好地保持错误检测率,测试集的大小适中。

    参考来源 - 基于调用堆栈的GUI测试研究
    调用栈 - 引用次数:1

    参考来源 - 基于面向方面调用图的AspectJ动态通知编织优化 in C
    调用线
    呼叫堆叠

·2,447,543篇论文数据,部分数据来源于NoteExpress

Call stack

  • abstract: 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".

以上来源于: WordNet

双语例句原声例句权威例句

  • Continue to simplify CM Server call stack.

    持续简化CM服务器访问

    youdao

  • A typical call stack is shown in Figure 1.

    1显示一个典型调用堆栈

    youdao

  • Contains the thread and method call stack frames.

    包含线程方法调用堆栈框架

    youdao

更多双语例句
  • Well, because the memory we've been using for local variables, and for functions, storage space is what computer scientists generally call the stack.

    好的,因为我们看到的内存是用于局部变量的,用于函数的,存储空间就是计算机科学家,通常说的堆。

    哈佛公开课 - 计算机科学课程节选

  • Well, if you want to call a function, it's like putting another tray on that stack of trays and that tray represents a chunk of memory that, that function can use.

    嗯,如果你想调用一个函数,这就像把一个托盘放到另一个托盘上,托盘代表一块,函数可以使用的内存。

    哈佛公开课 - 计算机科学课程节选

  • And, again, the rectangle represents your computer's RAM, the bottom represents the part of RAM that we generally call the stack, main conceptually ends up on the bottom of the stack followed foo by its local variables then the function say foo that it calls and on and on and on and up, but there is, in fact, something above all of this and we've seen this picture briefly and that's this thing called the heap.

    再次,矩形表示的是计算机内存,底端表示内存的一部分,通常我们把它叫做堆栈,main函数在,堆栈的底端,之后是,它的局部变量,然后是它调用的函数,等等等等,但是那里有,实际上,在这个上面,我们粗略看看这个图画,这个东西叫做堆。

    哈佛公开课 - 计算机科学课程节选

  • Jim Stack of InvesTech Research shows that investors can produce hefty election-cycle gains without trying to call market tops and bottoms.

    FORBES: Magazine Article

百科

call stack

调用堆栈:调用堆栈是一个方法列表,按调用顺序保存所有在运行期被调用的方法。 栈:在函数调用时,第一个进栈的是主函数中函数调用后的下一条指令(函数调用语句的下一条可执行语句)的地址,然后是函数的各个参数,在大多数的C编译器中,参数是由右往左入栈的,然后是函数中的局部变量。注意静态变量是不入栈的。 当本次函数调用结束后,局部变量先出栈,然后是参数,最后栈顶指针指向最开始存的地址,也就是主函数中的下一条指令,程序由该点继续运行。 当发生函数调用的时候,栈空间中存放的数据是这样的:   1、调用者函数把...

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定