binpacking-1.0

所属分类:数值算法/人工智能
开发工具:Java
文件大小:188KB
下载次数:22
上传日期:2014-04-15 18:52:56
上 传 者luorenren
说明:  装箱算法,用于研究,经典的NF、FF等算法都给出了较详细的实现
(For the study, the classical bin packing algorithm, NF, FF and other algorithms are presented in detail)

文件列表:
binpacking-1.0 (0, 2007-08-21)
binpacking-1.0\dist (0, 2007-08-21)
binpacking-1.0\doc (0, 2007-08-21)
binpacking-1.0\doc\api (0, 2007-08-21)
binpacking-1.0\doc\api\de (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\class-use (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\exceptions (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\exceptions\class-use (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\model (0, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\model\class-use (0, 2007-08-21)
binpacking-1.0\doc\api\resources (0, 2007-08-21)
binpacking-1.0\etc (0, 2007-08-18)
binpacking-1.0\src (0, 2007-08-18)
binpacking-1.0\src\de (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters (0, 2007-08-18)
binpacking-1.0\src\de\bugbusters\binpacking (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\binpacking\algo (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\binpacking\exceptions (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\binpacking\model (0, 2007-08-18)
binpacking-1.0\src\de\bugbusters\cdoptimizer (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\cdoptimizer\binpacking (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\cdoptimizer\gui (0, 2007-08-17)
binpacking-1.0\src\de\bugbusters\knapsack (0, 2007-08-18)
binpacking-1.0\support (0, 2007-08-18)
binpacking-1.0\Licence.txt (7639, 2007-08-18)
binpacking-1.0\build.xml (7557, 2007-08-21)
binpacking-1.0\dist\binpacking-1.0.jar (19109, 2007-08-21)
binpacking-1.0\doc\api\allclasses-frame.html (3503, 2007-08-21)
binpacking-1.0\doc\api\allclasses-noframe.html (3143, 2007-08-21)
binpacking-1.0\doc\api\constant-values.html (4901, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\AbstractBinPacking.html (12541, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\BestFitBinPacking.html (15417, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\BinPacking.html (10683, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\FirstFitBinPacking.html (15193, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\NextFitBinPacking.html (15515, 2007-08-21)
binpacking-1.0\doc\api\de\bugbusters\binpacking\algo\WorstFitBinPacking.html (15106, 2007-08-21)
... ...

***************************** * BinPacking: Version 1.0 * ***************************** 18 August 2007 (C)opyright 2007, by BugBusters ----------------- 1. INTRODUCTION ----------------- This project is a highly flexible implementation of the well known bin packing algortihms: next fit, first fit, best fit, worst fit. The elements and bins may have any number of dimension. Please note that BinPacking is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the licence for details. ------------------- 2. LATEST VERSION ------------------- The latest version of this class library can be obtained from: https://sourceforge.net/projects/binpacking/ If you have an comments, suggestions or bugs to report, please post a message in the forum. ----------------- 3. DEPENDENCIES ----------------- BinPacking has the following dependencies: (a) JDK 1.4.2 or higher. (b) The demo application cdoptimizer needs some util classes contained in the utils.jar that is part of the distribution (see ./support). (b) The demo application cdoptimizer also needs JFREECHART (tested using version 1.0.4). JFREECHART can be downloaded from http://www.jfree.org/jfreechart/ The for execution are only the jcommonXXX.jar and jfreechartXXX.jar needed. jcommonXXX.jar and jfreechartXXX.jar are not part of this distribution. -------------------- 4. ANT BUILD SCRIPT -------------------- An Ant build script (build.xml) is included in the distribution. This is the same script that is used to create the BinPacking distribution. For more information about Ant: http://ant.apache.org/ ------------------------- 5. THE DEMO APPLICATIONS ------------------------- a) A demo application that demonstrates the possible usage of the bin packing algorithms in a real life application. Before you try to execute this demo, set the paths to jcommonXXX.jar and jfreechartXXX.jar in build.xml (properties jfreechart.jar and jcommon.jar). To run the demo (using JDK 1.4.2 or later), use the ant target run-demo-cdoptimizer. java -jar cdoptimizer.jar b) A demo application that solves the well known knapsack problem: There's a set of items (2 dimensional: volume and weight) items given. Then distribute the items into a minimum number of knapsacks To run the demo (using JDK 1.4.2 or later), use the ant target run-demo-knapsack.

近期下载者

相关文件


收藏者