搜索资源列表
operate-chain-table
- 1、 用链表实现线性表。其中,必须实现的线性表基本操作为:InitList、 ClearList、ListEmpty、ListLength、GetElem、PriorElem、ListInsert、ListDelete。。。。等等还有
List
- 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
ShortestPathwithSTL
- 使用STL实现搜索链表的最短路径,链表通过随机数产生-The use of STL implementation of the shortest path search list, list through the random number generator
TestList2
- 链表实现程序。学习链表绝好示范资料。示例里让你零起点学链表!-this is listtext programe,the fuction if powful..
CList
- C语言版的链表实现。带头节点的双向循环链表。访STL vector的实现。-C language version of the linked list implementation. Two-way circular list node to take the lead. Visit STL vector implementation.
DeskApp
- c++单向通用链表的实现,入门实例(与stl无关)。有助于入门新手理解-Universal one-way linked list c++ implementation, start an instance (nothing to do with the stl). Novice help you get started understanding
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
goods-purchasing
- 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
linearlist
- 数据结构中链表的实现,linearlist,具有数组不可比拟的优势-Data structure linked list implementation, linearlist, with an array of unparalleled advantages
lists
- 自己实现的C++模板链表,用的是linux下的gcc。-C++ own implementation templates list