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

搜索资源列表

  1. cibidiaodu

    0下载:
  2. 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:43711
    • 提供者:戴天天
  1. MySeg

    0下载:
  2. 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的最短路径以实现中文分词。-shortest path method participle procedures. Chinese Sentence will be read after splitting atoms generated a directed acyclic graph. then use the Dijkstra algorithm derived from the s
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:426496
    • 提供者:周景荣
  1. shortestroadsearch

    0下载:
  2. 求解最短路径的各种算法,包括dijstra、floyd等,用dilphi编写,稍有不成熟之处,还望批评指正-solving the shortest path algorithm, including dijstra, floyd. dilphi prepared with a little premature's Office, also criticized the correct look
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:张会宾
  1. shortNetwork

    0下载:
  2. 本程序为最短路径的C源程序,算法简单,执行效率高-the procedures for the shortest path to the C source, the algorithm is simple, high efficiency
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1286
    • 提供者:许明
  1. Dijkstra_c

    0下载:
  2. C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:1
  1. Kruskal

    0下载:
  2. 用Kruskal算法实现若干个城市之间的最短路径.最大城市数目为7个.-algorithm using Kruskal several cities in the shortest path. The number of the largest city in seven.
  3. 所属分类:书籍源码

    • 发布日期:2014-01-15
    • 文件大小:228291
    • 提供者:mengmeng
  1. code3

    0下载:
  2. 多段图的最短路径问题算法的具体实现,编译,运行通过了
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1272
    • 提供者:曾阿芷
  1. XShortest.rar

    0下载:
  2. 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:342779
    • 提供者:邓辉
  1. dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path. Main features is the starting
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:6266
    • 提供者:刘旭
  1. Graph

    1下载:
  2. 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorith
  3. 所属分类:source in ebook

    • 发布日期:2016-05-10
    • 文件大小:42789
    • 提供者:张淼
  1. managemant_enquire

    0下载:
  2. 传统的Dijkstra 算法无疑是解决一般最短路径问题的最优算法,但接下来我们会看到传统的Dijkstra 算法在公交查询系统是不适合的。而我据对公交乘客出行心理调查的统计结果,指出换乘次数最少是乘客出行时考虑的首要因素,所以这里提出一种基于换乘次数最少的公交最短路径算法。 至于公交车的调度,需要同时考虑到公车公司和乘客的利益,必须尽量在满足双方的利益上做出合理的调度。所以这是一个多目标最优的问题。- management
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:533201
    • 提供者:batilei
  1. shortpath

    0下载:
  2. 用c++实现求出最短路径的算法,并在结果中将其输出-Using c++ to achieve the shortest path algorithm to derive, and the result will be the output
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:7440
    • 提供者:强哥
  1. shortestpath

    0下载:
  2. 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:1373
    • 提供者:大头
  1. gsd

    0下载:
  2. 蚁群算法源程序:求31个城市的最短路径的程序!(TSP)-Ant Colony source: 31 cities seeking the shortest path program! (TSP)
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1466
    • 提供者:赵宁
  1. RRaST

    0下载:
  2. 操作系统的轮转算法和最短路径优先算法模拟-in OS ,be a model of RR(round robin) and the SPF(shortest process first) algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2171
    • 提供者:赵俊飞
  1. yichuansuanfa

    0下载:
  2. 一个遗传算法解决最短路径的算法,可以运行,可参考垃圾收运的质料学校-A genetic algorithm to solve the shortest path algorithm, can run, refer to the material that the garbage collector
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:7755
    • 提供者:胡泽
  1. ae

    0下载:
  2. ae最短路径分析,可以直观的看到最短路径的内容 通过算法进行显示-The shortest path of each two points Help us see the shortest path easily save our time and benefit us a lot
  3. 所属分类:assembly language

    • 发布日期:2017-05-12
    • 文件大小:2693593
    • 提供者:王鑫
  1. 遗传算法

    0下载:
  2. 此程序为TSP问题的遗传算法,程序可以完美运行,计算最短路径。(This procedure for the TSP problem by genetic algorithm, the program can run perfectly, the shortest path calculation.)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:smoonlighter
  1. Dijkstra迪捷斯特拉算法

    0下载:
  2. 迪杰斯特拉算法是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(The Dijkstra algorithm is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main featur
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:3689472
    • 提供者:静守成雯
  1. xpcxfp

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

    • 发布日期:2018-04-22
    • 文件大小:61440
    • 提供者:vicyug
« 12 3 »
搜珍网 www.dssz.com