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

搜索资源列表

  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. dijkstra

    0下载:
  2. 用C语言实现dijkstra算法-Using C language algorithm dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2125
    • 提供者:zlwu
  1. Dijkstra

    0下载:
  2. 经典的dijkstra求最短路径算法,采用VC++编写-The dijkstra for the classic shortest path algorithm, using VC++ to prepare
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:848
    • 提供者:jason
  1. Dijkstra

    0下载:
  2. 利用C++实现的dijkstra算法,希望对大家有帮助-the implementation of dijkstra . share it with friends
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:787656
    • 提供者:张飞
  1. 1

    0下载:
  2. Dijkstra 的改进算法在Matlab 中的实现及算例-Improvement of Dijkstra algorithm in Matlab and the realization of an example
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:9639
    • 提供者:bill
  1. yuandaima

    0下载:
  2. 一般背包问题的贪心算法 Dijkstra算法求解单源最短路径问题 N皇后问题 Prim算法 Kruskal算法代码-The general knapsack problem greedy algorithm Dijkstra' s algorithm for single-source shortest path algorithm N Queen' s problem Kruskal Algorithm Prim code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7352
    • 提供者:liujuan
  1. SSP

    0下载:
  2. I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performanc
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:209857
    • 提供者:LA
  1. Dijkstra

    0下载:
  2. 迪杰斯科拉算法:从某个源点到其余各顶点的最短路径-DiGisi Kola algorithm: from a source point to the remaining vertex of the shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:898892
    • 提供者:feixue_12
  1. dijkstra

    0下载:
  2. Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s-Dijkstra algorithm is the basic idea: the assumption that each point has a pair of numbers (dj, pj), which is a dj point s from
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:50176
    • 提供者:
  1. Dijkstra

    0下载:
  2. 带权有向图最短路径算法 Dijkstra算法-Weighted directed graph shortest path algorithm shortest path algorithm Dijkstra algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:lujiaxiong
  1. Dijkstra

    0下载:
  2. 用弗洛伊德算法和狄克斯特拉算法实现求最短路径-Algorithm and狄克斯特拉with Freud for the shortest path algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:932450
    • 提供者:an
  1. Dijkstra_MapX_VB

    1下载:
  2. VB+MapX实现Dijkstra算法,通过输入起始点坐标可以得到两点间的最短路径-Implement the Dijkstra algorithm By Visual Basic And MapX5.0
  3. 所属分类:Other windows programs

    • 发布日期:2015-09-21
    • 文件大小:25220
    • 提供者:荆凯旋
  1. DIJKSTRA

    0下载:
  2. DIJKSTRA source in c-DIJKSTRA source in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:605
    • 提供者:ali
  1. Dijkstra

    0下载:
  2. Dijkstra算法 经典 Dijkstra算法 -Dijkstra algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:java
  1. DIJKSTRA

    0下载:
  2. Dijkstra algorithm in Linux
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1508
    • 提供者:cpe
  1. Dijkstra

    0下载:
  2. Dijkstra算法求单源最短路径 输入结点数关系数然后输入结点和其间的关及系权值,得出最短路径-Dijkstra algorithm for single-source shortest path relationship between the number of input nodes and then enter the node and which the Department of Customs and the right value, the shortest path ob
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:872
    • 提供者:fanyuke
  1. JAVA

    0下载:
  2. 在城市智能交通中,经常会用到最短路径的问题,比如找最佳的行车路线等,Dijkstra算法做为最经典的求解方法,为我们指明了方向.不过真正想让我了解该算法的原因是在学习ICTCLAS的N-最短路径算法。-Intelligent Transportation in the city, often used the issue of the shortest path, for example, to find the best travel routes, Dijkstra s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12924
    • 提供者:索男
  1. Dijkstra

    0下载:
  2. Dijkstra algorithm for graphs
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:666
    • 提供者:dutz
  1. Prim-Kruskal-Dijkstra

    0下载:
  2. 数据结构课程设计据结构课程设计范例\Prim-Kruskal-Dijkstra.rar-Data structure, according to the structure of curriculum design curriculum design examples \ Prim-Kruskal-Dijkstra.rar
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:44255
    • 提供者:zhang fei
  1. Dijkstra

    0下载:
  2. Dijkstra算法的C++演示算法,有可视化界面-Dijkstra algorithm of C++ demonstration algorithm, there are visual interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:401182
    • 提供者:pf
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com