Listing 2 shows two different serializations of the same linked list data structure serialized according to SOAP Encoding rules.
清单2展示了根据SOAPEncoding规则对相同链表数据结构进行序列化的2种不同的序列化。
The solver of this software uses the linked list data structure to store the global stiffness matrix, which is efficient in storage and calculation.
本文的计算软件采用动态链表数据结构存贮总体刚度矩阵,具有很高的存贮和计算效率。
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。
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看上去的样子,它必须代表根本的数据结构:链表。
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.
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
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.
对图元的管理则使用双向链表的结构,以数据文件的形式保存图形。
For fast searching a double linked list is the wrong data-structure.
快速搜索的一个双向链表的数据结构是错误的。
For fast searching a double linked list is the wrong data-structure.
快速搜索的一个双向链表的数据结构是错误的。
应用推荐