Welcome![Sign In][Sign Up]
Location:
Search - packing

Search list

[Other resourcepacking

Description: 2维装箱问题实现, 作成了一个函数形式。-two-dimensional packing problems realization has become a function for form.
Platform: | Size: 2073 | Author: 郭敏 | Hits:

[Windows DevelopMMSPACK

Description: 彩信打包程序.rar-MMS packing procedures. Rar
Platform: | Size: 562176 | Author: 春风生 | Hits:

[ERP-EIP-OA-Portalpacking

Description: 2维装箱问题实现, 作成了一个函数形式。-two-dimensional packing problems realization has become a function for form.
Platform: | Size: 2048 | Author: 郭敏 | Hits:

[Otherex3

Description: 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?贪心-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber are of a long L, but the radius is different from the first i set the root radius of timber ri. Asked how the packing, making maximum utilization of container space? Greedy
Platform: | Size: 51200 | Author: 斓枫 | Hits:

[Data structstanxinfazhuangxiang

Description: 数据结构中的贪心法装箱问题,结果给出装箱的办法和每个箱的容量。-Data structure in the bin-packing problem greedy method, the result is given packing methods and the capacity of each box.
Platform: | Size: 166912 | Author: yellowdoo | Hits:

[Othertanxisuanfa_huochuanzhuangxiang

Description: vb环境,下用贪心算法编的货船装箱问题。-vb environment, under the greedy algorithm made use of the cargo bin-packing problem.
Platform: | Size: 2048 | Author: QinJun | Hits:

[Special EffectsShadow

Description: 小图片拼接的另一个算法。也可以看作是二维装箱问题。游戏制作中往往有很多小图片需要调用,一个个地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.
Platform: | Size: 39936 | Author: zjuxia | Hits:

[MPIbox

Description: 经典的一维装箱问题(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.
Platform: | Size: 3072 | Author: chj | Hits:

[Software Engineeringsuanfafenxiyusheji

Description: 算法分析与设计课程设计基于贪心法的装箱问题设计报告-Algorithm Analysis and Design of curriculum design based on the greedy method of bin-packing problem design report
Platform: | Size: 17408 | Author: lessi | Hits:

[Software Engineeringtanxinxiang

Description: 算法分析与设计课程设计基于贪心法的装箱问题设计报告-Algorithm Analysis and Design of curriculum design based on the greedy method of bin-packing problem design report
Platform: | Size: 17408 | Author: lessi | Hits:

[CSharpBoxUp

Description: 装箱问题的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
Platform: | Size: 258048 | Author: dingwei | Hits:

[Graph program256bmptool

Description: bmp图片打包工具 生成相应bin等文件-bmp picture to generate the corresponding bin packing tools and other documents
Platform: | Size: 3901440 | Author: 张雨田 | Hits:

[Algorithm4block

Description: 2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
Platform: | Size: 1024 | Author: renjd | Hits:

[OtherDROPPINGMETHOD

Description: In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors determining the efficiency of algorithms. SEQP AIR is one of the most sophisticated encoding sheme, which has been considered to have a small solution space
Platform: | Size: 280576 | Author: aditi2000 | Hits:

[Windows DevelopENCODINGMETHOD

Description: The sequence-pair was proposed to represent a rectangle packing and a placement, and is used to place modules automatically in VLSI layout design. Several decoding methods of sequence-pair were proposed. However, encoding methods are not found except the original one called “gridding”.
Platform: | Size: 101376 | Author: aditi2000 | Hits:

[Windows Developbin

Description: 在装箱问题中,有若干个容量为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)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。
Platform: | Size: 1024 | Author: 林建 | Hits:

[AI-NN-PRPacking

Description: 圆形 packing 问题的拟物拟人算法vc++实现 -vc++ source of packing
Platform: | Size: 5808128 | Author: 梅海峰 | Hits:

[Special Effectspacking

Description: Rectangle Packing NP难问题求解,二维装箱问题代码-Rectangle Packing
Platform: | Size: 2048 | Author: 陈兆 | Hits:

[Mathimatics-Numerical algorithmsCodes(multiple-Bin-Packing)

Description: 利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
Platform: | Size: 166912 | Author: chenshijun | Hits:

[simulation modeling3D-Bin-Packing-master

Description: bin packing 3d freecad看效果 装箱(bin packing 3d freecad)
Platform: | Size: 14336 | Author: weighted | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net