CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 最短路径的算法

搜索资源列表

  1. 课程设计

    0下载:
  2. 数据结构课程设计程序。包括6种排序算法以及最短路径的源程序。值得一下。
  3. 所属分类:系统编程

    • 发布日期:2009-05-01
    • 文件大小:90433
    • 提供者:brooklyn
  1. dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. Main feature
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3979
    • 提供者:chaolan
  1. Graph_Algorithm-1.0.tar

    0下载:
  2. 算法中图算法的详细实现,包括图的表示,MST,单源最短,所有最短路径算法的c++实现,在linux环境下面编程。-Algorithm in detail algorithm to achieve, including the map that, MST, single-source shortest, all the shortest path algorithm c realization of the following programming in linux environmen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:71706
    • 提供者:tayoto
  1. Skyline-based_Shortest_Path_Analysis_Algorithm_Des

    1下载:
  2. 基于Skyline的最短路径分析算法设计与实现-Skyline-based_Shortest_Path_Analysis_Algorithm_Design_and_Implementation_of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-07-01
    • 文件大小:312995
    • 提供者:范莎
  1. shortest_path

    0下载:
  2. 基于dijkstra算法实现求节点到其他节点的最短路径-Dijkstra algorithm based on the node to other nodes seeking the shortest path
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1565
    • 提供者:tuyard
  1. suanfashejiyufenxi

    0下载:
  2. 算法分析与设计的实验代码,有N后问题,单元最短路径,布线等问题-Code of algorithm analysis and design of experiments, N after the problem, the unit shortest path, wiring and other issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:16067875
    • 提供者:fuaixia
  1. danyuan

    0下载:
  2. 算法分析,单源最短路径,贪心算法实现的,非常好用-Algorithm analysis, single source shortest path, the greedy algorithm is very easy to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:161508
    • 提供者:yangyu
  1. Dijkstra

    0下载:
  2. 实现单元最短路径(贪心算法)的程序设计 ,算法分析与设计-Unit shortest path (greedy algorithm) program design, algorithm analysis and design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:205893
    • 提供者:fuaixia
  1. spfa

    0下载:
  2. 一种求最短路径的算法,适合有向图和无向图,望大家批评指正-A shortest path algorithm, suited to map and no map, we hope to criticism and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:727
    • 提供者:daichenxi
  1. the-shortest-road(3)

    0下载:
  2. 另外一种求最短路径的方法,算法的实用性较强-In addition, a method for the shortest path algorithm practical
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:592
    • 提供者:张立娇
  1. the-shortest-road(4)

    0下载:
  2. 求最短路径的各种算法,通过对比得出各算法的优劣性-Shortest path algorithm, derived by comparing the pros and cons of each algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:1196
    • 提供者:张立娇
  1. the-shortest-road(1)

    0下载:
  2. 不同的求最短路径的方法,每个算法都有各自的优点,根据具体情况选用不同的算法-Different method for the shortest path, each algorithm has its own advantages, depending on the circumstances the choice of different algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:983
    • 提供者:张立娇
  1. findpt

    0下载:
  2. VC游戏编写中的求解最短路径算法源码,本示例是自动寻径演示,篮点是起点,红点是终点,按确定键开始。源码爱好者注:编译后运行的时候请把EXE文件从Debug目录中拷贝到项目根目录中,若不然会出错。 -The preparation of the VC games to solve the shortest path algorithm source code, in this example is the automatic routing demonstration, the basket is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:13879
    • 提供者:王正平
  1. test1

    0下载:
  2. Prim算法的C语言实现,构造连通图,寻找N个点的最短路径。-Prim algorithm C language implementation of connected graph structure, looking for N point of the shortest path.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:757
    • 提供者:木龙
  1. dtw

    0下载:
  2. 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of ​ ​ dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2532
    • 提供者:去雷
  1. mpi

    0下载:
  2. 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:184507
    • 提供者:alfred artorius
  1. MyMetro

    0下载:
  2. 一款数据查询系统,包括最短路径的算法,非常值得新手学习。-A data query system, including the shortest path algorithm, is worth learning novices.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:6945677
    • 提供者:木小孩
  1. 971754

    0下载:
  2. 最短路径搜索算法的应用,利用最短路径搜索作为校园地图导航()
  3. 所属分类:系统编程

    • 发布日期:2017-12-29
    • 文件大小:61440
    • 提供者:SYS%5F120
  1. IEPHONM

    0下载:
  2. RBFS算法递归最佳优先搜索:A家族和LRTA算法联机局部搜索,又名实时学习A搜索,同为A家族实现图的单源最短路径()
  3. 所属分类:系统编程

    • 发布日期:2018-05-03
    • 文件大小:9216
    • 提供者:THEX@084512
搜珍网 www.dssz.com