搜索资源列表
circlecutting
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
tanxin_1
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高
gccC++
- 解决二维装箱问题的一段C++源代码。将容积不同的N种物品装入容积为V的箱子内。求解所使用的最少箱子数和箱子内部所装的物品编号。
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
73462691miscontainer
- 集装箱问题 集装箱问题-Container container problem issues
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
Translationpackingproblem
- 二叉搜索树中的装箱问题Binary search tr-Binary search tree packing problem Binary search tree
CBoxUppS
- 装箱问题的CSHARP程序。即一个箱子的容积和体积有限限,如何利用有限的空间装更多的货物,已通过测试。 -Packing problem CSHARP program. A box of volume and limited volume limit, how to use the limited space to hold more cargo, has been tested.
CLQG
- 铝合金切割程序。一维装箱问题的实际应用。给定原材料、目标件的尺寸及数量,计算用原材料最少的切割方法。-Aluminum alloy cutting program. The practical application of one-dimensional packing problem. Given the size and quantity of the raw materials, the target member, the calculation of the cutting metho
Packing-Problem
- 用遗传算法解决装箱问题,通过种群初始化,适值函数计算,交叉计算,变异计算,选择策略来得出最好解。-Using genetic algorithms to solve the packing problem, through population initialization, fitness function calculation, cross calculation, variation calculation, strategies to obtain the best solution
zuiyouhua
- 基于modelcenter和粒子群算法MATLAB最优化解决装箱问题。包含代码、模块、PPT、课程论文-Based on MATLAB modelcenter and particle swarm optimization to solve the packing problem. It contains code modules, PPT, course papers
uwcny
- vb环境,下用贪心算法编的货船装箱问题,()
装箱问题
- 给定n个货物,求最小的装箱个数,并输出最好的方法(Given n goods, find the minimum number of packing, and output)
Package
- 装箱问题,内有说明,应用贪心算法,进行从大到小的分配到包装箱(The packing problem is explained Greedy Algorithm)
Untitled
- 装箱问题解决的Matlab实现,本来想解决排样问题的,但整理后发现不能解决我遇到的问题,但是还是能够实现这个,程序参考的是《二维矩形条带装箱问题的底部左齐择优匹配算法_蒋兴波》这篇文章的。(Matlab implementation for bin packing problem)
二维装箱论文
- 二维装箱文献 二维一刀切装箱问题的两阶段启发式算法_曹大勇 二维装箱问题的非线性优化方法_于洪霞 二维装箱问题的启发式算法研究_刘艳娟 二维装箱问题的启发式算法研究_姚怡 二维装箱问题的一种实现方法_武晓今 二维装箱问题非线性规划模型和算法_于洪霞 基于混合蚂蚁算法的二维装箱问题求解_赵中凯 遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature Two stage heuristic algorithm for two dimen
三维装箱MATLAB程序
- 基于MATLAB20,能够解决常规的三维装箱问题(Solving the conventional three-dimensional packing problem)
ypap105-bin-packing-problem
- 使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)
