CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最大流算法

搜索资源列表

  1. 最小费用最大流1

    0下载:
  2. 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2925
    • 提供者:申辉
  1. 有关网络流的一个算法:求一个网络中的最大流

    0下载:
  2. 有关网络流的一个算法:求一个网络中的最大流-the flow of a network algorithm : a network for the maximum flow
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1257
    • 提供者:越云骐
  1. 最大流最小割

    0下载:
  2. 图割算法,最大流最小割,用于图像分割。
  3. 所属分类:GDI/图象编程

  1. max flow/min cut

    1下载:
  2. max flow/min cut 实现最大流最小割算法的程序
  3. 所属分类:C#编程

  1. dinic的网络最大流算法模板

    0下载:
  2. dinic的网络最大流算法模板,非常实用,经过自己多次测试通过的!Q,Dinic network maximum flow algorithm templates, very useful, after their own, adopted a series of trial runs! Q
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:1279
    • 提供者:wang yucao
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2138
    • 提供者:xuechaoling
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14732
    • 提供者:诗苇
  1. stereomatchingaft

    2下载:
  2. 图割算法 求图像的立体匹配问题 最大流最小割问题-graphcut stereomatching matlabcode
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1606
    • 提供者:njyunting
  1. maxnetworkflow

    0下载:
  2. 详细阐述了网络中的最大流量的实现方法,并编写了实现算法。-Elaborated in detail on the largest network flow method and the preparation of the algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3141
    • 提供者:
  1. max_flow

    0下载:
  2. 最大流算法的pascal实现 非常适合初学者-Maximum flow algorithm is very suitable for beginners to achieve pascal
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1699
    • 提供者:黄劲松
  1. xq

    0下载:
  2. 图论中最短路算法,最小生成树,最大匹配与最佳匹配的算法,旅行商问题,求最大流的Ford--Fulkerson 标号算法-Shortest path graph algorithm, minimum spanning tree, the largest and best match matching algorithms, traveling salesman problem, maximum flow for the Ford- Fulkerson labeling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:41282
    • 提供者:夏秋
  1. Maximum_flow

    0下载:
  2. 用C++实现的3种最大流算法。CS(Capacity-Scaling Algorithm)、SAP(Shortest Augmenting Path Algorithm)、ISAP(Improved Shortest Augmenting Path Algorithm)。-C++ implementation with three kinds of maximum flow algorithms. CS (Capacity-Scaling Algorithm), SAP (Shortest Au
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1760821
    • 提供者:叶凯
  1. matlabCode

    0下载:
  2. floyd最短路算法、dijkstra最短路算法、求网络的最小费用最大流-floyd shortest path algorithm, dijkstra shortest path algorithm, find the minimum cost maximum flow networks
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:242483
    • 提供者:zzj
  1. graphic_alogrithms_collection

    0下载:
  2. 图论flord算法、哈密顿通路算法、kruskal算法、最大流算法、prim算法、旅行商算法及路由算法等等,都是由Matlab编写的图论算法程序。-Many graphic alogrithms are collected here. They includes flord, hamiltonian path, kruskal, max flow, prim, traveling salesman problem, and routing algorithms. All this are dev
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:273574
    • 提供者:萧丹
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. graphtheory

    1下载:
  2. 5个关于图论的算法 包括K短路问题 NLOGN问题 二分图匹配问题 费用流问题 最大流问题-5 on the graph theory algorithms, including K shortest path problem NLOGN problems cost bipartite matching maximum flow flow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:547715
    • 提供者:李驷聪
  1. 1

    0下载:
  2. 通过matlab程序实现最小费用最大流算法,获取最多的经济效益-By matlab program for minimum cost maximum flow algorithm, get the most cost-effective
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1800
    • 提供者:魏俊
  1. Dinic

    0下载:
  2. 在图论中的网络流部分,使用Dinic算法求解网络中的最大流。(Can achieve maximum flow in graph theory)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:诗人漫步
  1. 最大流最小割算法算理

    0下载:
  2. 这是对图割graphcut的最大流最小割算法的讲解(This is the graph cut graphcut maximum flow minimum cut algorithm explained)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:60416
    • 提供者:Shy_lock
  1. 算法代码

    0下载:
  2. 常用最短路径,最大流算法,c#实现,几种最短路径算法都有涉猎(Shortest path algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:111616
    • 提供者:wangdawei
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com