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

搜索资源列表

  1. Codes(multiple-Bin-Packing)

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

    • 发布日期:2013-12-03
    • 文件大小:162.65kb
    • 提供者: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
    • 文件大小:10.5kb
    • 提供者:ljb
  1. 4block

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

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者: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
    • 文件大小:2.8kb
    • 提供者:binbin
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用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 differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:156.75kb
    • 提供者:mark
  1. 21276

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

    • 发布日期:2017-04-08
    • 文件大小:67.6kb
    • 提供者: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
    • 文件大小:5.76kb
    • 提供者:廖志
  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
    • 文件大小:142.99kb
    • 提供者:吴贵洪
  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
    • 文件大小:78.87kb
    • 提供者: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
    • 文件大小:2.46kb
    • 提供者:高利府
  1. Bin-Packing

    0下载:
  2. sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:86.16kb
    • 提供者:as ab
  1. bpff

    0下载:
  2. sur le probleme de bin- packing FF, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.strategie first fit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1017byte
    • 提供者:as ab
  1. main

    0下载:
  2. sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.46kb
    • 提供者:as ab
  1. bin-packing-matlab

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

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

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

    • 发布日期:2017-05-03
    • 文件大小:1.04mb
    • 提供者:rodrigo
  1. binpacking-1.0

    0下载:
  2. 装箱算法,用于研究,经典的NF、FF等算法都给出了较详细的实现-For the study, the classical bin packing algorithm, NF, FF and other algorithms are presented in detail
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:187.92kb
    • 提供者:罗费
  1. Delphi-Bin-Packing

    0下载:
  2. Delphi Bin packing Source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:178.85kb
    • 提供者:ecoder
  1. BinPacking

    0下载:
  2. Delphi bin packing algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:178.77kb
    • 提供者:ecoder
  1. ypap105-bin-packing-problem

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

    • 发布日期:2017-12-24
    • 文件大小:17kb
    • 提供者:Aziziz
  1. 3D-Bin-Packing-master

    0下载:
  2. bin packing 3d freecad看效果 装箱(bin packing 3d freecad)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-24
    • 文件大小:14kb
    • 提供者:weighted
« 12 »
搜珍网 www.dssz.com