搜索资源列表

  1. edmonds-alg-0.9.0.tar

    0下载:
  2. 在有向图中计算最小生成树---Edmonds s Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:29062
    • 提供者:成若
  1. blossom5-v1.0.src.tar

    0下载:
  2. implementation of Edmonds algorithm for computing a minimum cost perfect matching in a graph Version 1.0
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:43789
    • 提供者:zhangqian
  1. edmonds-alg-0.9.0.tar

    0下载:
  2. 在有向图中计算最小生成树---Edmonds s Algorithm-Directed graph in calculating minimum spanning tree--- Edmonds s Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:28672
    • 提供者:成若
  1. blossom5-v1.0.src.tar

    0下载:
  2. implementation of Edmonds algorithm for computing a minimum cost perfect matching in a graph Version 1.0
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:44032
    • 提供者:zhangqian
  1. blossom.src

    0下载:
  2. 本代码执行Edmonds algorithm来进行最小代价函数,实现图形最佳匹配。参考文献:"Blossom V: A new implementation of a minimum cost perfect matching algorithm."Vladimir Kolmogorov. -Edmonds algorithm the implementation of the code for the smallest cost
  3. 所属分类:图形图象

    • 发布日期:2024-06-05
    • 文件大小:56320
    • 提供者:Zhongren Wang
  1. StreamEdmondsKarp

    0下载:
  2. 最大网络流问题 一个Edmonds-Karp算法,也就是广搜增广路径,用了16MS-A maximum network flow problem Edmonds-Karp algorithm, which is widely found augmented path, with a 16ms
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:csk
  1. edmonds_karp

    0下载:
  2. 最大流实现程序,很好用,希望和大家分享-To achieve maximum flow process, very good, and would like to share ~ ~
  3. 所属分类:网络截获/分析

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:lbx
  1. MatchingEulertoursandtheChinesepostman

    0下载:
  2. Matching, Euler tours and the Chinese postman.pdf是Edmonds和Johnson1973年,通过使用匹配理论,首次给出中国邮递员问题的多项式时间解法,前无古人,后无需来者。-The solution of the Chinese postman problem using matching theory is given
  3. 所属分类:文件格式

    • 发布日期:2024-06-05
    • 文件大小:1734656
    • 提供者:abrahamlau
  1. M

    0下载:
  2. Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:Joao
  1. Edmonds-Karp

    0下载:
  2. Edmonds-karp algorithm - A C++ program which returns the largest flow and flow through each edge.-Edmonds-karp algorithm- A C++ program which returns the largest flow and flow through each edge.
  3. 所属分类:图形图象

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:piyu
  1. 10

    0下载:
  2. This source code contains: -BFS algorithm on a graph -Edmonds­ Karp algorithm on a graph -minimal cut on a graph -disjunct paths in a graph.
  3. 所属分类:图形图象

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

    0下载:
  2. 本资料中是关于匈牙利算法的matlab实现的程序-Edmonds matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:leonkuang
  1. Edmonds

    0下载:
  2. edmonds算法的介绍和程序,有助于对算法有一个大概的了解。-edmonds algorithm descr iption and procedures to help the algorithm to have a general understanding.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:6144
    • 提供者:gaoyajing
  1. blossom5-v2.02.src

    0下载:
  2. 图像密集匹配经典算法(图割)代码 论文“Blossom V: A new implementation of a minimum cost perfect matching algorithm.”的实现源码-BLOSSOM V- implementation of Edmonds algorithm for computing a minimum cost perfect matching in a graph Version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:60416
    • 提供者:zhang
  1. connectivity

    0下载:
  2. 使用C++实现的一个计算图的连通度的程序 该算法使用Edmonds-Karp算法,基于网络流的计算而成。-this program is implemented by c++ and it is for the calculation of Graph Connectivity Degree,it uses Edmonds-Karp algorithm,which is famous for calculating network
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:1139712
    • 提供者:cra
  1. Edmonds.cpp.tar

    0下载:
  2. Edmonds算法,寻找网络最大流 算法流程: 在残余网络中, 通过广搜找到一条增广路 找出增广路上的最小权值的边 更新残余网络 直到找不到增广路为止 // 统计当前网络中汇点的流-Edmonds algorithm to find the maximum network flow algorithm process: in the residual network, through extensive sear
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:qhs
  1. Edmonds-Karp

    0下载:
  2. Edmonds-Karp Algorithm for flow problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:109568
    • 提供者:Duong Tu
  1. munkres-

    0下载:
  2. 1965年,Edmonds提出匈牙利算法,解决了人员分配问题,这个给出的是该算法及其程序-In 1965, Edmonds made the Hungarian algorithm to solve the problem of staff assignments, this gives the program the algorithm and its
  3. 所属分类:matlab例程

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

    0下载:
  2. 自己编写的一个用匈牙利算法求最大完备对集的MATLAB程序-I have written on the Hungarian algorithm seeking the most complete set of MATLAB programs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:天才
  1. flower-tree

    0下载:
  2. 所谓的带花树算法就是,把整个圈缩成一个点,Edmonds称这个超级点为“花”,就是说,原圈里的所有点都作为外点,然后继续搜索。再之后的过程中,已经被缩的点还可能被嵌套地收缩。 当我们找到一条增广路之后,还要把路上的“花”展开。 总之,带花树的算法思想就是缩点-继续找增广路-找到之后把花展开。 这个算法的思想并不难理解、难的是实现。 -The algorithm is called with trees and flow
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:蓝星超
« 12 »

源码中国 www.ymcn.org