资源列表
HANOI_I
- 著名的世界末日问题-河内之塔(Towers of Hanoi) 的递归算法很容易实现,但效率不过,但非递归算法会写的人却很少,这个非递归算法不但高效,并且简短
exam5te
- 用C写的银行家算法……在学操作系统的朋友可以参考一下-Using C to write the banker
3_1
- 长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -“null” 。
Shortestpath
- 用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the maximum cost of routing nodes 1
BiTree
- 二叉树的建立与操作,可以结合二叉树的遍历-The establishment and operation of a binary tree, binary tree traversal can be combined
Business-statistics
- 营业统计,acm比赛题目。用C++编写,能够通过编译。-Business statistics, acm title game. Written in c++, able to compile.
P4_30.ZIP
- 桶排序算法:这是一种比冒泡排序有更好性能,但是要求更多内存的排序方法。-barrels Sorting Algorithm : This is a bubble sort than better performance, but require more memory sequencing methods.
掌握线性表的结构特点
- 。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。
bitonic
- this bitonic sort, used in parallel sorting-this is bitonic sort, used in parallel sorting
cc
- 编写一个程序输出从顶点0开始的深度优先遍历序列(递归算法)和广度优先遍历序列(非递归算法)。-Write a program output from the vertex at 0 depth first traversal sequence (recursive algorithm) and breadth-first traversal sequence (non-recursive algorithm).
xu
- 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear form: initialization, insert, de
yhj
- 银行家动态算法源代码 适合初学者 代码简单明了-Banker' s algorithm
