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

搜索资源列表

  1. fulltext

    0下载:
  2. A New Heuristic Algorithm for the 3D Bin Packing Problem
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:180707
    • 提供者:cristi
  1. Codes(multiple-Bin-Packing)

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

    • 发布日期:2013-12-03
    • 文件大小:166557
    • 提供者:chenshijun
  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. 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. 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. BreakGcc

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:824
    • 提供者:blanvill
  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. bin-packing-matlab

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

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

    0下载:
  2. 用C++编写的用于解决Bin Packing Problem,效率高,可靠性好-With C++ prepared for the settlement Bin Packing Problem, high efficiency, good reliability
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:8233566
    • 提供者:晓天
  1. Bin-Packing

    0下载:
  2. 解决Bin Packing Problem的初级程序,适合初学者学习并进行修改-Bin Packing Problem solving junior program, suitable for beginners to learn and modify
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:95090
    • 提供者:焦典
  1. Bin-Packing-Problem-using-GA--PSO--FA--and-IWO.zi

    0下载:
  2. Bin Packing Problem using GA, PSO, FA, and IWO
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:18028
    • 提供者:Mustafa
  1. ypap105-bin-packing-problem

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

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

    8下载:
  2. 使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)
  3. 所属分类:其他

    • 发布日期:2019-05-14
    • 文件大小:18432
    • 提供者:jyl12369
« 12 »
搜珍网 www.dssz.com