Introduction - If you have any usage issues, please Google them yourself
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.
Packet : 39709561floyd_warshall.rar filelist
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