CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迪杰斯特拉

搜索资源列表

  1. dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:98800
    • 提供者:yx
  1. Europe-by-Rail

    0下载:
  2. 欧洲游【Dijkstra(迪杰斯特拉)算法】,典型的单源最短路径算法-Europe by Rail
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2756
    • 提供者:frankie
  1. dij

    0下载:
  2. dijkstra单源最短路径源代码模板,迪杰斯特拉算法-the short path
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:602
    • 提供者:黄银锋
  1. sitela

    0下载:
  2. 迪杰斯特拉求解单源点最短路径,不能有负权值存在-the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1008
    • 提供者:xiaoxin
  1. second200981176

    0下载:
  2. 邻接表,迪杰斯特拉算法-Adjacent table, Dijkstra algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:李莜
  1. shortest-path

    0下载:
  2. 运用迪杰斯特拉算法求出图中的最短路径,最短路径的求法-Use Dijkstra algorithm to find the shortest path in Figure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:4549
    • 提供者:江玲
  1. Bbankera

    0下载:
  2. 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。 -The banker' s algorithm is a well-known algorithm to avoid deadlock (Deadlock), and a way to avoid deadlock generated by algorithm 艾兹格迪杰 Stell
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:53388
    • 提供者:表现
  1. Naigation

    0下载:
  2. 处理导航数据文件,建立邻接矩阵,采用迪杰斯特拉算法实现庞大数据的简易导航功能,内含原始数据文件和导航数据文件。-processing navigation data file,the establishment of adjacency matrix,the dijkstra algorithm tosearch path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:86466
    • 提供者:胥涛
  1. dijstra

    1下载:
  2. 实现迪杰斯特拉的选路功能,在matlab仿真中计算最短路径-Realize the routing function of Dijkstra, in the shortest path calculation matlab simulation
  3. 所属分类:matlab

    • 发布日期:2016-05-11
    • 文件大小:3072
    • 提供者:allen
  1. ShortestPathDijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:1618
    • 提供者:伍恒
  1. searchpath

    0下载:
  2. 模拟的公交车查询,是学生自己写的,比较简单,其中有a*算法和迪杰斯特拉算法的简单应用。适合练习使用mfc-Analog bus query students to write their own, relatively simple, where there is a* simple application of the algorithm and Dijkstra algorithm. Suitable for practice use mfc
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:425053
    • 提供者:魏峥
  1. DijkstraTest

    0下载:
  2. 迪杰斯特拉算法实现,使用C++实现,可直接运行-a realization of Dijkstra
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:246137
    • 提供者:Victor Smith
  1. Dijkstra

    0下载:
  2. 迪杰斯特拉算法,利用贪心算法实现两点间最短路径的求解-Dijkstra Algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:1599
    • 提供者:于海洋
  1. campus-guider

    1下载:
  2. 基于迪杰斯特拉的最短路径算法实现的某大学校园导航,能够计算任意两点的最短路线,并生成最优结果-At a university campus navigation, Dijkstra' s shortest path algorithm able to calculate the shortest route between any two points, and generates optimal results
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:7592960
    • 提供者:haha
  1. Guider

    0下载:
  2. 基于迪杰斯特拉的最短路径算法实现的某大学校园导航,能够计算任意两点的最短路线,并生成最优结果-At a university campus navigation, Dijkstra' s shortest path algorithm able to calculate the shortest route between any two points, and generates optimal results
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:31160886
    • 提供者:haha
  1. route

    0下载:
  2. 用java实现路由选择算法。Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Java achieve routing algorithm. 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.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:79054
    • 提供者:周莉
  1. Dijkstra

    0下载:
  2. 迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的-Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . .
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:14313
    • 提供者:李鑫
  1. jingdiandaohang

    1下载:
  2. c++做的课设,景点导航程序,涉及的算法有迪杰斯特拉算法等-C++ to do class-based, attractions navigation procedures, involving the algorithm Dijkstra algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1937315
    • 提供者:李旺
  1. ShortestPath_DIJ

    1下载:
  2. 迪杰斯特拉算法实现有向图的的最短路径并在图上表示-Dijkstra algorithm to FIG shortest path represented in FIG.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:417494
    • 提供者:汪丹
  1. DIJ-final

    0下载:
  2. 最短路径迪杰斯特拉算法,是我们课程设计的作业-The shortest path Dijkstra algorithm, our curriculum design jobs
  3. 所属分类:ELanguage

    • 发布日期:2017-11-08
    • 文件大小:269379
    • 提供者:潘妮儿
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com