CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Dijkstra shortestpath_dij
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Dijkstra shortestpath_dij - List
[
AI-NN-PR
]
Dijkstra
DL : 0
用Dijkstra法求最短路径,有向图与无向图均可-void ShortestPath_DIJ( Node a ,Status i ,Status v0 ,Status*D ,Status*pre ) { int v,w,j,l=1 Status*final Status min final=(Status*)malloc( sizeof(Status)*i ) for(v=0 v<i v++) { final[v]=FALSE pre[v]=FALSE D[v]=a[v0][v] if(D[v]<10000) pre[v]=v0 }
Date
: 2025-07-09
Size
: 1kb
User
:
腾龙
[
Other
]
ShortestPath_DIJ
DL : 0
迪杰斯特拉算法实现有向图的的最短路径并在图上表示-Dijkstra algorithm to FIG shortest path represented in FIG.
Date
: 2025-07-09
Size
: 408kb
User
:
汪丹
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.