搜索资源列表

  1. BinPacking

    0下载:
  2. 这是最难的一个程序了,算法是运筹学里的branch band的集装箱问题的最优动态规划解法,当年我的头都大了才实现的,绝得数学加实践的程序-this is the most difficult of a process, the algorithm is tacticians band's branch of the container optimal dynamic programming solution, for the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:291840
    • 提供者:彭宇
  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. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:258048
    • 提供者:dingwei
  1. 73462691miscontainer

    0下载:
  2. 集装箱问题 集装箱问题-Container container problem issues
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1565696
    • 提供者:徐韵白
  1. zhuangxiang

    0下载:
  2. 自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:binbin
  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. 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. 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. box_5

    0下载:
  2. 装箱问题解法集,共5个。 问题:有一个箱子容量为v(正整数,o≤v≤20000),同时有n个物品(o≤n≤30),每个物品有一个体积 (正整数)。要求从 n 个物品中,任取若千个装入箱内,使箱子的剩余空间为最小。 -Bin-packing problem solution sets, a total of 5. Q: Is there a box capacity of v (a positive integer, o ≤ v ≤
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:高利府
  1. Knap

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

    • 发布日期:2024-05-16
    • 文件大小:477184
    • 提供者:郭事业
  1. 装箱算法源代码C++

    0下载:
  2. 实现最优的资源分配,可以合理的分配资源,在服务器资源配置分配问题上经常用到该算法。(The optimal resource allocation algorithm is realized.)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:单人寸
  1. Package

    0下载:
  2. 装箱问题,内有说明,应用贪心算法,进行从大到小的分配到包装箱(The packing problem is explained Greedy Algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:渴望蓝天Sam
  1. Untitled

    0下载:
  2. 装箱问题解决的Matlab实现,本来想解决排样问题的,但整理后发现不能解决我遇到的问题,但是还是能够实现这个,程序参考的是《二维矩形条带装箱问题的底部左齐择优匹配算法_蒋兴波》这篇文章的。(Matlab implementation for bin packing problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:命运所指
  1. 二维装箱论文

    0下载:
  2. 二维装箱文献 二维一刀切装箱问题的两阶段启发式算法_曹大勇 二维装箱问题的非线性优化方法_于洪霞 二维装箱问题的启发式算法研究_刘艳娟 二维装箱问题的启发式算法研究_姚怡 二维装箱问题的一种实现方法_武晓今 二维装箱问题非线性规划模型和算法_于洪霞 基于混合蚂蚁算法的二维装箱问题求解_赵中凯 遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature Two stage heu
  3. 所属分类:其他小程序

  1. ypap105-bin-packing-problem

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

    • 发布日期:2024-05-16
    • 文件大小:18432
    • 提供者:jyl12369
  1. BPbox

    0下载:
  2. 2维装箱问题基于遗传算法求解二维装箱问题。。。。(2-D packing problem)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:SunStop
  1. Boxing Problem

    1下载:
  2. 利用遗传算法和模拟退火,解决三维装箱问题,并可图形化展示装箱方案结果(Solving 3-D boxing problem by Genetic Algorithm and Simulated Annealing. In addition, the solution of boxing scheme can be displayed graphically)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:Acceptable
  1. 3维装箱问题

    0下载:
  2. 3维装箱问题的实现。A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result.
  3. 所属分类:源码下载

« 1 23 4 5 »

源码中国 www.ymcn.org