资源列表
luciferLanguage
- 这是acm里关于魔王语言的一道题,通过栈和队列的知识来解决。-this is balout luciferlanguage . i use the datastructure with stack and queue.
OptimizeAlgrithm
- 快速排序优化算法,当子数组小于某一K值时不在计划分,而是采用直接插入排序法,k是与总结点数N有关的一个值(k=f(n-OptimizeAlgrithim
InThrBiTree
- 数据结构中线索二叉树的创建、遍历及建线索等-Threaded binary tree data structure creation, traversal and construction leads, etc.
KMP
- 字符串的kmp匹配算法并行计算的源程序,KMP匹配算法,需要的可以-KMP matching algorithm
UnDirectGraph
- 本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth
Page-out-algorithm
- 操作系统算法演示,页面淘汰算法的c语言演示,比较简单-Algorithm demonstrates the operating system, page-out algorithm c language shows, a relatively simple
C
- c++基本程序,可以求三次方程的根,数组排序,生成魔方阵-c++ basic program, you can seek the root of cubic equation, the array is ordered to generate magic square
Folyd
- 弗洛伊德算法,图论,图的遍历,对初学者有用-Floyd algorithm, graph theory, graph traversal, useful for beginners
VolRen
- MITK中体绘制算法实现,效果不错,适合初学者-MITK in volume rendering algorithm, good results
4
- 数据结构中 三元组顺序表存储稀疏矩阵并实现矩阵的转置-Three tuple sequence charts save the sparse matrix and realize the matrix transposition.
wykobi
- 一个二维计算几何库,包含了很多实用算法,都是用模板编写,容易集成。-A two-dimensional computational geometry library contains many useful algorithms are written using templates, easy to integrate.
algorithm
- 常见的排序算法:插入法、快排法、堆排序、冒泡法、选择法、桶排序等,C语言实现,vc6.0环境-algorithm : insert methods,quick methods,choose methods and so on.