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

搜索资源列表

  1. dij

    0下载:
  2. 迪杰斯特拉算法,用于实现查找两点间的最短路径-Dijkstra algorithm for finding the shortest path between two points to achieve the
  3. 所属分类:IME Develop

    • 发布日期:2017-04-03
    • 文件大小:1041
    • 提供者:孙海伦
  1. shortest

    0下载:
  2. 使用迪杰斯特拉求最短路径算法。用到了VC++6.0开发工具-Use Dijkstra shortest path algorithm. Used the VC++ 6.0 development tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1859494
    • 提供者:Debug
  1. ZOJ1002

    0下载:
  2. 类似迪杰斯特拉求最短路径求解ZOJ-1002-fire net.-Similar Dijkstrav shortest path to solve ZOJ-1002-fire net.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:558
    • 提供者:张恭顺
  1. Dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing the shortest path one node to all other nodes. The main features are the s
  3. 所属分类:Ajax

    • 发布日期:2017-03-28
    • 文件大小:588
    • 提供者:庭月照
  1. Dijkstra

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1101091
    • 提供者:bleeli
  1. juzhen

    0下载:
  2. 简单的c++程序,弗洛伊德算法,迪杰斯特拉算法-Simple c++ program, Floyd algorithm, Dijkstra algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2475008
    • 提供者:吴灿烽
  1. Dijkstra

    0下载:
  2. 旅行商问题的一个变形,主要采用迪杰斯特拉算法来进行求解,,问题详情请见文件中图片内容,可以当做练手用-A variant of the traveling salesman problem, mainly Dijkstra algorithm to solve the problem ,, details see file picture content, as practiced hand
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:246462
    • 提供者:StarrySky
  1. dijstra

    0下载:
  2. c#用迪杰斯特拉求最短路径,通过编译,可运行-dijstra short path
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:27736
    • 提供者:蒋昕
  1. AI_project04_15_23

    0下载:
  2. ,更新:使用优先级队列实现的迪杰斯特拉算法,里面有个小对战游戏主要程序部分示例-Update: Dijkstra algorithm using priority queue implementation, there are a small part of the sample program main battle game
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:11677
    • 提供者:stvh
  1. Dijkstra

    0下载:
  2. 用MATLAB实现迪杰斯特拉算法来寻找最短路径,压缩包中DIJ为算法的执行程序,SymMatrix为将邻接矩阵补齐为对称矩阵的程序,两个graph文件存储的两个邻接矩阵,DIJ加载了其中一个进行计算。也可以自己重新编辑邻接矩阵来计算最短路径。-Dijstra algorithm based on MATLAB.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1342
    • 提供者:liyi
  1. gf

    0下载:
  2. 最优旅行路线,迪杰斯特拉算法,对于比较简单的旅游路线-the best travleing
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:208646
    • 提供者:何欣
  1. Dijkstra-algorithm

    0下载:
  2. 迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra algorithm is a Dutch computer scientist Dijkstra proposed in 1959, the so called Dijkstra algorithm. From one vertex to each
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6263
    • 提供者:沈甲甲
  1. Floyd-CSharp

    0下载:
  2. 弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:焦慧明
  1. c

    0下载:
  2. 迪杰斯特拉算法主要是采用了一个dist一维数组,来存储源点到其它顶点的最短路径,然后不断更新。-Dijkstra algorithm is used mainly in a dist one-dimensional array to store the point vertices of the shortest path to other sources, and constantly updated.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1183
    • 提供者:程志浩
  1. AI_project08_17_19

    0下载:
  2. 更新:使用优先级队列实现的迪杰斯特拉算法,里面有个小对战游戏主要程序部分示例-Dijkstra algorithm using priority queue implementation, there are a small part of the sample program main battle game
  3. 所属分类:Game Program

    • 发布日期:2017-04-30
    • 文件大小:13561
    • 提供者:stvh
  1. AI_project08_18_07

    0下载:
  2. 更新:使用优先级队列实现的迪杰斯特拉算法,里面有个小对战游戏主要程序部分示例-Dijkstra algorithm using priority queue implementation, there are a small part of the sample program main battle game
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:14404
    • 提供者:stvh
  1. DJSITEPATH

    0下载:
  2. 根据迪杰斯特拉计算经景点最短路径 并显示路径-According to Dijkstra shortest path calculated by the attractions and shows the path
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:309036
    • 提供者:李杰
  1. ShortestPath

    1下载:
  2. 迪杰斯特拉算法求解最小路径,只用给出节点信息以及邻接矩阵即可求出节点对间最短路径,最短路径存于元胞内。文件中有测试的数据,可以替换。-Dijkstra algorithm minimum path, and the only information given node adjacency matrix you can find the shortest path between nodes, the shortest path within the cellular memory. File
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:21259
    • 提供者:111
  1. T_Dijstra

    0下载:
  2. matlab实现图上需找最短路径的迪杰斯特拉算法,寻找任一点和其他点之间的最短距离,最终结果为最短路径度量矩阵和正序路由矩阵-matlab implementation on the map to find the shortest path Dijkstra algorithm to find the shortest distance between any point and other points, the final result is the shortest path metri
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1224
    • 提供者:Lancy Green
  1. dijiesitela

    0下载:
  2. 使用迪杰斯特拉算法,解决学校最佳选址问题。-Use Dijkstra algorithm to solve the school problem best location.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1747
    • 提供者:luyue
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com