文件名称:Bellman-ford
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-08-10
- 文件大小:
- 33kb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
单源最短路径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 shortest path problem, and dijkstra can only solve the case of non-negative weights. This algorithm uses relaxation techniques, for each vertex, to gradually reduce the source to the vertex of the estimated value until the shortest path.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单源最短路径Bellman-ford\1.jpg
........................\2.jpg
........................\compresstable2matrix.m
........................\main.m
........................\说明.txt
单源最短路径Bellman-ford