- ucos_lpc2368soundcode 基于飞利浦的lpc2368的ucos的源码
- identify-gpib GPIB auto searching for in LABVIEW
- Exercise2-Vectorization http://deeplearning.stanford.edu/wiki/index.php/Exercise:Vectorization
- ModelToImageRegistration1 ITK 提供了一个支持形态模型结构的类的层次
- Solar-energy-CAlculation-methods Calculation of Solar energy output
- qexicuhr 对于初学者具有参考意义
文件名称:ShortestPathDijkstra
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.58kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm is used to calculate a node to all other nodes in the shortest path. The main characteristics is the starting point as the center outward expansion layers until the extension to the end date. The Dijkstra algorithm shortest path algorithm is very representative of the many professional courses as a detailed introduction to the basic content, such as data structures, graph theory, operations research, and so on. The Dijkstra general statements are generally two ways, one with permanent and temporary label, OPEN, CLOSE table, here are a permanent and temporary label. Note that the algorithm requires that there is no negative side figure.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ShortestPathDijkstra.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.