中英互译
stack overflow
基本释义
- 堆栈溢出:在计算机编程中,当一个程序的调用栈超过其分配的内存空间时发生的错误。
双语例句
- Stack Overflow is a programming Q & A site that's free.Stack Overflow是一个免费的编程Q&A网站。
- Bit 1 is also the NotYetScanned bit that is only used during mark stack overflow.第1位还是仅在标志堆栈溢出期间使用的NotYetScan ne d位。
- A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
网络短语
- Internal stack overflow内部堆栈溢出
- Stack Overflow Checking栈溢出检查
- Inline assembler stack overflow内联汇编溢出
- Stack overflow error堆栈溢出错误
- Program Exception - stack overflow堆栈溢出
英英释义
- In software, a stack overflow occurs when the stack pointer exceeds the stack bound. The call stack may consist of a limited amount of address space, often determined at the start of the program.