释义 |
work stack 工作(堆)栈;[工作堆叠] 1. A list that is constructed and maintained so that the next information to be retrieved is the most recently stored information in the list, that is, a last in, firstout (LIFO) or pushdown list. 一种表(数据结构),构成和维护此表使得下一个要检索的信息是最后存入表中的信息。 亦即,该表是一种后进先出(LIFO)表,或称下推表。 2. An area of unprotected main storage allocated to each task and used by the programs executed by that task. 分配给每个任务并由此任务执行的程序使用的一种非保护性的主存区域。 |