搜索资源列表
最大流最小割定理
- 最大流最小割定理-maximum flow minimum cut theorem
求网络的最小费用最大流-C语言
- 本程序是利用Ford和Fulkerson迭加算法,求最小费用最大流-use of this procedure is superposition Ford and Fulkerson algorithm, the minimum cost for maximum flow
最小费用最大流1
- 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
求网络的最小费用最大流网络版
- 求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
有关网络流的一个算法:求一个网络中的最大流
- 有关网络流的一个算法:求一个网络中的最大流-the flow of a network algorithm : a network for the maximum flow
最大流最小割
- 图割算法,最大流最小割,用于图像分割。
max flow/min cut
- max flow/min cut 实现最大流最小割算法的程序
dinic的网络最大流算法模板
- dinic的网络最大流算法模板,非常实用,经过自己多次测试通过的!Q,Dinic network maximum flow algorithm templates, very useful, after their own, adopted a series of trial runs! Q
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
ACM_template.rar
- 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
opf
- 最小费用最大流的一个实验程序,可以根据具体问题来重新修改-Minimum cost maximum flow in an experimental procedure may be based on specific issues to re-modify the
stereomatchingaft
- 图割算法 求图像的立体匹配问题 最大流最小割问题-graphcut stereomatching matlabcode
maxflow
- 关于网络流的一些代码,解题报告有最大流,最小费用最大流等-On a number of network flow code, problem-solving report maximum flow, minimum cost maximum flow, etc.
maxflow
- 最大流详解,解释很全很清楚,为acm学习不可多得材料-maxflow
求网络中的最大流
- 数据结构的课后练习-Data structure of the after-school practice
max_flow
- 最大流算法的pascal实现 非常适合初学者-Maximum flow algorithm is very suitable for beginners to achieve pascal
xq
- 图论中最短路算法,最小生成树,最大匹配与最佳匹配的算法,旅行商问题,求最大流的Ford--Fulkerson 标号算法-Shortest path graph algorithm, minimum spanning tree, the largest and best match matching algorithms, traveling salesman problem, maximum flow for the Ford- Fulkerson labeling algorithm
maxflow1
- 最大流问题,用标号法寻求网络中最大流的基本思想是寻找可增广轨,使网络的流量得到增加,直到最大为止。-maximal flow
deopf
- 也是一个最小费用最大流的程序,在应用时可以参考程序思路进行重新设计-Is also a minimum cost maximum flow procedure in the application can refer to the process redesign ideas
最大流
- 最大流入门必备,包含了几个入门最大流的经典题目的详细题解(The maximum flow of the necessary entry, contains a detailed solution to the classical subject several entry the maximum flow)