词语:堆栈热度:257

词语堆栈拆分为汉字:

堆字的拼音、笔画、偏旁部首、笔顺、繁体字,堆字字源来历,堆字演变

累积在一起的东西:~栈。~房。土~。累积在一起,聚积在一起:~积。~放。~垒。~摞。~砌。量词,用于成堆的物或成群的人:一~人。……

栈字的拼音、笔画、偏旁部首、笔顺、繁体字,栈字字源来历,栈字演变

储存货物或供旅客住宿的房屋:货~。客~。~房。竹木编成的遮蔽物或其他东西:马~(养马的竹木棚)。~车(古代用竹木编成棚的车子)。用木料或其他材料架设的通道:~道。~桥(一种形似桥梁的建筑物,用于装卸货物、上下旅客等)。通过,越过:~山航海。……

 

查询词语:堆栈,试一试,用堆栈来写一句话,用堆栈造句。

汉语拼音:duī zhàn

近义词:货仓栈房客栈

 

词语堆栈基本解释

供临时寄存货物的地方。

 

词语堆栈详细解释

  1. 供临时存放货物的地方。

    郭沫若 《洪波曲》第八章三:“有一次 贺衷寒 竟于夜半突然搜查服务处的堆栈,但什么也没有查出。”

 

词语堆栈双语例句

双语例句
  1. You can then look at the call stack to see how your program got to that point.

    然后可以查看调用堆栈,以了解程序是怎样到达该点的。

  2. However, the rest of the systems stack has not evolved to meet the needs of these now pervasive application environments.

    然而,系统堆栈的其他部分尚无法满足这些普适应用环境的要求。

  3. The condition register should be saved in its area of the stack before any of these fields are modified, and then restored before returning.

    在对任何域进行修改之前,都应该将条件寄存器保存到堆栈的这个区域中,然后在返回之前恢复。

  4. Imagine you're trying to test an implementation of a stack. Your test signatures might look something like those in Listing 2.

    假设您要测试一个堆栈的实现,那么您的测试签名可能如清单2所示。

  5. One day in the warehouse he saw a range of sports clothes that had been sent from a manufacturer in New York for the company to look at.

    有一天,他瞥见一个堆栈范畴的活动服,被送到制造商在纽约的公司来看看。

  6. The preceding part of the error message shows the context where the exception happened, in the form of a stack backtrace.

    错误信息的前半部分以堆栈的形式列出异常发生的位置。

  7. Call Stack window might not be able to display correct information for that part of the call stack.

    “调用堆栈”窗口也许就不能显示那部分调用堆栈的正确信息。

  8. Its successor was the 4040 processor (released in 1974), which had an expanded instruction set, program memory, register set, and stack.

    其后面是4040处理器(1974发布),其具有扩展指令集、程序内存、寄存器集和堆栈。

  9. Most of these should be easy to understand if you think in terms of the JVM as a stack-based processor, so I won't go into details here.

    如果将JVM想象为基于堆栈的处理器,则其中大多数是容易理解的,因此我在这里就不再详细说明了。

词语堆栈百科解释:

堆栈

在计算机领域,堆栈是一个不容忽视的概念,堆栈是两种数据结构。堆栈都是一种数据项按序排列的数据结构,只能在一端(称为栈顶(top))对数据项进行插入和删除。要点:堆,列队优先,先进先出。栈,后进先出(Last-In/First-Out)。