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

搜索资源列表

  1. maxstream

    0下载:
  2. java程序实现求解网络最大流问题,亲测,可以实现,欢迎交流-java program to achieve maximum network flow problem solving, pro-test, can be achieved, welcomed the exchange
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-16
    • 文件大小:15013
    • 提供者:雷平
  1. PatientSystem

    0下载:
  2. 基于最大流的图像分割方法,利用图分割的方法,- a small code for image segmentation,using gtaph cut method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2064925
    • 提供者:xuehuwang
  1. Minimum-cost-maximum-flow-algorithm

    0下载:
  2. 最大流最小费用算法-Minimum cost maximum flow algorithms. . . . . . . . . . . . . . .
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:922
    • 提供者:叶炳坤
  1. EK

    0下载:
  2. 图论---数据结构---算法,网络流中求最大流的经典算法,EK算法。-Graph Theory--- Data Structures--- algorithms, network flow for maximum flow of the classical algorithm, EK algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:645
    • 提供者:Shao Xinqi
  1. network

    0下载:
  2. 对一个网络求最大流, 用朴素的 EdmondsKarp效率 O(E*f)Of a network for maximum flow, using simple EdmondsKarp the efficiency of O (E* f)-Of a network for maximum flow, using simple EdmondsKarp the efficiency of O (E* f)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3283
    • 提供者:ketdem
  1. Ford_Fulkerson

    1下载:
  2. 最大流Ford-Fulkerson算法源代码 流量网络中,寻找流量最大的可行流-Ford-Fulkerson maximum flow algorithm source code flow network, looking for the greatest possible flow of traffic
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1673
    • 提供者:李辉
  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. maxflow-v3.01

    0下载:
  2.  这个软件图书馆实现了maxflow算法描述    “一个实验比较的最大流最小切/能量最小化算法在视觉。-This software library implements the maxflow algorithm described in "An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:15506
    • 提供者:张茂华
  1. lingo

    0下载:
  2. lingo 的一些编程,包括最大流,最短路和配对模型-some programming lingo, including maximum flow, shortest and matching model
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:37044
    • 提供者:庄默默
  1. max_min_segment

    0下载:
  2. 最大流/最小割方法。为学习图像处理中的图割算法做准备,算法思想是Ford-Fulkerson方法。最大流是一个有向图,最小割就是网络中所有割中值最小的那个割。 -Maximum flow/minimum cut method. As a learning image processing to prepare graph cut algorithm, the algorithm idea is Ford-Fulkerson method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:38464
    • 提供者:小马
  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-29
    • 文件大小: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
    • 提供者:刘适
  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. tulusuanfa

    1下载:
  2. 图论算法,里边的内容包括最短路径,最小生成树,最大流,遍历的算法及详细讲解。-Graph algorithms, including inside the shortest path, minimum spanning tree, maximum flow, traversal algorithms and detailed explanation.
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9145083
    • 提供者:杜金
  1. MaxFlowMinCut_Me

    0下载:
  2. 利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码 -Use Ford- Fulkerson labeling method for maximum flow algorithm MATLAB code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:930
    • 提供者:金子
  1. EK

    0下载:
  2. ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:590
    • 提供者:liang xinglun
  1. linear-programming

    0下载:
  2. 最大流是关于流网络的最简单问题,线性规划要满足一定的约束条件。-Maximum flow is about the easiest flow network problems, linear programming to meet certain constraints.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1026522
    • 提供者:hejingjing
  1. maxflow1

    0下载:
  2. 最大流问题,用标号法寻求网络中最大流的基本思想是寻找可增广轨,使网络的流量得到增加,直到最大为止。-maximal flow
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:627
    • 提供者:niora
  1. 224Edmonds_Karp

    0下载:
  2. T017_最大流增广路算法224Edmonds_Karp-T017_ maximum flow augmenting path algorithm 224Edmonds_Karp
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1113
    • 提供者:zgmyao
  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
    • 文件大小:1078
    • 提供者:zgmyao
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com