搜索资源列表
Ford Ka
- 福特卡车的3DS MAX模型,有多个,是学习3DS MAX制作的经典素材。-Provide 3ds max model for Ford van. They are typical material for learning 3ds max
work2z
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程
Ford-Fulkerson
- THIS ZIP SIMULATE THE APPLICATION OF THE FORD FULKERSON ALGORITHM WHICH ALLOWS TO SEARCH THE MAXIMUM FLOW
Ford-Fulke19521511292005
- Max flow.ford fulkerson algorithm in c++ for numerical analysis
bellman-ford
- bellman ford algorithm
BellmanFord
- Bellman ford 算法描述即实现-Bellman ford algorithm descr iption of achieving
bellman-ford.c
- bellman-ford algorithm to find shortest distance in a graph. useful for path planning.
Ford-Fulkerson Algorithm
- Ford-Fulkerson Algorithm Optimal Task Assignment
max_min_segment
- 最大流/最小割方法。为学习图像处理中的图割算法做准备,算法思想是Ford-Fulkerson方法。最大流是一个有向图,最小割就是网络中所有割中值最小的那个割。 -Maximum flow/minimum cut method. As a learning image processing to prepare graph cut algorithm, the algorithm idea is Ford-Fulkerson method.
Dijkstra
- 单源最短路径Dijkstra。使用图论算法作为图像处理的基础算法,Dijkstra和Bellman-Ford类似,都是解决单源最短路径问题,不同的是这个方法只能解决边为非负的问题,实现的好的Dijkstra算法运行时间要快于Bellman-ford。-Single source shortest path Dijkstra. Using graph theory algorithm as the basis of image processing algorithms, Dijkstra and
Bellman-ford
- 单源最短路径Bellman-ford。该算法可以用来解决一般(边的权值为负)的单源最短路径问题,而dijkstra只能解决权值非负的情况。此算法使用松弛技术,对每一个顶点,逐步减少源到该顶点的路径的估计值,直到达到最短的路径。-Single source shortest path Bellman-ford. The algorithm can be used to solve the general (the right side is negative) single-source shor
FF
- PYTHON IMPLEMENTATION FOR FORD-FULKERSON ALGORITH
implemetation-of-bellman-ford-cPP
- helps to find out shortest path
BellmanFord
- Belman ford algorithm
bellma.py
- Bellamn Ford and Floyd Warshal implementation in Python for a graph