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

搜索资源列表

  1. maxflow.rar

    0下载:
  2. 图论中最大流问题的matlab实现代码,求给定网络最大流,Maximum flow problem in graph theory implementation of matlab code, seeking maximum flow in a given network
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:694byte
    • 提供者:zy
  1. MinimumCostFlow

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

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

    0下载:
  2. 用VC++6.0求算法分析设计中的最大流问题。-Using VC++6.0 analysis of algorithms designed to seek the maximum flow problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:886byte
    • 提供者:
  1. hipr

    0下载:
  2. 使用push-relabel方法求解最大流问题,是国外的一个研究机构编写的,速度很快。-This is an efficient implementation of the push-relabel method. See Goldberg and Tarjan, "A New Approach to the Maximum Flow Problem," J. ACM Vol. 35, 921--940, 1988 and Cherkassky and Gol
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:26.44kb
    • 提供者:顾徐鹏
  1. shortestaugmentingpath

    0下载:
  2. 最大流问题的最短增广路径算法 是算法中的重要部分 -Maximum flow problem of the shortest augmenting path algorithm is an important part of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:21.94kb
    • 提供者:luomin
  1. zuixiaofeiyongzuidaliu

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

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

    0下载:
  2. 最大流的一种通用算例程序,解决很多最大流的问题。-Maximum flow of a generic example program to solve many maximum flow problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:912byte
    • 提供者:zhai
  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
    • 文件大小:895byte
    • 提供者:张佳静
  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-29
    • 文件大小:1.87kb
    • 提供者:wuhao
  1. maximum-flow

    0下载:
  2. 运筹学中的最大流与最小载问题求解matlab源程序-Operations Research in the maximum flow and minimum load problem solving matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:215.06kb
    • 提供者:张爽
  1. wll

    0下载:
  2. 网络流算法,自己写的实现最大流问题的好方法,是用邻接表实现的ISAP,网上可是很少的哟-Network flow algorithm, a good way to write your own to achieve the maximum flow problem, is the ISAP adjacency list online but few yo
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1.11kb
    • 提供者:吴振禹
  1. Ford_Fulkerson

    0下载:
  2. 解决最大流问题,使用Ford_Fulkerson算法。程序中包含例题。-Solve the maximum flow problem, to use Ford_Fulkerson algorithm. Examples included in the program.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:742byte
    • 提供者:程程
  1. Matlab_zuixiaoerchengfa

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

    • 发布日期:2017-03-29
    • 文件大小:4.72kb
    • 提供者:fuhai
  1. the-maximum-flow-problem-

    0下载:
  2. 用增广路法计算最大流问题,给出了C++代码-Augmenting path method to calculate the maximum flow problem given C++ code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:2.05kb
    • 提供者:郁文竹
  1. Drainage-Ditches

    0下载:
  2. Drainage Ditches —— 最大流问题 --Edmonds_karp-Drainage Ditches- maximum flow problem- Edmonds_karp
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:731.94kb
    • 提供者:wqy
  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
    • 文件大小:1.22kb
    • 提供者:jane
  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
    • 文件大小:1.49kb
    • 提供者:刘适
  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
    • 文件大小:1.19kb
    • 提供者:刘适
  1. zuidazuixiaofeiyongliu

    0下载:
  2. 关于T018_最小费用最大流问题的算法,求出最大流最小费用-About T018_ minimum cost maximum flow problem algorithm, find the maximum flow minimum cost
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.05kb
    • 提供者:zgmyao
  1. Templates

    0下载:
  2. ISAP代码,用于解决最大流问题,速度比EK算法快。-ISAP code for solving the maximum flow problem, faster than EK algorithms.
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:江升
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com