资源列表
sort
- 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。-Design a test program the comparison of several internal sort algorithm of the key word more times and mobile number in order to obtain intuitive feel.
shuangtiaopaixu
- 用普通程序和cuda并行程序来实现双调排序。-Ordinary procedures and cuda parallel program to achieve the sort of two-tone.
car_wash
- 数据结构与STL书中的洗车仿真程序,队列描述举例-simulation of car wash,it s a classic example of queue
overlap-interval-
- 区间树算法描述,及其说明,使用代码形式来描述区间树问题-The overlap interval between the tree search algorithm
1
- 有一个顺序表,编写一个在顺序表中查找最大和最小值元素的函数,并分析其时间复杂度T(n)。-Have an order form, write a function of maximum and minimum elements in the order table to find, and analyze its time complexity T (n).
Huffman
- 设计一个利用哈夫曼算法的编码和译码系统。建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。“压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。根据以上任务说明,设计数据结构,并设计程序完成功能。-Huffman coding decoder
code
- C++实现的两类问题随机森林生成算法,对学习随机森林很有帮助-Source code for random forests,wanderful codes,and help youself to it!
QuickSort
- 快速排序算法的代码,C语言编写,比较简单,不过思考要多一点-quicksort code,writtten by C language
daohang
- 校园导航系统,数据结构学了后编的,编的不好请见谅-seek for address in school
Hash-table-phonebook
- 针对某个单位电话号码簿,设计一个哈希表,并完成相应的建表和查表程序。-Create a hash table phonebook
Graph-traversal
- 图的遍历示例。包括深度优先和广度优先。控制台程序。-Graph traversal.DFS and BFS.
Huffman-coding
- C语言实现哈弗曼编码,有完整的实验报告、实验代码以及实验结果和结论。-C language Hafu Man coding, a complete report of the experiment, experimental code and experimental results and conclusions.