资源列表
mathandos
- 算法设计的动态规划,贪心算法 操作系统的银行家算法等五个小程序-data
linked_list
- a data sturcture called linked list a list logic
wanglin
- 为了写好课程设计,学好c语言,让自己对c语言有一个更深的了解。-In order to written curriculum design, learn c language, so that my right c language a deeper understanding.
software
- 主要实现软件技术中的二叉树的遍历 数据的查找 多种排序法 文件里包括代码和原理-Main software technology to achieve the binary tree traversal Data Find A variety of sorting method Files, including code and principles of
sort1
- 六种排序方法,快速排序,选择排序,归并排序等-sort
calc
- 这是我在学习数据结构做练习时写的一个小程序,功能是在命令行下进行形如:23+34*3/4+(3*6+10)的四则运算,支持+,-,*,/,(,)进行整数运算。-This is a simple code about data structure.It uses to carry on four arithmetic operations with parenthesis.But now it only supports integer.
huffman
- 哈弗曼编码器,含有完整源码。文件的输入与输出。-Havermann encoder, includes full source code. File input and output.
migongwenti
- 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any se
PythonDataStructuresandAlgorithms
- python 数据结构与算法的电子文档。-electronic documents of python data structures and algorithms.
paparsjwj
- 有关数据挖掘算法的论文,大家可以参考参考-Papers on data mining algorithms, we can refer to the reference
dongtaiguihuabeibaowenti
- 这是关于01背包问题的动态规划算法。采用C++语言完成的,代码间有注释。-This is about 01 knapsack problem dynamic programming algorithm. Using C++ language completed, there are comments between the code.
SearchSort
- 对系统随机生成的一组数据进行排序,查找,统计不同排序方法需要的比较次数和交换次数以及不同排序需要的时间,还有要记录查找时间-The system randomly generates a set of data to sort, search, statistical comparison of the different sorting methods require the number and frequency of exchange, as well as the time requi