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

搜索资源列表

  1. Codes(multiple-Bin-Packing)

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

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

    0下载:
  2. 一种求解带性能约束的圆形布局问题的C语言源代码-With performance constraints for solving the problem of circular layout of C language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6467
    • 提供者:黄振东
  1. PACKING

    0下载:
  2. 利用Fortran90快速求解整数规划问题-Using Fortran90 fast solution of the integer programming problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:629
    • 提供者:松哥
  1. Packing

    0下载:
  2. 圆形 packing 问题的拟物拟人算法vc++实现 -vc++ source of packing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5807904
    • 提供者:梅海峰
  1. RectGreedy

    1下载:
  2. RSPP-矩形Packing算法的贪心算法求解-RSPP-Rectangle Packing Algorithm greedy algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1985
    • 提供者:苏志龙
  1. packing-problem

    0下载:
  2. 這是一個裝箱問題的簡單實現,程序可以正確運行-This is a simple implementation of packing problem, the program correctly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:586
    • 提供者:小韩
  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
    • 文件大小:88226
    • 提供者:as ab
  1. bin-packing-matlab

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

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

    1下载:
  2. 通过C语言实现解决rectangular packing problem,遗传算法的使用使程序的效率较高-Use C-Language to solve rectangular packing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:53062
    • 提供者:陈志林
  1. fibonacci-Packing

    0下载:
  2. 斐波那契装箱问题:给出以连续的前N个斐波那契数为边长的正方形,需要把他们装在一个长方形中,不允许有任何空隙,然后输出矩形的大小和每个正方形的左上角坐标,任意一个即可-Fibonacci packing problem: given a continuous first N Fibonacci side length of the square, they need to be installed in a rectangle, not allowed to have any gaps, then
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:233419
    • 提供者:junshow
  1. Delphi-Bin-Packing

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

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

    0下载:
  2. 模拟packing。可以与PFC3D结果进行对比-Analog packing. The results were compared with PFC3D
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5085
    • 提供者:SUN YUKUN
  1. 3D-Bin-Packing-master

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

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