网站首页  词典首页

请输入您要查询的计算机术语:

 

术语 stack
释义 stack
(堆)栈;[堆叠,叠式储存器]
1. A reserved area of memory where the CPU automatically saves the program counter and the contents of working registers when a program interrupt occurs. The stack normally forces users to return from interrupts in the same order that interrupts occurred.
内存中的一块留用存储区,当程序中断产生时,CPU自动在其中保存程序计数器和工作寄存器 的内容。栈通常迫使用户程序以中断发生的同样顺序从中断点返回。
2.Generally, a block of successive memory locations that are accessible from one end of a lastin/firstout(LIFO) basis. The stack is coordinated with a stack pointer that keeps track of storage and retrieval of each byte or word of information in the stack. A stack may be any block of successive information locations in a read/write memory.
通常情况下,一种连续的存储单元区,从一端按后进先出的原则可对这些单元进行存取。栈和 一个栈指针配合工作,栈指针随时指示要存取的每个字或字节信息在栈中的位置。栈可以是读写存储器 中任意的地址连续的存储单元块。
随便看

 

计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2025/1/8 10:45:26