释义 |
pushdown storage 下推[后进先出]存储器;[推下储存器] A storage device that handles data in such a way that the next item to be retrieved is the most recently stored item still in the storage device, that is, lastin, firstout (LIFO). 一种按如下方式管理数据的存储器:下一个要取走的项就是仍留在存储器中且最近存入的项, 即后进先出(LIFO)。 参阅stack, LIFO。同pushdown store。 |