CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Ford

搜索资源列表

  1. Ford-Fulkerson

    0下载:
  2. Ford-Fulkerson关于有向连通图的最小路径算法。-Ford-Fulkerson on a graph to the minimum path algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4312
    • 提供者:YIN WEI
  1. Bellman-Ford算法

    1下载:
  2. Bellman-Ford算法 是最短路径算法的一种-Bellman-Ford algorithm is the shortest path algorithm of a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18719
    • 提供者:wc
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. Bellman-Ford-algorithm

    1下载:
  2. 本程序是用C语言来实现Bellman-Ford算法,希望能对别人有帮助!-The program is implemented in C language Bellman-Ford algorithm, hoping to help others!
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1164
    • 提供者:代伟
  1. BellmanFord

    0下载:
  2. Bellman-Ford算法 在图的应用中遇到负权,则可以采用Bellman-Ford算法来计算单源最短路径。-Bellman-Ford
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2563
    • 提供者:吉铭
  1. poj1273

    0下载:
  2. poj1273, Ford Fulkerson算法,最大流算法-poj1273, Ford Fulkerson algorithm, maximum flow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:911
    • 提供者:william
  1. Bellman

    0下载:
  2. Bellman-Ford算法的源代码。大伙自己看吧,看不懂的allenlsy@gmail.com-code for algorithm bellman-ford. allenlsy@gmail.com
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:595
    • 提供者:lsy
  1. pku_3259

    0下载:
  2. pku3259 Bellman-Ford
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:864
    • 提供者:semiok
  1. Bellman-Ford

    0下载:
  2. bellman-ford +spfa 求最短路径的 算法总结-bellman-ford+ spfa summary of the shortest path algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:98807
    • 提供者:lianjx
  1. maxcost

    0下载:
  2. “基于Floyd最短路算法的Ford和Fulkerson迭加算法”的最小费用最大流算法,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。 -" Floyd shortest path algorithm based on the Ford and
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1361
    • 提供者:biaoshi
  1. bellman

    0下载:
  2. 实现的是Bellman-Ford负权最短路径算法-To achieve the Bellman-Ford shortest path algorithm for negative weights
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:534
    • 提供者:张佳静
  1. FF

    1下载:
  2. ford-fulkerson算法的具体实现。实现了最大流算法。编程语言c-ford-fulkerson algorithm implementation. To achieve the maximum flow algorithm. C++ programming language
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3732
    • 提供者:林选伟
  1. New-WinRAR-ZIP-archive

    0下载:
  2. Bellman-Ford Shortest Path Algorithm (C) 2004 by Yu Hen Hu find shortest path from a fixed point U to any node V clear all n=input( Total number of nodes = ) echo on starting from a fixed point U, you enter the weight to each
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:808
    • 提供者:vahid
  1. bellman-ford

    0下载:
  2. bellman-ford的实现。可以输出每条最短路径经过的节点-bellman-ford implementation. After the shortest path to the output node of each
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1045868
    • 提供者:xuwanting
  1. 3-4Bellman-Ford

    0下载:
  2. 传递闭包在算法中是一种很重要的工具,可以帮助我们ACMer判断两者之间是否有联系-Bellman-Ford it s very important in programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8688
    • 提供者:江七
  1. Ford

    0下载:
  2. Bellman-ford算法,根据顶点和边的权值求出最短路径-Bellman-ford algorithm, based on the weights of vertices and edges of the shortest path obtained
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:187117
    • 提供者:james
  1. BELLMAN-FORD

    0下载:
  2. Bellman Ford algorithm for finding negative weight of the graph.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1399
    • 提供者:anis
  1. Ford

    0下载:
  2. Ford最短路算法实现,改进型算法,可以求带负权值的图-Ford shortest path algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:659
    • 提供者:樊双喜
  1. Bellman-ford-algorithm

    0下载:
  2. this is about bellman ford algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:91510
    • 提供者:kirthika
  1. The-shortest-path-bellman-ford

    0下载:
  2. 在实际问题中,边的权值一般以正权的形式出现,但是很多情况下负权也是存在的。这个时候,最短路径不一定存在。我们无法得到像dijkstra算法那样时间复杂度较低的算法,但是,仍然可以用bellman-ford迭代算法去解决问题。 bellman-ford算法是迭代算法,它不像dijkstra算法,按照一定的顺序直接算出每个点的距离值,而是不断地修改每个点的当前最小距离值,直到求出真正的最短距离为止。 -In practical problems, the edge weight is gen
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:13909
    • 提供者:liuyunyang
« 12 3 4 »
搜珍网 www.dssz.com