您要查找的是不是:
- All the resulting memory blocks in the debug heap are connected in a single linked list, ordered according to when they were allocated. (翻译:所有堆内存块在一个链表中被连接起来。当然具体做法就是把地址存放到个链表的节点里。)
- Array ADT, struct and union, polynomial ADT, spare matrix ADT, string, pointer, single linked list, linked stack and queue, linked polynomial, double linked list. 数组ADT;结构体和公用体;多项式ADT;稀疏矩阵ADT;多维数组ADT;串。指针;单链表;链表实现堆栈和队列;链表实现多项式;链表的附加操作;双向链表。
- Particle simulation of ion thruster optical system using single linked list 单链表在离子发动机光学系统粒子模拟中的应用
- single linked list 单向链接表
- linear single linked list 线性单链表
- The data pages are not linked in a linked list. 数据页不在链接列表内链接。
- Represents a doubly linked list. 表示双向链接列表。
- Revert a single link list 反转一个单向
- Sometimes this can be optimized down to a single entry instead of using a linked list. 有时这可以优化到只使用一个条目而不使用链表。
- So far, a message queue sounds a lot like a simple linked list. 到目前为止,消息队列听起来很象简单的链表。
- What's the difference between a linked list and an array? 在一个链表和一个阵列之间的差别是什么?
- Problem :Given a singly linked list, find the middle of the list. 单链表上的花样是很多的,很多问题不用些奇淫巧技是不成的。
- 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. 以维护链接的帐户列表的应用程序为例。
- Assign the expected size of the linked list to the variable expected. 将链接列表的预期大小分配给变量expected。
- Temple murals Zhaohua many people, rich in content and form of different, since the succession of the Tang Dynasty temple murals title list form, the water content of cirrus single link. 昭化寺壁画人物众多,内容丰富,形态各异,继承了唐以来寺院壁画的榜题形式,把单幅内容用水卷云联系起来。
- I was not saying use black-red tree to implement the hashtable, but use it to replace your linked list. 没有时间去补充数据结构方面的知识,不过还是对你的说法有个疑问。
- The type transform theory is extended to the analysis of geared linkages, so that any geared linkage can be decomposed into a series of single link and extended double bar Assur Group. 将型转化理论拓广于齿轮连杆机构的分析中,使任一齿轮连杆机构都可以分解为单构件和广义双杆组。
- Donald Knuth thoroughly describes linked lists and their operations in. 中详尽地描述了链表及其操作。
- In other words, new items are added to the end, and map lookups move items to the end of the linked list. 换句话说,新项目被添加到尾部,映射表查找操作将项目移到链表的尾部。