CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - dijkstra

搜索资源列表

  1. eatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:84894
    • 提供者:nicmaters
  1. zhexuejiaeatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:90645
    • 提供者:nicmaters
  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:210319
    • 提供者:wwf
  1. jingtailuyousuanfa

    0下载:
  2. 静态路由算法,也就是大家熟知的Dijkstra算法,对大家学习非常有用!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:13868
    • 提供者:杨海波
  1. Dijkstra流程图

    0下载:
  2. Dijkstra算法的思想代码及流程图
  3. 所属分类:软件工程

    • 发布日期:2011-12-05
    • 文件大小:168448
    • 提供者:wsy1732@126.com
  1. Dijkstra

    0下载:
  2. That is source code for DijKstra Algo
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:264811
    • 提供者:Huy
  1. dijkstra

    0下载:
  2. 用C语言实现的最短路算法 算法描述清楚,未结合文件操作-Realized with C language algorithm for shortest path algorithm described in clear, no combination of file operations
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1032151
    • 提供者:
  1. dijkstra

    0下载:
  2. this program shortpathes node using graph for decide short distance in networking
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4017
    • 提供者:bayu setyo
  1. makale_dijkstra

    0下载:
  2. Dijkstra algorithm documents
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1568460
    • 提供者:bulent
  1. Dijkstra_cpp

    0下载:
  2. c++ Example about Dijkstra shortest path. Works as a console application.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:1053
    • 提供者:Zaher
  1. zuiduanlujingfenxi

    0下载:
  2. Dijkstra算法是求解网络中最短路径的精典算法,文中通过改变图的存储结构及搜索方法,减少了内存存储空间,缩短查询时间,以提高该算法在嵌入式GIS系统中路径优化的效率。-Dijkstra algorithm is to solve the classic shortest path network algorithm, the paper map by changing the storage structure and the search for ways to reduce the me
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:149582
    • 提供者:钱程
  1. Dijkstra

    0下载:
  2. 介绍了经典DIJKSTRA算法的主要思想-The main idea of the classic DIJKSTRA algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:818502
    • 提供者:夏天
  1. dijkstra

    0下载:
  2. Implementation of dijkstra Alghoritm, Graph Theory.Full source code in C++.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:557
    • 提供者:croms
  1. Dijkstra

    0下载:
  2. 这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1004
    • 提供者:付评
  1. dijkstra

    0下载:
  2. Dijkstra算法关于最短路径算法的研究与实现-Research and Implementation of Dijkstra' s algorithm shortest path algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:175668
    • 提供者:林枫
  1. dijkstra

    0下载:
  2. 大一时完成的求最短路径算法。利用C语言实现了经典的Dijkstra算法。转化矩阵图求取给定起点至其他结点的最短路径。 -Freshman completed the shortest path algorithm. Using C language to achieve a classic Dijkstra algorithm. Transformation matrix to strike the shortest path to a given starting point to oth
  3. 所属分类:software engineering

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

    0下载:
  2. 大停电后完成寻找最短发电机启动效率算法,利用了经典Dijkstra算法。-After completion of the blackout efficient algorithm to find the shortest generator start using the classical Dijkstra algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:167606
    • 提供者:
  1. dijkstra-floyd-...

    0下载:
  2. dijkstra floyd 匈牙利算法 最小流算法-dijkstra floyd minimum flow algorithm Hungarian algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4150
    • 提供者:张俊峰
  1. QPSK_modulation-and-Dijkstra-method

    0下载:
  2. 介绍了qpsk调制解调及Dijkstra最短路径算法,并给出了仿真的结果和程序。-Introduced qpsk modem and Dijkstra shortest path algorithm, and the simulation results and procedures.
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:218823
    • 提供者:蓝珊一
  1. Dijkstra

    0下载:
  2. 该程序不但能够算出从中心到各点的最短路径距离,而且把路径也保存了下来.-Dijkstra code
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:jc
« 12 »
搜珍网 www.dssz.com