搜索资源列表
最大流最小割定理
- 最大流最小割定理-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 实现最大流最小割算法的程序
求网络中的最大流
- 数据结构的课后练习-Data structure of the after-school practice
最大流最小割定理
- 最大流最小割定理-maximum flow minimum cut theorem
MaxStream
- 学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
求网络的最小费用最大流网络版
- 求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
有关网络流的一个算法:求一个网络中的最大流
- 有关网络流的一个算法:求一个网络中的最大流-the flow of a network algorithm : a network for the maximum flow
求网络的最小费用最大流-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
graphDegree
- 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the ver
Least_cost_with_greatest_flow
- 题目:求网络的最小费用最大流-C语言 已经经过调试,没有问题!-topics : finding the minimum cost maximum flow-through C language has been tested and no problems!
zxfy_zdl
- 用Floyd算法设计的最小费用最大流,求最大流时,用的是标号算法-Floyd algorithm design with the minimum cost maximum flow, for maximum flow, the algorithm is labeling
graphcut
- 在计算机视觉中的立体匹配算法----最大流最小割,最新的研究成果.-in computer vision of the stereo matching algorithm-largest flow minimum cut, the latest research results.
wangluodezuixiaofeiyongdezuidaliu
- 这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用.-This is a minimum cost network for the largest flow of a C procedures after debugging, please rest assured that use.
最大流
- 最大流入门必备,包含了几个入门最大流的经典题目的详细题解(The maximum flow of the necessary entry, contains a detailed solution to the classical subject several entry the maximum flow)