搜索资源列表
disanzan
- 这是自己编写的,严蔚敏版的数据结构第三章的部分答案-This is their preparation, Yan Wei-min version of the data structure of Chapter III Part of the answer
base-data-structure-CPP-Class
- 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
somesorts
- 对几种排序算法的比较 中间有自己编写的计算时间的文件 更加精确
kmp_algorithm
- 自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。
guanjianlujin
- 自己编写的关键路径,是数据结构的算法实现。与大家多多交流。
MiniSpanTree
- 我自己编写的一个C++ kruskal最小生成树程序,希望可以对初学者有所帮助,错误难以避免,希望大家谅解
myString
- 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
sort
- 自己编写的排序算法的代码,有桶排序,计数排序,基数排序,归并排序,堆排序,插入排序,快速排序,选择排序。-Sorting algorithm I have written the code, there are barrels of sorting, counting sort, Radix Sort, Merge Sort, Heap Sort, Insertion Sort, Quick Sort, select Sort.
pi
- 一个求pi的源程序,可以精确到几十位 外加一个自己编写的记事本程序 pi.c-A source for pi can be accurate to plus a dozen have written the Notepad program pi.c
migong.txt
- 用数据结构编写的迷宫问题 基本上是自己编写的小程序 希望大家喜欢-Data structure used to prepare the maze problem is basically I have written a small program I hope you like
node
- 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
kmp
- 自己编写的一个KMP字符串匹配算法的实现-I have written a KMP string matching algorithm implementation
ArtiAnomalyG
- 自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing
zhuangxiang
- 自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
graph
- 根据现有图,实现求关键路径的算法,自己编写的,有什么问题请指教-Under the existing plan, the realization of the algorithm for critical path
SanLie
- 自己编写的数据结构程序,主要是进行散列表的各种存储方式优越性 的比较-Their own procedures for the preparation of the data structure is primarily one of a variety of stored hash table comparison of the superiority of
seg_test
- 单片机数码管显示的小函数,自己编写的,初学者也许用的上-LED display for a small function, I have written, and beginners may be used in the
kruskal
- kruskal最小生成树的一种解决方法 自己编写的 已加注释-kruskal minimum spanning tree of a solution
RedAndBlackBinaryTree
- 自己编写的数据结构中的红黑树的实现,包括各种生成,添加,删除等各种操作-Own C program of data structure s red-black tree implementation, including generation, add, delete and other operations
0-1
- 0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
