So you were actually creating this linked data structure.
因此,也就创建了这种彼此链接的数据结构。
A lookup data structure which is a linked list is then initialized.
然后初始化一个查找数据结构,这是一个链表。
So to construct a nonblocking linked list, tree, or hash table, we need to find a way to update multiple Pointers with CAS without leaving the data structure in an inconsistent state.
所以,要构建一个非阻塞的链表、树或哈希表,需要找到一种方式,可以用CAS更新多个指针,同时不会让数据结构处于不一致的状态。
A linked list consists of a node structure that contains two members: the data it is holding and a pointer to another node structure (or NULL, to terminate the list).
链表所包含的节点结构体由两部分构成:它所持有的数据,以及指向另一个节点结构体(或者是NULL,结束链表)的指针。
This means the schema must represent more than simply what the XML looks like, it must represent the essence of the data structure: a linked list.
这意味着模式必须不仅仅代表XML看上去的样子,它必须代表根本的数据结构:链表。
Listing 2 shows two different serializations of the same linked list data structure serialized according to SOAP Encoding rules.
清单2展示了根据SOAPEncoding规则对相同链表数据结构进行序列化的2种不同的序列化。
To illustrate the problem, imagine a Web service that returns a linked list data structure which we serialize to XML using the SOAP Section 5 Encoding rules.
要说明这个问题,请想象一个Web服务,它返回一个链表数据结构,我们可以使用SOAPSection5Encoding规则将次结构序列化为XML。
Making a basic linked-list data structure persistent is the easiest exercise; here, a list in Clojure is bound to a var named "a".
持久化基本链表数据结构是最简单的;在这里,Clojure中的一个列表绑定到一个名为“a”的变量。
Why did Windows use the FAT structure instead of a conventional linked list with a next pointer for each data block of a file?
为什么窗户使用脂肪结构代替传统的与下一个指针链表的每个数据块文件?。
This procedure is based on the realization of two-way linked list, a good interpretation of this particular data structure.
这个程序是基于双向链表实现的,很好地诠释了此特殊的数据结构。
And two-way linked list is a list as well as data structures, one of the standard data structure.
而双向链表是链表的一种,也是数据结构的标准数据结构之一。
Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
The solver of this software uses the linked list data structure to store the global stiffness matrix, which is efficient in storage and calculation.
本文的计算软件采用动态链表数据结构存贮总体刚度矩阵,具有很高的存贮和计算效率。
Applying structure pointer and dynamic data structure, such as the linked list and queue in c, we have made the working software executed with less memory requirement and time overhead.
并根据C语言结构功能强的特点,采用结构指针及链表、队列等动态数据结构,使整个算法具有节省内存、快速省时的特点。
The management of graphic unit adopts the data structure of double linked list and save graphics in the form of data file.
对图元的管理则使用双向链表的结构,以数据文件的形式保存图形。
Using the life insurance industry linked data between 2001 and 2004 in China, this paper empirically studies the relationship of the market structure, cost efficiency and operating performance.
本文使用2001 ~ 2004年的中国寿险业相关数据,对中国寿险业的市场结构、成本效率和经营绩效的相互关系进行了实证研究。
This is a data structure algorithms, the use of linked lists of nature to a...
这是数据结构中一个算法,利用链表的一些性质来实现这一现象。
A binary tree is a data structure with nodes that include no more than two linked nodes.
二叉树是一个具有节点的数据结构,其每个节点最多包含两个子节点。
For fast searching a double linked list is the wrong data-structure.
快速搜索的一个双向链表的数据结构是错误的。
In the case of a protein whose crystal structure and sequence are known, the PCDDB entry will be linked to the appropriate PDB and sequence data bank files, respectively.
在一个蛋白质的晶体结构和序列已知情况下,PCDDB条目将分别链接到合适的PDB和序列数据库文件。
In addition to T-linked tree, the paper devises a set of arithmetic for data processing with a special data structure, which can enhance synchronous process ability of readers.
在T链表树结构基础上,本文还设计了一套数据处理算法,结合特殊的数据结构,可以极大的提高读写器的实时数据处理能力。
The data structure is easy to realize in PCs because it is mainly composed of Pointers and linked-lists.
由于双向链接边表的数据结构主要由指针和链表组成,所以易于在计算机中实现。
The data structure is easy to realize in PCs because it is mainly composed of Pointers and linked-lists.
由于双向链接边表的数据结构主要由指针和链表组成,所以易于在计算机中实现。
应用推荐