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

搜索资源列表

  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

    0下载:
  2. 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:120147
    • 提供者:赵军
  1. mp_mc

    1下载:
  2. 我在程序文件中所使用的计算最小费用最大流的算法并没有先用福德-富克逊法算出最大流,然后再用对偶法算出最小费用,而是将两种算法结合,最小费用和最大流一起算出
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1435
    • 提供者:积分
  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. 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. BGf

    0下载:
  2. 计算给定图的最小费用最大流
  3. 所属分类:matlab

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

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

    • 发布日期:2017-03-29
    • 文件大小:4836
    • 提供者:fuhai
  1. Matlab_zuixiaofeiyong

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

    • 发布日期:2017-04-02
    • 文件大小:4261
    • 提供者:fuhai
  1. cost_flow

    0下载:
  2. 有向图中,求最小费用最大流的一种方法,matlab-Directed graph, and the minimum cost and maximum flow of a kind of method
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:1002
    • 提供者:Crazy
  1. tulun

    0下载:
  2. 最小费用最大流问题通用LINGO程序。解决图论问题的必备。-Minimum cost maximum flow problem common LINGO program. Essential to solve the problem of graph theory.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1250
    • 提供者:jane
  1. zui-xiao-fei-yong-zui-da-liu--Matlab

    0下载:
  2. 计算最小费用最大流的完整Matlab函数-Calculate the minimum cost maximum flow full Matlab functions
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:798
    • 提供者:林夕
  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
    • 提供者:刘适
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com