CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bin packing
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bin packing - List
[
Data structs
]
tanxinfazhuangxiang
DL : 0
数据结构中的贪心法装箱问题,结果给出装箱的办法和每个箱的容量。-Data structure in the bin-packing problem greedy method, the result is given packing methods and the capacity of each box.
Update
: 2025-02-17
Size
: 163kb
Publisher
:
yellowdoo
[
Other
]
tanxisuanfa_huochuanzhuangxiang
DL : 0
vb环境,下用贪心算法编的货船装箱问题。-vb environment, under the greedy algorithm made use of the cargo bin-packing problem.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
QinJun
[
Special Effects
]
Shadow
DL : 0
小图片拼接的另一个算法。也可以看作是二维装箱问题。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。-Another small picture stitching algorithm. Also can be seen as a two-dimensional bin-packing problem. Game is often a lot of small images need to call, one by one to load the efficiency is too low, generally splicing them into a big picture. This class can effectively carry out picture mosaic, containing documentation.
Update
: 2025-02-17
Size
: 39kb
Publisher
:
zjuxia
[
MPI
]
box
DL : 0
经典的一维装箱问题(Bin Packing Problem)是指,给定 件物品的序列 ,物品 的大小 ,要求将这些物品装入单位容量1的箱子 中,使得每个箱子中的物品大小之和不超过1,并使所使用的箱子数目 最小。-Classic one-dimensional bin-packing problem (Bin Packing Problem) means that a given sequence of items, item size, request these items into one unit of capacity of the box, making the items for each box size and non- more than one, and the number used in the smallest box.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
chj
[
Software Engineering
]
suanfafenxiyusheji
DL : 0
算法分析与设计课程设计基于贪心法的装箱问题设计报告-Algorithm Analysis and Design of curriculum design based on the greedy method of bin-packing problem design report
Update
: 2025-02-17
Size
: 17kb
Publisher
:
lessi
[
Software Engineering
]
tanxinxiang
DL : 0
算法分析与设计课程设计基于贪心法的装箱问题设计报告-Algorithm Analysis and Design of curriculum design based on the greedy method of bin-packing problem design report
Update
: 2025-02-17
Size
: 17kb
Publisher
:
lessi
[
CSharp
]
BoxUp
DL : 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
Update
: 2025-02-17
Size
: 252kb
Publisher
:
dingwei
[
Graph program
]
256bmptool
DL : 0
bmp图片打包工具 生成相应bin等文件-bmp picture to generate the corresponding bin packing tools and other documents
Update
: 2025-02-17
Size
: 3.72mb
Publisher
:
张雨田
[
Algorithm
]
4block
DL : 0
2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
renjd
[
Windows Develop
]
bin
DL : 0
在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, there are a number of capacity c and n of the box into the box to be loaded with goods. Items i need to occupy s [i] units (0 <s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。
Update
: 2025-02-17
Size
: 1kb
Publisher
:
林建
[
Data structs
]
zhuangxiang
DL : 0
自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
binbin
[
Algorithm
]
GaBin
DL : 0
遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differences. Item type i and type i++ can not be put into same container.
Update
: 2025-02-17
Size
: 157kb
Publisher
:
mark
[
Algorithm
]
21276
DL : 0
bin packing problem vb and c# codes exists
Update
: 2025-02-17
Size
: 68kb
Publisher
:
cihan
[
matlab
]
PSO_Solving_Multi_Aims
DL : 0
货物配装问题实质上是背包问题与装箱问题的混合,有着广泛的应用。配装,是指充分利用运输工具(如火车、货车、轮船等,本文主要是指货车) 的载重量和容积,采用先进的装载方法,合理安排货物的装载计划,最大限度地发挥货车容积和承载能力,从而降低配送成本。-Cargo loading problem and knapsack problem is essentially a mixture of bin-packing problem, with a wide range of applications. Loading refers to the full use of means of transport (such as trains, trucks, ships, etc., this paper mainly refers to goods) and the load volume, using advanced loading methods, rational arrangements for cargo loading plan maximizing the volume of goods and carrying capacity, thereby reducing distribution costs.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
廖志
[
Windows Develop
]
yiweizhuangxiangwenti
DL : 0
一维装箱问题 一维程序段 实现 很好的例子-One-dimensional bin-packing problem one-dimensional program segment to achieve a good example of
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王汪
[
3D Graphic
]
fulltext
DL : 0
A New Heuristic Algorithm for the 3D Bin Packing Problem
Update
: 2025-02-17
Size
: 176kb
Publisher
:
cristi
[
Linux-Unix
]
BreakGcc
DL : 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 29#Numbers_round, wich is similar to the BIN-PACKING NP-Complete problem. email://blanvill/gmail/com-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 29#Numbers_round, wich is similar to the BIN-PACKING NP-Complete problem. email://blanvill/gmail/com
Update
: 2025-02-17
Size
: 1kb
Publisher
:
blanvill
[
Other
]
Cargobin-packingproblem.jsp
DL : 0
首先,打开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 zhuangxiang.m, simply type in the command window zhuangxiang, press the Enter key, according to prompts can be solved by greedy algorithm cargo bin-packing problem, in order to achieve the optimal solution.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
姚国标
[
Mathimatics-Numerical algorithms
]
Codes(multiple-Bin-Packing)
DL : 0
利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
Update
: 2025-02-17
Size
: 163kb
Publisher
:
chenshijun
[
simulation modeling
]
3D-Bin-Packing-master
DL : 0
bin packing 3d freecad看效果 装箱(bin packing 3d freecad)
Update
: 2025-02-17
Size
: 14kb
Publisher
:
weighted
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.