An option that refers to a packet at the end of the queue may require a full list traversal by the receiving TCP stack in order to identify which packet the option refers to.
一个指向队列末尾包的选项可能会迫使接收方的TCP协议栈遍历整个队列以判断此选项指向哪一个包。
The instructions PUSH and QUEUE correspond to LIFO and FIFO operations on the stack.
指令push和QUEUE对应的是对栈的LIFO和FIFO操作。
If you pop the first item of a list, you have a queue; whereas, if you pop the last item of a list, you have a stack, as shown in Listing 8.
如果弹出list的第一项,则是一个队列;反之,如果弹出list的最后一项,则是一个堆栈,如清单8所示。
A change that introduces some sort of index that allows access to random elements of the large retransmission queue is critical to address the find-first attacks against the TCP stack.
这个改变引入一些索引,允许对大的重传队列中的元素进行随机访问,这个改变对于解决TCP协议栈的find - first攻击问题很重要。
If the solution requires additional queue managers, it might result in additional instances of other software components in the stack up to and including additional servers.
如果解决方案需要附加的队列管理器,可能会导致堆积其他软件组件的更多实例,并包括更多的服务器。
And you can use the list as a queue or as a stack.
您还可以像使用队列或堆栈一样使用list。
The SqlQueue works in a similar fashion, but it works like a queue would (first item in, first item out; instead of last item in, first item out, like the stack).
SqlQueue 也采取类似的方式,但是它像队列那样工作(先进先出;而不是像栈一样最后一个项进栈,第一个项出栈)。
Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
In the design of EPA stack, memory management and timer queue is the key aspects which impact the performance of stack.
在EPA通信协议栈设计中,内存管理和定时器队列管理是影响协议栈性能的主要方面。
An application can own things such as a stack, global memory, file handles, and a message queue, but a DLL cannot.
应用程序可以拥有堆栈、共用内存、文件句柄、消息队列这样的事物,而DLL不能。
When would you pick a queue buffer before a stack buffer?
什么情况下优先使用队列缓冲,而不是堆栈缓冲?
The stack is a last-in-first-out (LIFO) queue that holds subroutine return addresses, items of data, Pointers, and so on.
堆栈是一个后进先出(LIFO)队列,它保存了子例程的返回地址、数据项、指针等等。
What is the difference between a queue and a stack?
队列和堆栈区别是什么?
The contents are included as follows: Array, Linked List, Stack and Queue, Recursion, Tree and Forest, Graph, Sorting, Indexing and Hashing Structure, etc.
内容包括:数组、链接表、栈和队列、递归、树与森林、图、排序、检索和散列结构等。
The contents are included as follows: Array, Linked List, Stack and Queue, Recursion, Tree and Forest, Graph, Sorting, Indexing and Hashing Structure, etc.
内容包括:数组、链接表、栈和队列、递归、树与森林、图、排序、检索和散列结构等。
应用推荐