搜索资源列表
maxflow-v2.2.src.tar
- 最大流最小割算法的经典实现,对于图像处理的初学者很有帮助。内附说明文档。
suanfadaolun-v2.0
- 算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
gragh
- 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
munkres-v2
- 匈牙利算法介绍文档及实现程序,C++语言,非常好用。-Huangary Algorithm。
code-string-sort-v2
- Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there meet the fastest and the best programmer in the whole of choina-Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there me
0-1bag
- 假设有n件物品,每件物品有各自的重量W1,W2,……,Wn和 与之对应的价值V1,V2,……,Vn。设背包的容量为c,在不超过背包容量的前提下,求出获得最大价值总和的方案。(0-1背包的情况下物品不可分割,只能选择放入,或者不放入背包中)。 -Suppose there are n items, each item has its own weight W1, W2, ......, Wn and the corresponding value of V1, V2, ......, Vn
V2.10
- 统计器first. If you did not registered, please-first. If you did not registered, please
Graphmtx
- 数据结构图的邻接矩阵的实现。 包括构造函数、返回边(v1,v2)上的权值的函数、在图的顶点表中插入一个新顶点的函数、在带权图中插入一条边的函数、给出顶点位置为v的第一个邻接顶点的位置的函数、给出顶点v的邻接顶点w的下一个邻接顶点的位置的函数、在图中删除一条边的函数、在图中删除一个指定顶点v, v是顶点号的函数等优质函数。-Data Structure adjacency matrix. Including the constructor function that returns th
数据结构课件-V2
- 里面有数据结构的相关资料,可以祝你学习,可以下载(There are related data structure, can I wish you learn, you can download)