To better understand the concept of ownership, look at the stack of stacks data structure together with objects owned by each element.
为了更好地理解所有权关系的概念,可以将栈中栈数据结构与每个元素所拥有的对象结合起来。
For the latter topic, I have chosen to implement a concurrent stack and highlight some of the issues in designing such a data structure.
对于后一个主题,我选择实现一个并发堆栈并解释设计这种数据结构涉及的一些问题。
The virtual stack -- like a real stack -- is a last in-first out (LIFO) data structure that temporarily stores function arguments and function results.
虚拟堆栈与实际堆栈类似,是一种后进先出(LIFO)的数据结构,可以用来临时存储函数参数和函数结果。
This simple design, possible because the data obeys strict LIFO order, means that no complex data structure is needed to track stack contents - a simple pointer to the top of the stack will do.
这种简单的设计,很有可能是考虑到数据操作都符合后进先出(LIFO )规则,这意味着访问栈的内容并不需要复杂的数据结构,一个简单的栈顶指针就能搞定一切。
As you probably know, a stack is a data structure that is used to add and remove items in a last-in, first-out manner.
正如你可能知道的那样,堆栈是一种数据结构,被用来以后入先出的模式增加或移除条目。
If you want to keep track of the relative nesting and context in which a tag occurs, you need to maintain your own stack, or other data structure.
如果要跟踪标签出现的相关嵌套和上下文,您必须维护自己的栈或者其他数据结构。
You can solve the second issue — the ability to tie each object to an element in the stack of stacks data structure — with a filter as well.
过滤器还可以解决第二个问题——将每个对象关联到栈中栈数据结构中的一个元素。
In such a case, the state of the stack of stacks data structure is similar to Figure 4.
在这种情况下,栈中栈数据结构的状态类似于图4。
The invocation arguments are treated like a stack structure whereby contextual data is pushed into and popped from the arguments.
调用参数被当作一个栈结构,上下文数据通过这个结构进出参数。
The ability to tie each object to an element in the stack of stacks data structure
将每个对象关联到栈中栈数据结构中的一个元素。
NsStack: a data structure that implements a stack of namespace declarations that are currently in scope.
实现作用域内当前名称空间声明堆栈的数据结构。
To implement a server-side navigation history of visited pages and Webflow, you can use a stack of stacks data structure: a stack of visited Webflows, each containing a stack of visited pages.
为了实现已访问页面和Webflow的服务器端导航历史,可以使用一个栈中栈数据结构:一个已访问的webflow栈,每个Webflow包含一个已访问页面的栈。
Have designed the data structure of the task stack and hardware stack, the course worked and realized transplanted in exhaustive description.
设计了任务堆栈和硬件堆栈的数据结构,详尽的描述了移植的工作及实现的过程。
Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
The paper describes the application of stack in data structure.
介绍了栈在数据结构中的应用。
The thesis chooses the four-layers structure as the rudiment of our protocol stack system, which includes physical layer, data link layer, network layer and application layer.
本文选择了四层结构作为协议栈体系结构的雏形,即:物理层、数据链路层、网络层、应用层。
This simple design, possible because the data obeys strict LIFO order, means that no complex data structure is needed to track stack contents – a simple pointer to the top of the stack will do.
这个简单的设计,可能是因为数据遵循严格的后进先出顺序,这意味着没有复杂的数据结构需要跟踪堆栈的内容-一个简单的指针的堆栈的顶部就可以了。
The concepts such as mathematical expression, stack operation and binary tree traversal must be presented in data structure.
数学表达式、栈的操作、二又树的遍历,这几个概念在数据结构的教材中是不可缺少的。
For example, imagine you need a data structure for tree traversal and choose to write a stack.
假设你需用栈来实现遍历树的数据结构。
For example, imagine you need a data structure for tree traversal and choose to write a stack.
假设你需用栈来实现遍历树的数据结构。
应用推荐