CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Dijkstra s algorithm

搜索资源列表

  1. 校园卡管理系统

    0下载:
  2. 问题描述(单资源) Dijkstra(1965)年提出了一种能够避免死锁的调度方法,称为银行家算法。它的模型基于一个小城镇的银行家,描述如下:假定一个银行家拥有资金,数量为Ё,被N个可户共享。银行家对可户提出下列约束条件: Ⅰ.每个客户必须预先说明自己所要求的最大资金量; Ⅱ.每个客户每次提出部分资金量申请和获得分配; Ⅲ.如果银行家满足了客户对资金的最大需求量,那么,客户在资金运作后,应在有限时间内全部归还银行。-problem descr iption (single-res
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6.25kb
    • 提供者:周楠
  1. heaptest

    0下载:
  2. Dijstra算法 由Dijkstra提出的一种按路径长度递增序产生各顶点最短路径的算法。 (1)按路径长度递增序产生各顶点最短路径  若按长度递增的次序生成从源点s到其它顶点的最短路径,则当前正在生成的最短路径上除终点以外,其余顶点的最短路径均已生成(将源点的最短路径看作是已生成的源点到其自身的长度为0的路径)。-Dijstra by Dijkstra algorithm proposed by an incremental path length of the sequence
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:特殊台
  1. DijkstraCountingSemaphore

    0下载:
  2. Dijkstra s algorithm C# Source Code
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3.38kb
    • 提供者:jcw227
  1. Dijkstra

    0下载:
  2. Dijkstra算法--c++源代码 单源最短路径问题,或者称为最短路径问题,是要确定从s到V中没一个其他 顶点的距离,这里从顶点s到x的距离定义为从s到x的最短路径问题。-Dijkstra algorithm- c++ source code for single-source shortest path problem, or known as the shortest path problem is to determine V from s to no one other ve
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:
  1. Dijkstra

    0下载:
  2. 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.58kb
    • 提供者:
  1. code

    0下载:
  2. function [r_path, r_cost] = dijkstra(pathS, pathE, transmat) The Dijkstra s algorithm, Implemented by Yi Wang, 2005 This version support detecting _cyclic-paths_-function [r_path, r_cost] = dijkstra(pathS, pathE, transmat) The Dijkstra s al
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:7.33kb
    • 提供者:manour
  1. dijkstrashortestpath.tar

    0下载:
  2. finding shortest path in a graph by using dijkstra s shortest path routing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:888byte
    • 提供者:siva
  1. ALGORITHME-DIJKSTRA-SUR-CARTE-FRANCE___Page

    0下载:
  2. Application of Dijkstra s algorithm on a map of France (bottle) with 8 cities (the distance in kilometers and tps are in villes.txt). Seeks the shortest path between two points of a graph (link> 0)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:107.59kb
    • 提供者:ss
  1. Access-Dijkstra

    1下载:
  2. 基于access的最短路由路径Dijkstra算法的c#实现。实现路由节点间路径长短的修改,并生成最短路由表-Access based on the shortest path routing c# implementation of Dijkstra' s algorithm. Length of routing paths between nodes to achieve the changes, and generate the shortest route table
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:88.91kb
    • 提供者:lizheng
  1. dijkstra

    1下载:
  2. 用Dijkstra算法计算拓扑网络中任意两点间的距离以及最短路径的条数;-Dijkstra' s algorithm to calculate the distance between any two points in the topology of the network, as well as the number of the shortest path
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-22
    • 文件大小:1kb
    • 提供者:邹森
  1. Dijkstra

    0下载:
  2. 求中国城市间火车距离最短的铁路线,使用Dijkstra算法,图形界面-Seeking China' s inter-city trains shortest distance from the railway line, using Dijkstra' s algorithm, graphical interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:4.91mb
    • 提供者:Neohet
  1. Dijkstra--algorithm

    0下载:
  2. Dijkstra 算法的完整实现版本,很有用,省了大家的烦恼,C语言编写,很容易看你懂,条理清楚。-Dijkstra algorithm to achieve the complete version, useful, and save everyone' s troubles, C language, it is easy to see you know, well organized.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:5.42kb
    • 提供者:
  1. dijtstra

    0下载:
  2. 此程序主要的是对Dijkstra算法的仿真,仿真单节点到其他节点的最短路程-The procedure is right Dijkstra' s algorithm simulation, simulation single node to other nodes of the shortest distance
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:650byte
    • 提供者:zhangjuan
  1. Dijkstra-example

    0下载:
  2. 用VC6.0开发的Dijkstra算法的三个应用实例,方法1中包含了图的生成和邻接表存储,方法2和三需要用户手动输入,用邻接矩阵存储-Dijkstra' s algorithm with VC6.0 developed three application examples, the method includes a graph adjacency table generation and storage, two and three methods require the user to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:519.85kb
    • 提供者:王博
  1. Project_ShortestPath

    0下载:
  2. 任务:实现Dijkstra算法 工程名:Project_ShortestPath 要求:实现Dijkstra算法,算法主体写在CGraph类中;要求是从command窗口中输入源节点编号,并在command窗口中输出从源节点到所有目的节点的最短路长及最短路。注:要输出整条路径,而不仅仅是前一跳,也不允许逆序输出。 -Task: Dijkstra' s algorithm to achieve the project name: Project_ShortestPath requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:wendy
  1. zuiduan

    0下载:
  2. 设图的顶点大于1个,不超过30个,每个顶点用一个编号表示(如果一个图有n个顶点,则它们的编号分别为0, 1, 2, 3, …, n-1)。 此题为求有向网中顶点间最短路径问题,可建立以票价为权的邻接矩阵,用Dijkstra算法求最短路径长度。 Dijkstra算法中有一个辅助向量D,表示当前所找到的从源点到其它点的最短路径长度。因为每次都要在D中找最小值,为提高性能,用最小值堆的优先队列存储D值。 -Let the vertex is greater than 1, no more
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:890.16kb
    • 提供者:杜小方
  1. Dijkstra

    0下载:
  2. 迪杰斯特拉(dijkstra)算法解决了从某个源点到其余各顶点的最短路径。从循环嵌套可以很容易得到此算法的时间复杂度为o(n^2)。这是一个按路径长度递增的次序产生最短路径的算法。 Dijkstra算法,求有向网G的v0顶点到其余顶点v的最短路径P[v]及带权长度D[v]。P[v]的值为前驱顶点下标, D[v]表示v0到v的最短路径长度和 。-Dijkstra (dijkstra) algorithm to solve from a source point to the
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1.61kb
    • 提供者:樱空释
  1. Dijkstras-algorithm

    0下载:
  2. 基于OpenGL的动态Dijkstra算法最短路演示程序,给定一张图文件,能动态的展示Dijkstra算法求得最短路的过程。-OpenGL-based dynamic Dijkstra shortest path algorithm demo program, given a map file, Dijkstra s algorithm can dynamically show the process to obtain the most shorted.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:387.04kb
    • 提供者:吴汀
  1. dijkstra-cPP-code

    0下载:
  2. * Implementation of Dijkstra s SPF algorithm * contributed to ns
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:16.02kb
    • 提供者:erkan
  1. ns2-code-dsdv

    0下载:
  2. * Implementation of Dijkstra s SPF algorithm * contributed to ns
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:16.02kb
    • 提供者:erkan
« 12 »
搜珍网 www.dssz.com