搜索资源列表
DijkStra
- 迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找。
Dijsktra-method
- 自己做的迪杰斯特拉算法,用VC开发,工具是VS2010,直接拿来就可以输入参数编辑了。界面上的图是我随意放的-Dijkstra algorithm to do their own, with VC development tool VS2010, input parameters can be used directly edited. The map interface is free to put
The-campus-navigation-program-design
- 校园导航程序设计,关于迪杰斯特拉算法和佛洛依德算法的典型应用-The campus navigation program design, typical application on Dijkstra algorithm and Freud algorithm
projects1
- 迪杰斯特拉算法,通过类实现.图graph 边edge 顶点 vertex-Dijkstra algorithm, through classes. Diagram graph vertices vertex side edge
Dijkstra
- Dijkstra算法,迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。-The Dijkstra algorithm is proposed by Holland computer scientist Dijkstra in 1959, therefore is called the Dick Stella algorithm. The shortest path algorithm
code
- 迪杰斯特拉算法的实现 只需要改变邻接矩阵可以直接使用 返回l和z是结果 floyd算法 同样改变邻接矩阵A,调用函数即可使用 带有数据(The implementation of the Dijkstra algorithm only needs to change the adjacency matrix and can be used directly to return to L and Z as a result The Floyd algorithm also