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

搜索资源列表

  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. GATSPackingWindow

    2下载:
  2. 基于遗传和禁忌搜索的二维装箱算法研究,c#实现-Dimensional Packing genetic and tabu search algorithm, c# implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:231393
    • 提供者:stefan
  1. Packing-problem

    0下载:
  2. 这是一个装箱模型的程序,设有许多具有不同负荷的箱子 B1,B2,… ,其数量足够达到目的之用。-Packing problem
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-11-17
    • 文件大小:36212
    • 提供者:huang
  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. documentation

    0下载:
  2. 医药视觉检测机器人的安瓿外观质量检测软件说明书。。软件系统可实现对安瓿瓶的封口异常、黑头、 外碳化等外形常规检测,避免装箱后外观异常而破损以及运输过程中由于震荡 导致黑头、外碳化掉入药液成为不溶性杂质等异常产品流入市场,该系统能解 决产品因封口异常引起杂质污染等潜在安全隐患。 -Pharmaceutical visual inspection robot the ampoule appearance quality detection software manual. . Softw
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:1122911
    • 提供者:Jeffrey Fang
  1. contanier

    0下载:
  2. 一款集装箱装箱计算的源代码,很专业的代码,很实用-A container the packing calculation of the source code, very professional code, it is practical
  3. 所属分类:Energy industry

    • 发布日期:2017-11-10
    • 文件大小:174321
    • 提供者:刘刚
  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. 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. BinPackingProblem

    0下载:
  2. 装箱问题,物流中的经典问题,求解方法是经典的启发式方法-Packing problem, the classic logistics problem solving method is the classic heuristics
  3. 所属分类:transportation applications

    • 发布日期:2017-04-11
    • 文件大小:564
    • 提供者:/wu
  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
    • 文件大小:192429
    • 提供者:罗费
  1. Chap02

    0下载:
  2. 包括 类与接口,装箱和拆箱,数值类型转换等各类实例。-Examples include various types of classes and interfaces, packing and unpacking, numeric type conversion.
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:264826
    • 提供者:杨国超
  1. Clouddatalayout

    0下载:
  2. 使用遗传算法解决装箱问题,网上其他地方找不到-The use of genetic algorithms to solve packing problems can not be found elsewhere online
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:63740
    • 提供者:纳兹
  1. IMEI_Print

    1下载:
  2. 调用bartender贴纸打印软件的模板来实现装箱打印的Delphi源码-请输入您要翻译的文字内容或网页地址,回车即可翻译 调用bartender贴纸打印软件的模板来实现装箱打印的Delphi源码调用bartender贴纸打印软件的模板来实现装箱打印的Delphi源码 ON划词翻译ON实时翻译调用bartender贴纸打印软件的模板来实现装箱打印的Delphi源码 Call the bartender label printing software templates for
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-23
    • 文件大小:7504976
    • 提供者:lipuran
  1. zhuangxiang

    0下载:
  2. 利用遗传算法解决一维装箱问题,包含了数据初始合理化,交叉变异的过程-The use of genetic algorithms to solve the one-dimensional packing problems, including the initial data rationalization, crossover and mutation process
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:路风
  1. PART-QUOTE

    0下载:
  2. 零件报价 装箱尺寸 公英制傻瓜算报价助手 免费软件-PART QUOTE
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5374293
    • 提供者:nl
« 1 2 3 4 56 »
搜珍网 www.dssz.com