资源列表
123
- 魔王的语言,运用了数据结构栈、队列的结构-Devil' s language, the use of the data structure stack, queue structure
suanfa
- 算法非常重要,这里包含各种经典算法集合,方便学习和查用。-The algorithm is very important, contains the collection of a variety of classic algorithms, easy to learn and use to check.
Trie
- 本程序实现了后缀树,即trie树。trie在字符串处理中有很重要的作用-This program implements suffix tree, ie trie tree. trie has a very important role in the string processing
shuzijietiqiuhe
- vs2010下c语言编写,在数字的阶乘大于double类型所表示的最大数的时候怎么办呢?这个程序给了一种解决方案!-vs2010 under the c language, more than double the number of factorial type represents the maximum number of times how to do it? This program gives a solution!
简单的进制转换程序
- 数据结构的常用堆栈的算法。
MyList
- 以先查找插入的位置,然后进行插入的方法,在链表上实现直接插入排序。 -To look into the first position, then insert the method, the direct insertion sort on the list.
bell
- 给定正整数n,计算出n个元素的集合{1,2,?,n}可以划分为多少个不同的非空子集。 由文件input.txt提供输入数据。文件的第1 行是元素个数n。
00948259_ACM_1167
- 该程序能根据男子记录下的数据,计算出最少有多少条公交车线路经过该车站-The program can record the data according to man, to calculate the minimum number of bus lines through the station
sort-algorithms-using-class-and-object
- 该程序使用类和对象实现了包括希尔排序、快速排序、堆排序和归并排序。-This program implements some sort-algorithms which include ShellSorting、QuickSorting、HeapSorting and MergeSorting,using class and object。
Allsort
- 各种排序算法的实现,包括直接排序、快速排序等多种算法。-Various sorting algorithm is implemented, including direct sequence, quick sort and so on many kinds of algorithms.
KMP
- 用c++实现了KMP字符串匹配算法,简单明了-KMP string matching algorithm with c++, plain and simple
huffman
- 霍夫曼树编程实现,对了解霍夫曼树有重要的启发作用,指导霍夫曼树编程。-Huffman tree programming, Huffman tree is important for understanding the role of inspiration, guidance Huffman tree programming.