您要查找的是不是:
- The data pages are not linked in a linked list. 数据页不在链接列表内链接。
- invert a linked list 颠倒一个链接表
- What's the difference between a linked list and an array? 在一个链表和一个阵列之间的差别是什么?
- The program stores birthdate information in a linked list of Client blocks. 程序在Client块的链接表中存储生日信息。
- As an example, take an application that maintains a linked list of accounts. 以维护链接的帐户列表的应用程序为例。
- Sometimes this can be optimized down to a single entry instead of using a linked list. 有时这可以优化到只使用一个条目而不使用链表。
- In addition to the standard hashing relationship, there is now a linked list that traverses through the collection. 除标准的散列关系之外,现在还有一个可遍历整个集合的链表。
- The stack is a linked list of 'frames' which are linked through what is known as a 'backtrace structure'. 栈是链接起来的‘桢’的一个列表,通过一个叫做‘回溯结构’的东西来链接它们。
- To make the example concrete, imagine that the resource is the LIST_ENTRY cell that anchors a linked list of IRPs. 为了让例子更具体,设想:这个资源就是LIST_ENTRY单元,它制动一个IRP的链接表。
- An array element points to the beginning of a linked list of blocks describing names that have that hash value. 数组的每个元素指向某个链表的表头,链表中的各个块用于描述具有该散列值的名字。
- This is important because you are not prompted to do anything with local changes to a linked list when the file is saved or closed. 这一点很重要,因为在保存或关闭文件时,您不会被提示在本地更改与链接列表之间执行任何操作。
- When a parameter is set, the performance allocates memory for the data in a linked list of items that are identified by GUID. 百分数的范围从0-100,0表示没有声音,100表示最大音量。
- In the Scheme programming language, the language itself is represented as a linked list and the Scheme programming language is built for list processing! 在Scheme编程语言中,这种语言本身可以表示成一个链表,并且Scheme编程语言就是为进行列表处理而开发的。
- Is there a link between smoking and lung disease? 吸烟与肺部疾病之间有关系吗?
- The following code example and output demonstrate the Remove(T) method overload to remove the node containing the value "old" from a linked list of strings. 下面的代码示例和输出演示如何使用Remove(T)方法重载,以从字符串的链接列表中移除包含值“old”的节点。
- He detached a link from a chain. 他从链子上拆下一个链环。
- For each possible sequential table representation you will need a representation for the cursor. Three example representations are by an array, a linked list and a file. 对于每个可能的顺序表表示法,您都会需要一个光标的表示法。一个数组,一个链表和一个文件是表示法的三个例子。
- A Wiki site includes Wiki pages, a links list, and a Wiki page library. Wiki网站包含多个Wiki网页、一个链接列表和一个Wiki网页库。
- Represents a doubly linked list. 表示双向链接列表。
- It can also be thought of as the "age" of the first entry in the checkpoint queue, a link list of dirty blocks arranged in order by when the block was first dirtied. 它也可以理解为检查点队列,即按照数据块被修时间先后顺序排列的列表中,的第一段时间。