搜索资源列表
非递归遍历一
- 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
Double_Link
- 用C写的双链表结构。汗,我的字数不够 20很气哦。! 欢迎下载-Using C to write the two-list structure. Khan, my word is not enough gas Oh 20. ! Welcome to download
doublelist
- 链表各类算法 单链表、双链表、带头结点的单链表、 不带头结点的单链表 -List of all algorithm single list. double list
DuLinkList
- 此源码是在C++6.0平台下实现双链表的一个控制台应用程序,适合数据结构初学者使用。-This source is a doubly linked list in C++6.0 platform console application, suitable data structure beginners.
stumis
- 学生信息管理系统 用双线链表实现的 不错-Student information management system using double linked list to achieve a good
DLinkedList
- 双链表的定义和插入算法,双链表的定义,删除,插入和查找算法-Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm
Edit
- 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
list
- C++实现线性安全的双链表,包括插入,删除等操作-C++ to achieve linear secure double-linked list, including insert, delete and other operations
LinkList
- 链表的代码,包括单链表、双链表、循环链表、静态链表代码。有代码注释。-List of code, including single list, double-linked list, circular linked list, static list of code. There code comments.
stu_comsuption_mngmt
- 利用链表录入学生的信息并实现显示、增加、删除、打印、查找等功能,特点是,有win和linux双版的,可以分别在两个系统下用vc或gcc编译!-the student information can be displayed, added, deleted, printed or sorted via the program. There are two versions: win and linux.
snake
- VC++6.0编写的控制台C/C++贪吃蛇游戏,游戏使用了数组,指针,文件操作,没有使用结构体,单双链表,适合初学C++同学练习! C/C++语言作业:zjlj jhanker,2015.3.16-VC++6.0 written in the console C/C++ Snake game, the game uses the array, pointer, file operations, without the use of structure, single and double lin