“堆栈结构”常见的英文表达是 "stack structure"。
在计算机科学和编程领域,“stack”指的就是“堆栈”这种数据结构,遵循“后进先出”(LIFO, Last In First Out)的原则,而“structure”表示“结构”,所以“stack structure”就是“堆栈结构”的意思。例如:We need to understand the stack structure to debug this program.(为了调试这个程序,我们需要理解堆栈结构 。 )