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

搜索资源列表

  1. match-v3.4.src.tar

    0下载:
  2. 计算机视觉中的,基于图论的图像分割,最大流/最小切-maxflow/mincut ,graph cuts,computer vision
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:642393
    • 提供者:tina
  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. shortest-path-problem

    1下载:
  2. 图与网络是运筹学(Operations Research)中的一个经典和重要的分支,所研究的 问题涉及经济管理、工业工程、交通运输、计算机科学与信息技术、通讯与网络技术等 诸多领域。下面将要讨论的最短路问题、最大流问题、最小费用流问题和匹配问题等都 是图与网络的基本问题。 我们首先通过一些例子来了解网络优化问题。 例1 最短路问题(SPP-shortest path problem)-shortest path problem)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:942
    • 提供者:zuichibi
  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. Power-Network

    0下载:
  2. 这个题目可以采用网络流的模型来解决。 在原图的基础上添加一个源点和汇点。对于每个Power Station,从源点引一条容量为pmax的弧;对于每个Consumer,引一条容量为cmax的弧到汇点;对于题目中给的三元组(u,v)z,从点u连一条容量为z的弧到点v。显然这样构图是满足题目要求的。然后求这个网络的最大流即可。 -The subject of network flow can be used to solve the model. On the basis of t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:32253
    • 提供者:陈策
  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
    • 文件大小:1134
    • 提供者:吴振禹
  1. classic

    0下载:
  2. 主要包含数学中的离散优化各个问题求解,有最短路、哈密尔顿回路、顶点覆盖近似算法、最大流和最小截等问题。-Discrete optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:54525
    • 提供者:肖俊
  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
    • 文件大小:742
    • 提供者:程程
  1. dinic

    0下载:
  2. 一个网络流dinic算法的模板,用来求解一个网络的最大流,速度非常快。-A network flow dinic algorithm template, used to solving a network of maximum flow, at a very fast rate.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:909
    • 提供者:
  1. zui-da-liu

    0下载:
  2. 计算最大流程序,根据顶点,节点的出入度,随机生成网络并计算最大流。-Calculate the maximum flow procedures, randomly generated according to the degree of vertex and node access network and computing the maximum flow.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:949633
    • 提供者:孙明
  1. maxflow

    0下载:
  2. 用matlab计算最大流量,求最大流的函数function [f,wf,flag]=maxflow(C)-Using matlab to calculate the maximum flow, find the maximum flow of the function function [f, wf, flag] = maxflow (C)
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1021
    • 提供者:sun
  1. ALE

    1下载:
  2. 图像分割算法,是基于最小切最大流算法的分割方法。-The image segmentation algorithm is a segmentation method based on the maximum flow minimum cut algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4839687
    • 提供者:
  1. dijkstra

    1下载:
  2. 用于图像分割的dijkstra距离的计算,用于最大流最小割等算法-To dijkstra distance calculation used to image segmentation for the maximum flow minimum cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2014-09-26
    • 文件大小:161792
    • 提供者:杨茜
  1. 1

    0下载:
  2. 实现打鸟问题,网络最大流问题,原创代码,欢迎下载-Achieve fowling problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:887
    • 提供者:刘源波
  1. chuanyue

    0下载:
  2. 打鸟问题,原创代码,欢迎下载,网络最大流问题-Fowling problem, the original code, download, Maximum Network Flow Problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1032
    • 提供者:刘源波
  1. Graph-theory-algorithm-set

    0下载:
  2. 对matlab解决图论问题的算法做个汇总。主要包括:顶点覆盖近似算法、哈密尔顿回路、最大流和最小截、最短路和次短路、最小生成树Prim算法、最短路径等等。由于太多就不一一列举了。-Matlab to solve the problem of graph theory algorithms to be aggregated. Include: vertex cover approximation algorithm, Hamilton circuit, the maximum flow and m
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:55504
    • 提供者:中士
  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. dinic_l

    0下载:
  2. 主要实现图片的打开,并用最大流最小割定理实现图片的切割-Picture open, and the maximum flow minimum cut theorem of pictures cut
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:698544
    • 提供者:tianqing
  1. The-biggest-circulation-in-program

    0下载:
  2. 最大流通用程序,适用于运筹学里的最大流算法,很实用,很好用-The biggest circulation in program
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:615
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com