当前位置:
首页 资源下载
搜索资源 - Bin packing problem
搜索资源列表
-
0下载:
A New Heuristic Algorithm for the 3D Bin
Packing Problem
-
-
2下载:
利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
-
-
0下载:
在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占
用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少
箱子的成功装载。
例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载
重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。
此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, th
-
-
0下载:
装箱问题的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
-
-
0下载:
2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
-
-
2下载:
自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
-
-
0下载:
bin packing problem
vb and c# codes exists
-
-
8下载:
货物配装问题实质上是背包问题与装箱问题的混合,有着广泛的应用。配装,是指充分利用运输工具(如火车、货车、轮船等,本文主要是指货车) 的载重量和容积,采用先进的装载方法,合理安排货物的装载计划,最大限度地发挥货车容积和承载能力,从而降低配送成本。-Cargo loading problem and knapsack problem is essentially a mixture of bin-packing problem, with a wide range of applications.
-
-
0下载:
一维装箱问题 一维程序段 实现 很好的例子-One-dimensional bin-packing problem one-dimensional program segment to achieve a good example of
-
-
0下载:
The most horrible onliner in C you even have seen :-) Use gcc -E to generate the code... This code just return true if a solution exist.
This code solves the problem of the "count down number" http://en.wikipedia.org/wiki/Countdown_ 28game_show
-
-
1下载:
首先,打开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
-
-
1下载:
三维装箱问题的组合启发式算法。目前最有效的解决三维装箱问题的方法。-Three-dimensional bin-packing problem a combination of heuristic algorithm. The most effective solution to three-dimensional packing problem.
-
-
0下载:
详细讲解了动态规划的算法问题,再通过“装箱问题”等7个程序实例介绍解决动态规划问题的思路和方法。-Gave a detailed algorithm for dynamic programming problems, and through the " bin-packing problem" and other instances of seven procedures introduced to solve the problem of dynamic programmin
-
-
0下载:
三维装箱问题的混合模拟退火算法,解决np-hard问题的基本思路-Three-dimensional bin-packing problem of the hybrid simulated annealing algorithm, np-hard problem to solve the basic ideas
-
-
5下载:
是解决装箱问题的程序,已经解决的比较好了。-Procedures to solve the packing problem,Has been resolved better . .
-
-
0下载:
用C++编写的用于解决Bin Packing Problem,效率高,可靠性好-With C++ prepared for the settlement Bin Packing Problem, high efficiency, good reliability
-
-
0下载:
解决Bin Packing Problem的初级程序,适合初学者学习并进行修改-Bin Packing Problem solving junior program, suitable for beginners to learn and modify
-
-
0下载:
Bin Packing Problem using GA, PSO, FA, and IWO
-
-
0下载:
matlab code for bin packed problem
-
-
9下载:
使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)
-