搜索资源列表

  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 h
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:160768
    • 提供者:mark
  1. 21276

    0下载:
  2. bin packing problem vb and c# codes exists
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:69632
    • 提供者:cihan
  1. PSO_Solving_Multi_Aims

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

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:廖志
  1. RectanglePacker

    0下载:
  2. To quickly discover these locations, the packer uses a sophisticated 41 /// data structure that stores the upper silhouette of the packing area. When 42 /// a new rectangle needs to be added, only the silouette ed
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:22528
    • 提供者:shaky
  1. yiweizhuangxiangwenti

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王汪
  1. fulltext

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

    • 发布日期:2024-05-16
    • 文件大小:180224
    • 提供者:cristi
  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.or
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:blanvill
  1. Cargobin-packingproblem.jsp

    0下载:
  2. 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB curr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:姚国标
  1. 20070903

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

    • 发布日期:2024-05-16
    • 文件大小:291840
    • 提供者: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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:146432
    • 提供者:吴贵洪
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:80896
    • 提供者:yang
  1. 2d3dkp

    0下载:
  2. 3d bin packing loader pack packaging cago loaging container load
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:82944
    • 提供者:bora
  1. BinPacking

    0下载:
  2. Bin packing algorithms implementation in java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:16026624
    • 提供者:SALONI
  1. Knap

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

    • 发布日期:2024-05-16
    • 文件大小:477184
    • 提供者:郭事业
  1. General_three_dimensional_Bin_packing_Problems.ra

    0下载:
  2. General three-dimensional Bin-packing Problems
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:151552
    • 提供者:shimomo
  1. packing

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

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:黄振东
  1. PACKING

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:松哥
  1. PackingTool

    0下载:
  2. packing tool(mo xiang de bang shou)-packing tool
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:105472
    • 提供者:foonjiasheng
  1. TSpack.tar

    0下载:
  2. stribution package of TSpack code.. for study packing bin problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:FD
  1. RectGreedy

    0下载:
  2. RSPP-矩形Packing算法的贪心算法求解-RSPP-Rectangle Packing Algorithm greedy algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:苏志龙
« 1 23 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org