CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 装箱

搜索资源列表

  1. bin

    0下载:
  2. 在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:618
    • 提供者:林建
  1. BoxUp

    0下载:
  2. 装箱问题的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
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26865
    • 提供者:dingwei
  1. add3

    0下载:
  2. 此函数是三维装箱问题里的一个子函数,他的功能是将一个长方体物品放到一个平面序列后,返回装入后的平面序列和所用的集装箱数目。-This function is three-dimensional packing problem in a Function, and his function is a rectangular items into a flat sequence, after the plane back into the sequence and number of used co
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1422
    • 提供者:刘科峰
  1. zhuangxiang

    2下载:
  2. 自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
  3. 所属分类:Data structs

    • 发布日期:2014-11-19
    • 文件大小:2868
    • 提供者:binbin
  1. PSO_Solving_Multi_Aims

    7下载:
  2. 货物配装问题实质上是背包问题与装箱问题的混合,有着广泛的应用。配装,是指充分利用运输工具(如火车、货车、轮船等,本文主要是指货车) 的载重量和容积,采用先进的装载方法,合理安排货物的装载计划,最大限度地发挥货车容积和承载能力,从而降低配送成本。-Cargo loading problem and knapsack problem is essentially a mixture of bin-packing problem, with a wide range of applications.
  3. 所属分类:matlab

    • 发布日期:2014-09-19
    • 文件大小:5899
    • 提供者:廖志
  1. yiweizhuangxiangwenti

    0下载:
  2. 一维装箱问题 一维程序段 实现 很好的例子-One-dimensional bin-packing problem one-dimensional program segment to achieve a good example of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:885
    • 提供者:王汪
  1. Cargobin-packingproblem.jsp

    1下载:
  2. 首先,打开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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3229
    • 提供者:姚国标
  1. 20070903

    1下载:
  2. 三维装箱问题的组合启发式算法。目前最有效的解决三维装箱问题的方法。-Three-dimensional bin-packing problem a combination of heuristic algorithm. The most effective solution to three-dimensional packing problem.
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:291546
    • 提供者:zm
  1. DynamicPlanning

    0下载:
  2. 详细讲解了动态规划的算法问题,再通过“装箱问题”等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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:146426
    • 提供者:吴贵洪
  1. zdf

    0下载:
  2. 三维装箱问题的混合模拟退火算法,解决np-hard问题的基本思路-Three-dimensional bin-packing problem of the hybrid simulated annealing algorithm, np-hard problem to solve the basic ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:80758
    • 提供者:yang
  1. box_5

    0下载:
  2. 装箱问题解法集,共5个。 问题:有一个箱子容量为v(正整数,o≤v≤20000),同时有n个物品(o≤n≤30),每个物品有一个体积 (正整数)。要求从 n 个物品中,任取若千个装入箱内,使箱子的剩余空间为最小。 -Bin-packing problem solution sets, a total of 5. Q: Is there a box capacity of v (a positive integer, o ≤ v ≤ 20000), at the same time there
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-06-01
    • 文件大小:2519
    • 提供者:高利府
  1. Knap

    0下载:
  2. 矩形条带装箱问题(RSPP)是指将一组矩形装入在一个宽度固定高度不限的矩形容器中,以期 获得最小装箱高度.RSPP理论上属于NP难问题,在新闻组版、布料下料以及金属切割等工业领域中 有着广泛的应用.为解决该问题,采用了一种混合算法,即将一种新的启发式算法—— 动态匹配算 法—— 与遗传算法结合起来.混合算法中,动态匹配算法能根据4类启发式规则动态选择与装填区域相 匹配的下一个待装矩形,同时将装箱后所需容器高度用遗传算法的进化策略进行优化.对2组标准测试 问题的计算结果表明,相
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:477582
    • 提供者:郭事业
  1. jzxzxyh

    0下载:
  2. 进行集装箱装箱空间的优化,可以尽享集装箱装箱过程的困难的解救!-Optimization of packing space for containers, container packing process can be difficult to enjoy the rescue!
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:65047
    • 提供者:rj
  1. 装箱问题

    0下载:
  2. 给定n个货物,求最小的装箱个数,并输出最好的方法(Given n goods, find the minimum number of packing, and output)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3382272
    • 提供者:zzz689
  1. 装箱算法源代码C++

    0下载:
  2. 实现最优的资源分配,可以合理的分配资源,在服务器资源配置分配问题上经常用到该算法。(The optimal resource allocation algorithm is realized.)
  3. 所属分类:移动互联网开发

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:单人寸
  1. Package

    1下载:
  2. 装箱问题,内有说明,应用贪心算法,进行从大到小的分配到包装箱(The packing problem is explained Greedy Algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:34816
    • 提供者:渴望蓝天Sam
  1. 二维矩形条带装箱问题的底部左齐择优匹配算法

    4下载:
  2. 针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest—level left align bestfit,简称LLABF).LLABF算法遵循最佳匹配优先原则,该原则综合考虑完全匹配优先、宽度匹配优先、高度匹配优先、组合宽度匹配优先及可装入优先等启发式规则.与BL(bottom-left),IBL(improved-bottom-left)与BLF(bottom—left-fill)等启发算法不同的是,LLABF能够在矩形装入过程中自动选择与可装区域匹配的下一个待
  3. 所属分类:matlab例程

    • 发布日期:2018-10-26
    • 文件大小:580608
    • 提供者:Mr_WX
  1. 二维装箱论文

    3下载:
  2. 二维装箱文献 二维一刀切装箱问题的两阶段启发式算法_曹大勇 二维装箱问题的非线性优化方法_于洪霞 二维装箱问题的启发式算法研究_刘艳娟 二维装箱问题的启发式算法研究_姚怡 二维装箱问题的一种实现方法_武晓今 二维装箱问题非线性规划模型和算法_于洪霞 基于混合蚂蚁算法的二维装箱问题求解_赵中凯 遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature Two stage heuristic algorithm for two dimen
  3. 所属分类:其他

  1. 三维装箱MATLAB版

    5下载:
  2. 三维装箱程序,MATLAB实现,可以使用,但是没有优化,时间较长(3D packing program, realized by MATLAB, can be used, but it has not been optimized and takes a long time.)
  3. 所属分类:数据结构

    • 发布日期:2019-01-26
    • 文件大小:14336
    • 提供者:tjusky
  1. 三维装箱MATLAB程序

    4下载:
  2. 基于MATLAB20,能够解决常规的三维装箱问题(Solving the conventional three-dimensional packing problem)
  3. 所属分类:Windows编程

    • 发布日期:2019-01-28
    • 文件大小:14336
    • 提供者:龙宇沧海
« 12 3 4 5 6 »
搜珍网 www.dssz.com