文件名称:floyd_warshall
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 7.33kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题。floyd_warshall.c是源程序;distance_2.txt文件存放图中各点之间的距离,以99999表示无穷大;floyd.txt文件是输出文件,其中存放各轮得到的输出矩阵,以及最后得到的各点间最短距离,如果有负回路则返回FALSE。-C language shortest path algorithm of Floyd-Warshall algorithm, The algorithm can be used to solve signal processing some of the problems. Floyd_warshall.c yes source; distance_2.txt document storage map of the distance between points, 99,999 said to infinity; floyd.txt document output files, which kept the round of the output matrix, and finally come to the point of the shortest distance, If there is a negative loop it returns FALSE.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 39709561floyd_warshall.rar 列表 floyd_warshall\Debug floyd_warshall\distance_2.txt floyd_warshall\floyd.txt floyd_warshall\floyd_warshall.c floyd_warshall\floyd_warshall.dsp floyd_warshall\floyd_warshall.dsw floyd_warshall\floyd_warshall.ncb floyd_warshall\floyd_warshall.opt floyd_warshall\floyd_warshall.plg floyd_warshall