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

搜索资源列表

  1. zxfy_zdl

    0下载:
  2. 用Floyd算法设计的最小费用最大流,求最大流时,用的是标号算法-Floyd algorithm design with the minimum cost maximum flow, for maximum flow, the algorithm is labeling
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:
  1. 求网络的最小费用最大流网络版

    0下载:
  2. 求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18820
    • 提供者:韩丹
  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. minmax.rar

    0下载:
  2. 最小费用最大流算法 可以用 ,Minimum cost maximum flow algorithm can be used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2929
    • 提供者:陈燕
  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-30
    • 文件大小:14732
    • 提供者:诗苇
  1. MinimumCostFlow

    0下载:
  2. 最小费用最大流问题 MATLAB编程代码-Maximum flow problem minimum cost MATLAB programming code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2356
    • 提供者:朱吴乐
  1. deopf

    0下载:
  2. 也是一个最小费用最大流的程序,在应用时可以参考程序思路进行重新设计-Is also a minimum cost maximum flow procedure in the application can refer to the process redesign ideas
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:45999
    • 提供者:李勤
  1. zuixiaofeiyongzuidaliu

    0下载:
  2. 解决最小费用最大流的问题,是一个通用程序,希望大家喜欢-Solve the minimum cost maximum flow problem is a common procedure, hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1012
    • 提供者:zhai
  1. the_min_cost

    0下载:
  2. 本程序用来求有向网络中的最大流和最小费用的问题。这里最小费用是在可能有多个最大流的基础上优化得到的。故前提条件是最大流,如果没有没有最大流,可以不运输,成本为0,那就没有意义了。-This program used to beg for the maximum flow to the network and the minimum cost. Here is the minimum cost in May have multiple maximum flow based on opt
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1605
    • 提供者:DuWenSheng
  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. SuccessiveShortest

    0下载:
  2. This algoritm minimum cost flow wiht succesive succes algoritm. It s easy to learning person algoritm. You try this.-This is algoritm minimum cost flow wiht succesive succes algoritm. It s easy to learning person algoritm. You try this.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2082
    • 提供者:dupek
  1. mincostflow

    0下载:
  2. 实现的是最小费用最大流问题,在残量网络中找s-t最短路,运用bellman-ford算法。-To achieve the minimum cost maximum flow problem, in the residual network, find the shortest st, the use of bellman-ford algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:895
    • 提供者:张佳静
  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. minimum-cost-maximum-flow

    0下载:
  2. 用于求解网络的最小费用最大流问题,求一个网络中的最大流-Network for solving the minimum cost maximum flow problem, find the maximum flow in a network
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1911
    • 提供者:wuhao
  1. Minimum-Cost-Flow

    1下载:
  2. 最小费用最大流问题是经济学和管理学中的一类典型问题。在一个网络中每段路径都有“容量”和“费用”两个限制的条件下,此类问题的研究试图寻找出:流量从A到B,如何选择路径、分配经过路径的流量,可以达到所用的费用最小的要求。-Minimum cost maximum flow problem is economics and management in a class of typical problems. Each path in a network has the " capacity&q
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1522
    • 提供者:刘适
  1. ford-max-flow

    0下载:
  2. 解决最小费用最大流问题,一般有两条途径。一条途径是先用最大流算法算出最大流,然后根据边费用,检查是否有可能在流量平衡的前提下通过调整边流量,使总费用得以减少?只要有这个可能,就进行这样的调整。调整后,得到一个新的最大流。-Minimum cost maximum flow problem to solve, there are generally two ways. One way is to use a maximum flow algorithm to calculate the maxim
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1215
    • 提供者:刘适
  1. zuixiaofeiyongliu

    0下载:
  2. 最小费用流问题用于求解,图论中两地区运输费用最少的问题,本程序通过MATLAB解决这一问题-For solving the minimum cost flow problem in graph theory two least-cost regional transportation issues, the procedure to solve this problem through MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1003
    • 提供者:张行
  1. 123

    0下载:
  2. 网络流算法和最小费用流,用来处理图论问题中的流量计算和流量限制的费用流计算-Network flow algorithm and the minimum cost flow problem in graph theory to deal with the cost of computing and traffic flow restrictions stream computing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1857
    • 提供者:yin
  1. zkw

    0下载:
  2. 大神提供的最小成本流的简便算法,给大家进行参考,希望有所收获-Minimum Cost Flow
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:张三
  1. flow

    0下载:
  2. 计算最大流、最小费用最大流、最小费用可行流的算法模板-The calculation of the maximum flow, minimum cost maximum flow, minimum cost feasible flow algorithm template
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1131
    • 提供者:Lu lu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com