为了在计算机的存储器中实现堆栈结构,习惯上保留一个足够大的连续的存储单元,以适应堆栈,因为它的生长和收缩。
To implement a stack structure in a computer's memory, it is customary to reserve a block of contiguous memory cells large enough to accommodate the stack as it grows and shrinks.
为了在计算机的存储器中实现堆栈结构,习惯上保留一个足够大的连续的存储单元,以适应堆栈,因为它的生长和收缩。
To implement a stack structure in a computer's memory, it is customary to reserve a block of contiguous memory cells large enough to accommodate the stack as it grows and shrinks.
应用推荐