搜索资源列表
-
0下载:
图论中最大流问题的matlab实现代码,求给定网络最大流,Maximum flow problem in graph theory implementation of matlab code, seeking maximum flow in a given network
-
-
0下载:
最小费用最大流问题 MATLAB编程代码-Maximum flow problem minimum cost MATLAB programming code
-
-
0下载:
使用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
-
-
1下载:
我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
-
-
0下载:
解决最小费用最大流的问题,是一个通用程序,希望大家喜欢-Solve the minimum cost maximum flow problem is a common procedure, hope you like
-
-
0下载:
最大流的一种通用算例程序,解决很多最大流的问题。-Maximum flow of a generic example program to solve many maximum flow problem.
-
-
0下载:
最大流最小截问题,用matlab编写的,rar中有说明,较清晰-Maximum flow minimum cut problem, written with matlab, rar have stated more clearly
-
-
0下载:
用于求解网络的最小费用最大流问题,求一个网络中的最大流-Network for solving the minimum cost maximum flow problem, find the maximum flow in a network
-
-
0下载:
运筹学中的最大流与最小载问题求解matlab源程序-Operations Research in the maximum flow and minimum load problem solving matlab source code
-
-
0下载:
解决最大流问题,使用Ford_Fulkerson算法。程序中包含例题。-Solve the maximum flow problem, to use Ford_Fulkerson algorithm. Examples included in the program.
-
-
0下载:
对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
-
-
0下载:
最小费用最大流算法通用Matlab函数
基于Floyd最短路算法的Ford和Fulkerson迭加算法 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 确定,如此多次迭代,最终得到最小费用最大流.- Minimum cost
-
-
0下载:
最小费用最大流算法通用Matlab函数
基于Floyd最短路算法的Ford和Fulkerson迭加算法 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 确定,如此多次迭代,最终得到最小费用最大流.-Minimum cost maximum fl
-
-
1下载:
最小费用最大流问题是经济学和管理学中的一类典型问题。在一个网络中每段路径都有“容量”和“费用”两个限制的条件下,此类问题的研究试图寻找出:流量从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
-
-
0下载:
解决最小费用最大流问题,一般有两条途径。一条途径是先用最大流算法算出最大流,然后根据边费用,检查是否有可能在流量平衡的前提下通过调整边流量,使总费用得以减少?只要有这个可能,就进行这样的调整。调整后,得到一个新的最大流。-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
-
-
0下载:
最大流算法 可以解决最小费用最大流问题 非常好用,推荐推荐-Maximum flow algorithm can solve the problem of minimum cost maximum flow is very good, recommended!!!!!!!!!!!
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的temp程序,还有利用遗传算法解决temp1问题的Matlab程序。非常适合初学MATLAB的朋友学习。
-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm temp program, as
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的ogYSpQ程序,还有利用遗传算法解决 EhLGPBT 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm ogYSpQ progra
-
-
0下载:
里面有最大流,最小费用最大流和着色问题的matlab程序和lingo程序-Here are Matlab and Lingo codes for maximum flow problem,minimum cost maximum flow algorithm and coloring problem
-
-
0下载:
Matlab模拟排队论中的最大流问题的程序-Matlab simulation of the maximum flow problem in queuing theory
-