CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Bin packing problem

搜索资源列表

  1. Codes(multiple-Bin-Packing)

    2下载:
  2. 利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-03
    • 文件大小:166557
    • 提供者:chenshijun
  1. zhuangxiangwenti-FFD

    3下载:
  2. 装箱问题的FFD代码,很有用的,大家-FFD bin-packing problem of the code, looking for a long time, we try
  3. 所属分类:matlab例程

    • 发布日期:2012-11-14
    • 文件大小:10754
    • 提供者:ljb
  1. 4block

    0下载:
  2. 2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1512
    • 提供者:renjd
  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. 21276

    0下载:
  2. bin packing problem vb and c# codes exists
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:69220
    • 提供者:cihan
  1. PSO_Solving_Multi_Aims

    8下载:
  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. 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-03-31
    • 文件大小: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. bin-packing-matlab

    5下载:
  2. 是解决装箱问题的程序,已经解决的比较好了。-Procedures to solve the packing problem,Has been resolved better . .
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:36910
    • 提供者:李白
  1. pyShipping

    0下载:
  2. 3d bin packing problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1095467
    • 提供者:rodrigo
  1. bpp-src

    0下载:
  2. Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Dependi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:384802
    • 提供者:amine
  1. ypap105-bin-packing-problem

    0下载:
  2. 对一维数据问题的优化,仅供参考的代码,通过优化使结果更优(The optimization of one dimensional data problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:17408
    • 提供者:图灵
  1. ga_2d_box_packing

    1下载:
  2. bin packing problem in matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:rapoo
  1. ypap105-bin-packing-problem

    0下载:
  2. matlab code for bin packed problem
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:17408
    • 提供者:Aziziz
  1. ga

    1下载:
  2. 这是一个可以完成装箱问题的遗传算法,很容易移植到各个地方。(This is a genetic algorithm that can complete the bin packing problem. It is easy to transplant to various places.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-18
    • 文件大小:3072
    • 提供者:lyb番茄
搜珍网 www.dssz.com