您要查找的是不是:
- dynamic circular linked list 动态循环链表
- It is a dynamic circular chain that formed by sequent lists and linked lists alternately. 该结构是由顺序表与链表交叉构造而形成的一种动态循环链表 .
- This works by adding storing a circular linked list for each group of equivalent nodes in reverse order. 这是通过为每组相等的节点在相反顺序上增加一个循环的链表来实现的。
- circular linked list 循环链表
- The data pages are not linked in a linked list. 数据页不在链接列表内链接。
- Represents a doubly linked list. 表示双向链接列表。
- The method of dealing with collisions should be the dynamic linked list version. 此方法处理冲突的时候应该采用动态链表。
- 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. 单链表上的花样是很多的,很多问题不用些奇淫巧技是不成的。
- circularly linked 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。
- The system uses circular links to allot IP addresses and ports, with double hashing and session timers with improved state automata to look up mapping items. 利用循环链表分配地址和端口,利用双散列和优化的定时器机制相结合实现映射表项的维护和查找。
- I was not saying use black-red tree to implement the hashtable, but use it to replace your linked list. 没有时间去补充数据结构方面的知识,不过还是对你的说法有个疑问。
- In other words, new items are added to the end, and map lookups move items to the end of the linked list. 换句话说,新项目被添加到尾部,映射表查找操作将项目移到链表的尾部。
- A student achievement management system, uses linked list for data inserting, deleting, sorting and querying, C-C. 学生成绩管理系统,应用链表实现对数据的插入,删除,查找,排序。
- Compute the actual size of the linked list and assign it to the variable actual. 计算链接列表的实际大小,并将其分配给变量actual。
- Donald Knuth thoroughly describes linked lists and their operations in. 中详尽地描述了链表及其操作。