搜索资源列表
bin
- 在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, th
BoxUp
- 装箱问题的C#程序。即一个箱子的容积和体积有限,如何利用有限的空间装更多的货物-Bin-packing problem of C# Procedures. That is, a box of volume and size is limited, how to utilize the limited space for loading more cargo
yiweizhuangxiangwenti
- 一维装箱问题 一维程序段 实现 很好的例子-One-dimensional bin-packing problem one-dimensional program segment to achieve a good example of
Cargobin-packingproblem.jsp
- 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuang
2d3dkp
- 3d bin packing loader pack packaging cago loaging container load
TSpack.tar
- stribution package of TSpack code.. for study packing bin problem
Bin-Packing
- 解决Bin Packing Problem的初级程序,适合初学者学习并进行修改-Bin Packing Problem solving junior program, suitable for beginners to learn and modify
RectangleBinPack
- More about rectangle bin packing
binpacking2
- bin packing algorithm
java-bin-packing - Copy
- This file contains no coding.
Untitled
- 装箱问题解决的Matlab实现,本来想解决排样问题的,但整理后发现不能解决我遇到的问题,但是还是能够实现这个,程序参考的是《二维矩形条带装箱问题的底部左齐择优匹配算法_蒋兴波》这篇文章的。(Matlab implementation for bin packing problem)
二维装箱论文
- 二维装箱文献 二维一刀切装箱问题的两阶段启发式算法_曹大勇 二维装箱问题的非线性优化方法_于洪霞 二维装箱问题的启发式算法研究_刘艳娟 二维装箱问题的启发式算法研究_姚怡 二维装箱问题的一种实现方法_武晓今 二维装箱问题非线性规划模型和算法_于洪霞 基于混合蚂蚁算法的二维装箱问题求解_赵中凯 遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature Two stage heuristic algorithm for two dimen
ypap105-bin-packing-problem
- 使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)