CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - minimum cost flow

搜索资源列表

  1. 求网络的最小费用最大流-C语言

    0下载:
  2. 本程序是利用Ford和Fulkerson迭加算法,求最小费用最大流-use of this procedure is superposition Ford and Fulkerson algorithm, the minimum cost for maximum flow
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2703
    • 提供者:李平
  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. Least_cost_with_greatest_flow

    0下载:
  2. 题目:求网络的最小费用最大流-C语言 已经经过调试,没有问题!-topics : finding the minimum cost maximum flow-through C language has been tested and no problems!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21150
    • 提供者:周琳
  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. wangluodezuixiaofeiyongdezuidaliu

    0下载:
  2. 这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用.-This is a minimum cost network for the largest flow of a C procedures after debugging, please rest assured that use.
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:18820
    • 提供者:韩丹
  1. minmax.rar

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

    • 发布日期:2017-04-07
    • 文件大小:2929
    • 提供者:陈燕
  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. 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. 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. The-minimumcostmaximumflow

    0下载:
  2. 关于图论中最小费用最大流的PPT介绍,解释很详尽,对于本题目的算法很有帮助-Graph theory about the minimum cost maximum flow PPT introduction, the explanation is very detailed, for ontology purpose algorithm is very helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:280775
    • 提供者:liuhuiyi
  1. Algorithm-template

    0下载:
  2. C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash metho
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:995692
    • 提供者:zhzhl
  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. final_cdn-master

    1下载:
  2. 物流选址+最小费用流 华为软件精英挑战赛2017代码(Logistics location + minimum cost flow)
  3. 所属分类:

    • 发布日期:2017-12-24
    • 文件大小:10240
    • 提供者:Mintong
  1. NetFlow

    0下载:
  2. 使用MFC实现最小费用流算法 包括在界面上画拓扑图等功能,编译器VC6.0(Using MFC to realize the minimum cost flow algorithm, including the function of drawing topological graph on the interface, compiler VC6.0)
  3. 所属分类:界面编程

    • 发布日期:2018-05-03
    • 文件大小:6120448
    • 提供者:soon123
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com