搜索资源列表

  1. ksp-1.0.tar

    0下载:
  2. K条路 算法 计算最短路径 CVC8-K road shortest path algorithm CVC8
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11858
    • 提供者:errantry
  1. K最短路径

    0下载:
  2. 一个计算有向图中源点到目的节点的K最短路径算法

  3. 所属分类:Windows编程

    • 发布日期:2008-12-26
    • 文件大小:11858
    • 提供者:lxl_dzjs
  1. 最短路径

    0下载:
  2. 用普里姆算法借助堆排序实现最短路径的查找,用C语言实现-with Primbetov heap sorting algorithm using the shortest path to achieve the search, using C language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:29696
    • 提供者:魏永锋
  1. 克鲁斯卡尔

    0下载:
  2. 克鲁斯卡尔算法,求最短路径-Kelushikaer algorithm, for the shortest path
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:许良
  1. ksp-1.0.tar

    0下载:
  2. K条路 算法 计算最短路径 CVC8-K road shortest path algorithm CVC8
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-06
    • 文件大小:12288
    • 提供者:errantry
  1. ksp

    0下载:
  2. 改进的Dijkstra寻径算法,用来找到从源点到目的节点的前k条最短路径-improved routing algorithm used to find from source to destination node of the first k Shortest Path
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-06
    • 文件大小:12288
    • 提供者: 包海洁
  1. short_path

    0下载:
  2. 四种算法求最短路径的例子,C#,图形演示 分别为贪心发,动态规划发,分支限界法,和回溯法-Four shortest path algorithm for example, C#, Graphical presentations were greedy fat, fat, dynamic programming, branch and bound method, and backtracking
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:24576
    • 提供者:tp
  1. Floyd-Warshall-c-chengxi

    0下载:
  2. Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,
  3. 所属分类:书籍源码

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:江晨
  1. floy

    0下载:
  2. Floyd算法的基本思想是,从邻接矩阵a开始进行n次迭代,第一次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于1的顶点的最短路径长度;第k次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于k的顶点的最短路径长度 第n次迭代后a[i,j]的值就是从vi到vj的最短路径长度。-Floyd algorithm for the basic idea is that from the adjacency matrix a sta
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:17408
    • 提供者:陈冰晶
  1. KShortestPath

    0下载:
  2. kth算法的实现,可找出第k次最短路径,给出优化方案-KTH algorithm can find the first k-shortest path is given to optimize the program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:12288
    • 提供者:gs_chen
  1. KSP

    0下载:
  2. 前k条最短路径的算法实例,用于最优航班的自动检索。有完整的可执行程序。KSP1使用了删除算法,KSP2使用了背离点算法。-Pre-k be the shortest path algorithm for example, automatic flight for optimal retrieval. Have a complete executable program. KSP1 delete algorithm used, KSP2
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:7272448
    • 提供者:李子超
  1. KShortestPaths

    0下载:
  2. K-shortest算法实现,采用Java语言,能根据不同的拓扑找到k条最短路径。非常经典。-K-shortest algorithm using Java language, can be found according to different topological k be the shortest path. Very classic.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-06
    • 文件大小:49152
    • 提供者:wei
  1. KSP

    0下载:
  2. dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:19456
    • 提供者:
  1. graehl

    0下载:
  2. K最短路径eppstein算法的C语言实现-k shortest path eppstein algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:10240
    • 提供者:马可
  1. kshortestpaths_2.1

    0下载:
  2. 一个k最短路径算法,用C++实现的,很好用-A k shortest path algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-06
    • 文件大小:47104
    • 提供者:chenzulong
  1. K-Shortest-Path-Yen-Algorithm

    0下载:
  2. Yen 算法求解最短路径 附加测试代码 例程-Yen shortest path algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:11264
    • 提供者:Andy
  1. graphkshortestpaths

    0下载:
  2. Yen的k最短路径算法 KSP 实现K-shortest path路径选择-Yen' s k shortest path algorithm KSP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:春春
  1. k-ShortestPath

    1下载:
  2. 可以自行设立k值实现多条最短路径计算,结果经验证算法无误(The K value can be set up to realize the calculation of the shortest path. The result is proved to be correct)
  3. 所属分类:Internet/网络编程

  1. ksp

    0下载:
  2. k最短路径实现 用K条最短路径来优化网络传输方式,提高网络的实时性,是在Dijkstra最短路径的基础上,优化备选路径的生成方式,提高信息传输速度。在中继节点故障的情况下,放弃最短路径,使用源节点的次最短路径进行信息传输,而不使用故障节点的前一节点的次最短路径。(K shortest path implementation The shortest path of K bar is used to optimize the netw
  3. 所属分类:P2P编程

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:huaner92
  1. ksp20090913

    0下载:
  2. 本程序用来给定源目的节点求前k条最短路径,用matlab 编写,可结合实际场景进行改写,方便 快速(This program is used to give the shortest path of the pre K bar of the source destination node. It is written in MATLAB. It can be rewritten in combination with the actua
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:113664
    • 提供者:ff014
« 12 »

源码中国 www.ymcn.org