资源列表
string-matching
- c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
avl_Tree
- 平衡二叉搜索树AVL的插入,并用于在 “词典(每行一个单词)”搜索变位词(例如 abc,acb互为变位词)-AVL balanced binary search tree insertion, and is used in the " Dictionary (one word per line)" Search anagram (eg abc, acb mutually anagram)
xianxingbiaoquanhanshu
- 数据结构内关于线性表的所有函数,方便初学者的使用-All functions within the data structure on the linear form
CFKOrderSystem
- CF点餐系统,从客户,订餐员,到顾客,到具体的餐品,应有尽有-CF ordering system
29-Exercise-6
- SSD5 数据结构29 Exercise 6_ 标准答案-SSD5 ex6 answer
data_jiegou
- 集中常见的排序算法,冒泡排序,快速排序,选择排序,堆排序,插入排序,Shell排序,归并排序,基数排序-Focus on common sorting algorithms, bubble sort, quick sort, selection sort, heap sort, insertion sort, Shell sort, merge sort, radix sort
bubblesort
- 清华大学邓俊辉副教授课件里的冒泡排序所有实现方式,带注释-bubblesort dsa
StudentTest
- 学生类的C++程序。程序具有学生ID,姓名,数学英语计算机成绩,以及计算总分,平均分等其他功能。-Student class C++ program. Program has a student ID, name, computer math scores in English, as well as calculate the total score, the average grading other features.
CounterTest
- 计数类的C++代码。程序具备计数功能,包括加减乘除等功能。适合初学类定义的人。-Count class C++ code. Counting functions, including addition, subtraction and other functions. Suitable for beginners class defines man.
ClockTest
- 时钟类代码。具有时间添加,运行,显示时间,设置时间等功能。Vs2010环境下编写。-Clock class code. Have time to add, run, display time, set the time and other functions. Preparation of the next Vs2010 environment.
StackTest
- 顺序栈和堆栈的实现。 顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure typ
linklist
- 双向链表的实现,基本操作包括增加节点,删除节点,查询功能都可以实现-Two-way linked list