CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 装箱问题

搜索资源列表

  1. PPD

    2下载:
  2. 利用FFD算法对装箱问题进行编程实现,采用的是最低水平线优先方法-Packing using FFD algorithm programming problems, using the preferred method is the lowest level
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3337
    • 提供者:
  1. packing

    4下载:
  2. Rectangle Packing NP难问题求解,二维装箱问题代码-Rectangle Packing
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:陈兆
  1. FFD

    0下载:
  2. function [s,y,SUM]=FFD(a,b) 装箱问题的首次降序算法-a besr way to solve the question
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12222
    • 提供者:TONY
  1. bingreedy

    1下载:
  2. 此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。-This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.
  3. 所属分类:Algorithm

    • 发布日期:2014-11-21
    • 文件大小:1508
    • 提供者:碧天
  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. Translationpackingproblem

    1下载:
  2. 二叉搜索树中的装箱问题Binary search tr-Binary search tree packing problem Binary search tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9542
    • 提供者:xzc
  1. box_problem

    0下载:
  2. 完整实现装箱子问题,并利用vs2005建立控制台完整演示工程。算法描述: 1.给定单个箱子的容量 2.输入需要装入箱子的物品个数 3.分别输入待装入箱子的物品的容量 4.结果输出:将所有物品装箱子的最佳方案 -Complete implementation of the loading box problem and establish a console full advantage of vs2005 demo project. Algorithm descr iptio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:428338
    • 提供者:smallking
  1. Approximate1

    0下载:
  2. 近似算法;最优适宜装箱问题的实现,用C++语言编写-Approximation algorithm optimal implementation of appropriate packing problem, using C++ language
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:530
    • 提供者:康遵强
  1. assemble

    0下载:
  2. 装箱问题是大家经常碰到的问题,也有很多解决方法,这里使用近似算法解决。-Packing problem is that we often encounter the problem, there are many solutions, approximation algorithm is used here to solve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:644
    • 提供者:yuyangyang
  1. PPD

    3下载:
  2. 通用的遗传算法,可实现以下问题:(a)设计出n种不同尺寸货品的排放方法,使得集装箱的空间利用率最高;(b)给出一批货物所需的最少集装箱数量。请给出在附件一对应具体问题下的最优排放及空间利用率。 -General genetic algorithm, can achieve the following questions: (a) design of size n different methods of emission goods, allowing maximum utilization
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-19
    • 文件大小:22528
    • 提供者:zhenzhi
  1. c4

    0下载:
  2. 装箱问题 问题描述:装箱问题可简述如下:设有编号为0、1、…、n-1的n种物品,体积分别为v0、v1、…、vn-1。将这n种物品装到容量都为V的若干箱子里。约定这n种物品的体积均不超过V,即对于0≤i<n,有0<vi≤V。不同的装箱方案所需要的箱子数目可能不同。装箱问题要求使装尽这n种物品的箱子数要少-Packing problem Problem Descr iption: Packing problem can be summarized as follows: with numbe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1538
    • 提供者:明达
  1. bin-packing-matlab

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

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

    0下载:
  2. 装箱问题的CSHARP程序。即一个箱子的容积和体积有限限,如何利用有限的空间装更多的货物,已通过测试。 -Packing problem CSHARP program. A box of volume and limited volume limit, how to use the limited space to hold more cargo, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:26866
    • 提供者:利益
  1. 20130105

    5下载:
  2. 三维装箱问题的模拟退火法求解方法,有文献,有程序。-Three dimensional packing problem with simulated annealing method for solving method
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:43119
    • 提供者:张晓东
  1. CLQG

    1下载:
  2. 铝合金切割程序。一维装箱问题的实际应用。给定原材料、目标件的尺寸及数量,计算用原材料最少的切割方法。-Aluminum alloy cutting program. The practical application of one-dimensional packing problem. Given the size and quantity of the raw materials, the target member, the calculation of the cutting metho
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:720029
    • 提供者:李龙
  1. adsf

    0下载:
  2. 最简单的一维装箱问题又称为装箱问题(1- BP),其主要 思想是用给定的集装箱装载货物,使集装箱的使用量最小。假 设m 是装运货物的数量;n 是可用箱子数量(或最优解数量的 最大值);pi(i=1,…,m)是货物i 的重量;qj(j=1,…,n)是集装箱j 的 容量;Q 为集装箱平均容量。二元变量xij(i=1,…,m,j=1,…,n),当 货物i 装于集装箱j 时,xij=1;反之xij=0。二元变量yj(j=1,…,n),-The most simple one-dime
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:704750
    • 提供者:wuzhiqiang
  1. best-fit

    0下载:
  2. 一维装箱问题的Best Fit算法伪代码-best fit algorithms of 1D bin packing program
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:684
    • 提供者:joker yu
  1. first-fit

    2下载:
  2. 一维装箱问题的First Fit算法伪代码-First fit algorithm of 1D bin packing program
  3. 所属分类:software engineering

    • 发布日期:2015-03-24
    • 文件大小:1024
    • 提供者:joker yu
  1. zhuangxiang

    0下载:
  2. 用免疫遗传算法解决装箱问题 只考虑体积和质量-With immune genetic algorithm to solve the problem only consider packing volume and mass
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2782
    • 提供者:qiangge
  1. zhuangxiang-(2)

    0下载:
  2. 用免疫遗传算法实现装箱问题(2) 含疫苗选择和注射算子-Immune genetic algorithm with packing problem (2) containing vaccine selection and injection operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3012
    • 提供者:qiangge
« 1 2 34 »
搜珍网 www.dssz.com