文件名称:maxFlow
介绍说明--下载内容均来自于网络,请自行研究使用
该算法是求无向图的最大流问题。用的是Ford-Fulkerson的算法。源程序中有两个版本。每个都可以运行。-The algorithm is not seeking the maximum flow problem to graph. Use the Ford-Fulkerson algorithm. There are two versions of the source code. Each can run.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
maxFlow\.classpath
.......\.project
.......\.settings\org.eclipse.jdt.core.prefs
.......\bin\maxFlow\MaxFlow.class
.......\...\.......\MaxFlow1.class
.......\src\maxFlow\MaxFlow.java
.......\...\.......\MaxFlow1.java
.......\bin\maxFlow
.......\src\maxFlow
.......\.settings
.......\bin
.......\src
maxFlow