搜索资源列表
ImpleOfDataStruct
- 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
datastruct
- 安全数组 普通链表 哈希表 二叉搜索树 AVL树 集合类 通用自动机 所有类均使用模板编写,并不特定于 Windows 平台,只要有 C++ 编译程序的操作平台都可使用。-security array ordinary Chain Hash Table 2 forks search tree AVL Tree collections Universal Automatic machine is used in all types of template preparation, is not s
list
- C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。
LinkListTemp
- 双向链表模板,实现了链表的算法,采用模板技术,因此可以接受泛化的数据
兩個链表模板类
- 编写一个STL中的CString类-preparation of a STL redeem Cla
CRAMSave
- 此程序是一个模板类,主要改善大型数据的操作,效率很高,用的是静态链表的原理
MyList
- 一个采用链表编写的列表类,类似于CPtrList,不同的是本代码是个模板类,在使用上更加简便。同时,读者可以作为写模板时的参考。
lianbiao
- 包括顺序表,链表的插入删除,合并,对于链表的实现运用了模板和类两种方法来实现。
SLinklist
- 静态链表,c++语言描述,数据结构示范,模板类-staticlinnkedlist
TwoList
- 两个VC++链表模板类,包括单向链表和双向链表。-Two VC++ template class list, including one-way linked list and doubly linked lists.
list
- 一个很不错的链表模板,很规范,很适合新手学习-A very good list template, it is standardized, it is suitable for beginners to learn
LIST2
- 更能很强大的链表模板,注释非常详细,对学习很有帮助-More very strong list template, comments are very detailed, very helpful
TwoList
- 两个VC++链表模板类,一个是单向链表,一个是多向链表,用法在main()函数中都有说明,对初学者应该有帮助 -Two VC++ template class list, a one-way linked list, one more to the list, use the main () function has instructions for beginners should help to illustrate the principle, as well as code samp
_n!
- 用双向链表模板类做的n的阶乘 没有注释-With two-way linked list template class do not comment n the factorial
C++链表模板
- 编写了一个链表的模板,方便需要的人移植调用等,简单易懂(Write a list of templates, convenient for people to transplant, call, etc., easy to understand)
StudentMIS
- 基于链表的简单的学生信息管理系统模板,给初学者提供一定思路,对于代码有详尽的说明。(Based on the linked list of simple student information management system templates, to provide some ideas for beginners, for the detailed descr iption of the code.)
linkQueue
- doc版本的链表模版 可以用来进行数据结构编程(doc version of linked list template)
高大上欧美风商务PPT模板
- 全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问好(Full array, an automatic linkedlist.h: list (random access, but low efficiency).)
时尚全图型个人简历PPT模板
- 遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载好(The efficiency of ergodicity is higher than the common chain table) hashtable.h: hash table (using key values to identify elements, the elements of the same key are considered equal and need t
线性表
- 1.顺序表的验证 (1)编写测试函数,对顺序表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。 (2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试顺序表。 (3)在顺序表类模板中增加成员函数max()和min(),它们分别返回顺序表中元素值最大的数据元素序号。 2.单链表的验证 (1)编写测试函数,对带头结点的单链表类模板用2种简单类型的数