文件名称:SPF
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 9kb
- 下载次数:
- 1次
- 提 供 者:
- willi******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Dijkstra s algorithm, named after its discoverer, Dutch computer scientist Edsger Dijkstra, is a greedy algorithm that solves the single-source shortest path problem for a directed graph with non negative edge weights. For example, if the vertices (nodes) of the graph represent cities and edge weights represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between two cities. Also, this algorithm can be used for shortest path to destination in traffic network.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SPF\DijkstraAlgorithm\Dijkstra.cs
...\.................\DijkstraAlgorithm.csproj
...\.................\DijkstraAlgorithm.csproj.vspscc
...\.................\mssccprj.scc
...\.................\Properties\AssemblyInfo.cs
...\.................\..........\vssver2.scc
...\.................\vssver2.scc
...\DijkstraAlgorithm.sln
...\DijkstraAlgorithm.suo
...\DijkstraAlgorithm.vssscc
...\mssccprj.scc
...\DijkstraAlgorithm\bin\Debug
...\.................\bin
...\.................\Properties
...\DijkstraAlgorithm
SPF
...\.................\DijkstraAlgorithm.csproj
...\.................\DijkstraAlgorithm.csproj.vspscc
...\.................\mssccprj.scc
...\.................\Properties\AssemblyInfo.cs
...\.................\..........\vssver2.scc
...\.................\vssver2.scc
...\DijkstraAlgorithm.sln
...\DijkstraAlgorithm.suo
...\DijkstraAlgorithm.vssscc
...\mssccprj.scc
...\DijkstraAlgorithm\bin\Debug
...\.................\bin
...\.................\Properties
...\DijkstraAlgorithm
SPF