资源列表
labyrinth
- 使用C++中类的思想以及堆栈的算法,能寻址32*32以内迷宫的路径。-Classes using C++, ideas, and the stack algorithm, can be addressed within 32* 32 maze path.
Syntax_Analysis
- 简单的语法分析程序,可以对简单的四则运算式进行语法分析-A simple grammar analysis program, can be a simple four expression parsing
Relation
- 对矩阵这种数据结构进行变换,变为关系矩阵或进行其它操作
data-structure-sorting
- 内部排序以及所用时间比较,能在windows和linux下运行。-Internal sorting, and time spent
20090626-list
- 在windows基础上实现链表增、删、查、改功能-To achieve growth to create lists, delete, check, change the function
Bubble-sort-method
- 冒泡法排序:如果有n个数,则要进行n-1趟比较。在第1趟比较中要进行n-1次两两比较,在第j趟比较中要进行n-j次两两比较-Bubble sort method: If you have n numbers, n-1 times will have to be compared. Times in comparison to the first n-1 times for any two, in comparison to the j-times nj times for pairwise co
root
- 可以求塔高的一个好方法、与其它的方法有本质上的不同,喜欢的孩子可以下载-You can ask the tower height is a good method, and other methods are essentially different, like children can download and have a look
-Kruskal
- 常用数据结构,最小生成树(Kruskal算法)-Common data structure, the minimum spanning tree (Kruskal algorithm)
beibao
- 背包问题,结合当前比较流行的技术,采用一定的技巧开发出来的算法-beibao wenti
shujujiegou
- 这是关于数据结构中的一些算法的讲解 如:排序的方法、图、树、二叉树、遍历-This is about some of the data structure on algorithm such as: sequencing methods, map, tree, binary tree
Multi-machine-scheduling
- 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
Lineartable1
- 线性表课程,数据结构内容,简洁清晰易学易懂,适合初学者-Linear form curriculum, the contents of data structures, simple and clear easy to learn, for beginners
