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

搜索资源列表

  1. 距离矢量路由模拟

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86880
    • 提供者:陈为
  1. Dijkstra_router

    0下载:
  2. Dijkstra最短路径算法,稍作修改亦可作为最短路由算法-Dijkstra shortest path algorithm, can be slightly amended as the shortest routing algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3799
    • 提供者:任务
  1. 银行家算法的一解

    0下载:
  2. 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3122
    • 提供者:王国强
  1. Dijkstra1

    0下载:
  2. 利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
  3. 所属分类:其它

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

    0下载:
  2. 用c语言编写的Dijkstra算法的源代码。代码短小精炼有注释
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:wxr
  1. dijkstra

    0下载:
  2. 最短路经的求法,Dijkstra算法。 可以通过调用该算法求最短路。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:828
    • 提供者:谢成良
  1. Dijkstra

    0下载:
  2. 求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:816
    • 提供者:sdf
  1. dijkstra

    0下载:
  2. calculates the shortest path and distance between two nodes on a map
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:张莹
  1. Dijkstra_simulate

    1下载:
  2. Dijkstra算法可视化模拟,可输入节点!可仿真路由表产生过程
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-16
    • 文件大小:73208
    • 提供者:张二
  1. hj

    3下载:
  2. 图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105689
    • 提供者:陈阳
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法C描述模拟实现Dijkstra的银行家算法以避免死锁的出现
  3. 所属分类:其它

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

    0下载:
  2. 用lingo,matlab解Dijkstra算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6471
    • 提供者:邓鸿
  1. 最短路径选择

    2下载:
  2. 实现了Dijkstra算法,解决最短路径问题。-achieve the Dijkstra algorithm, the shortest path to solve the problem.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:57515
    • 提供者:李小平
  1. zuiduanlujing

    0下载:
  2. 优化了之前的那个版本,最短路径用Dijkstra算法实现的MFC编程,这次是按实际的路径来将路画出来了。-That before the optimized version of Dijkstra shortest path algorithm using the MFC programming, this is the actual path to the road drawn out.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2444091
    • 提供者:chen
  1. TrafficCommand

    0下载:
  2. 建立交通网络图的存储结构 解决单源最短路径问题(Dijkstra算法) 实现两个城市之间的最短路径的问题 用MFC实现可视化菜单界面,使操作更加人性化,包括启动界面、图标、背景、按钮、界面框架等设计-Established transportation network graph structure to solve the storage problem of single-source shortest path (Dijkstra algorithm) to achieve t
  3. 所属分类:GUI Develop

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

    0下载:
  2. 它讲述了控件的综合使用 以及利用不同的控件达到不同的效果,相信大家会受益匪浅。-It describes the integrated use of the control and the use of different controls to achieve different effects, I believe we will benefit.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:159821
    • 提供者:秦斌
  1. Dijkstra

    0下载:
  2. 1.可以设置结点个数 2.可以设置变得边的权值 3.设置好起点和终点之后可以计算最短路径-Dijkstra algorithms implementation.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-04
    • 文件大小:1065682
    • 提供者:马中希
  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
    • 文件大小:5143888
    • 提供者:Neohet
  1. csh_RutamasCorta

    0下载:
  2. this the Dijkstra Algorithm-this is the Dijkstra Algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:75687
    • 提供者:garigu92
  1. Dijkstra

    0下载:
  2. Dijkstra算法(单源最短路径) 单源最短路径问题,即在图中求出给定顶点到其它任一顶点的最短路径。-Algorithm (single-source shortest path) Dijkstra,single-source shortest path problem, namely to obtain a given vertex to any other vertex of the shortest path in the graph.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:4769479
    • 提供者:zz
« 12 »
搜珍网 www.dssz.com