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

搜索资源列表

  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 first time, I have to get bigg
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18.46kb
    • 提供者:彭宇
  1. circlecutting

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:林茜
  1. container

    0下载:
  2. 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.39kb
    • 提供者:rblackheart
  1. m

    0下载:
  2. 用C语言判断集装箱的箱好是否是标准箱号,如不是则显示提示
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.89kb
    • 提供者:mabiao
  1. tanxin_1

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.78kb
    • 提供者:战天
  1. 装载问题

    0下载:
  2. 装载问题要求确定是否有一个合理的方案可将这n个集装箱装上这两艘船.有,找出一种方案-loaded question asked to determine whether there is a reasonable proposal will be ready n containers loaded on the vessels. Have to find a program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:姚翊
  1. 73462691miscontainer

    0下载:
  2. 集装箱问题 集装箱问题-Container container problem issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:徐韵白
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:936.23kb
    • 提供者:cj
  1. Row-Baytest

    0下载:
  2. 根据文件中保存的集装箱信息转化到界面上 显示每个断面的每个集装箱的位置,并可以设置每个集装箱的货物量和目的地-According to the file saved in the container information into the interface display each section of each container' s location, and can be set for each container cargo and destination
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-28
    • 文件大小:10.4mb
    • 提供者:涛哥
  1. zhuangzaiwenti

    0下载:
  2. 描述: 有两艘船,载重量分别是c1、 c2,n个集装箱,重量是wi (i=1…n),且所有集装箱的总重量不超过c1+c2。确定是否有可能将所有集装箱全部装入两艘船。 输入: 多个测例,每个测例的输入占两行。第一行一次是c1、c2和n(n<=10);第二行n个整数表示wi (i=1…n)。n等于0标志输入结束。 输出: 对于每个测例在单独的一行内输出Yes或No。 输入样例: 7 8 2 8 7
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:774byte
    • 提供者:yagedao
  1. baoleiwenti

    0下载:
  2. 描述: 有两艘船,载重量分别是c1、 c2,n个集装箱,重量是wi (i=1…n),且所有集装箱的总重量不超过c1+c2。确定是否有可能将所有集装箱全部装入两艘船。 输入: 多个测例,每个测例的输入占两行。第一行一次是c1、c2和n(n<=10);第二行n个整数表示wi (i=1…n)。n等于0标志输入结束。 输出: 对于每个测例在单独的一行内输出Yes或No。 输入样例: 7 8 2 8 7
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:678byte
    • 提供者:yagedao
  1. zuiyouzhuangzaizhizhongliangzuida

    0下载:
  2. 最优装载之回溯法 有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案-The optimal loading of backtracking n containers to be mounted on a load of, respectively, c the ship, the i-th weight of the container for the wi. The op
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:970byte
    • 提供者:杨慧
  1. Loading

    0下载:
  2. 使用贪心法(首先装载最轻的集装箱)实现最优装载算法。-Use the greedy method (first load containers lightest) to achieve optimal loading algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:6.77kb
    • 提供者:Vivian Yo
  1. zhuangzai

    0下载:
  2. 有两艘船,载重量分别是c1、 c2,n个集装箱,重量是wi (i=1…n),且所有集装箱的总重量不超过c1+c2。确定是否有可能将所有集装箱全部装入两艘船,多个测例,每个测例的输入占两行。第一行一次是c1、c2和n(n<=10);第二行n个整数表示wi (i=1…n)。n等于0标志输入结束。-The two boats deadweight are c1, c2, the n containers weight wi (i = 1 ... n), and the total weight
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:4.98kb
    • 提供者:王康
  1. 62

    0下载:
  2. 装载问题 问题描述 有n个集装箱要装上2艘载重量分别为c1和c2的轮船,其中第i个集装箱的重量为wi,要求确定是否有一个合理的装载方案可将这个集装箱装上这2艘轮船。如果有,找出一种装载方案。 注意,在满足 的条件下才可能将这个集装箱装上这2艘轮船。 -Loading problems Problem Descr iption There are n containers to be installed on two deadweight are c
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:296.19kb
    • 提供者:王丽
  1. Box-optimal-allocation-problem

    0下载:
  2. 箱子最优分配——有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案 输入-Box optimal allocation- there are n containers to be loaded on a ship load of c, respectively, where the i-th container weight wi. Required to determ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2.06kb
    • 提供者:马乾坤
  1. UncertainBAPCP_new

    1下载:
  2. 本程序为针对集装箱码头船舶停靠的调度问题所开发的调度算法,算法中首先设计了基于优先级序列的船舶停靠的求解编码和解码,主要运用遗传算法进行解的优化。-This program is scheduling algorithm scheduling problems for ships dock container terminal being developed algorithm is designed based on the first ship docked priority sequenc
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:367.34kb
    • 提供者:许可
  1. 计算机仿真《码头集装箱》

    0下载:
  2. 码头运筹仿真,,TS[I]—拖车状态变量,如上所述,拖车共有四种活动,相应地规定拖车状态变量TS[I],I=1,2,3,…,M,它可以取如下值: TS[I]=1,表示装车活动; TS[I]=2,表示重载运行; TS[I]=3,表示卸车装船; TS[I]=4,表示空车返回。 TT[I]—拖车仿真子时钟,给每辆拖车设置了子时钟,存放当前活动完成时刻,以TT[I]表示,I=1,2,3,…,M。 有了TS[I]和TT[I]这两个数组,就可以对仿真过程组织和调度了。 FT[J] —叉车仿真子时钟,对于N台
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:13kb
    • 提供者:DS20
  1. New ATLAS CMS Solution Brochure_15July2010 (1)

    0下载:
  2. ALTS集装箱堆场管理系统的介绍,主要包括系统管理,堆场堆存管理,以及报表管理等内容。(ATLASTM Container Yard Management System (CMS) is a cutting-edge management system designed to help port and container operators achieve better container assets visibility, accuracy and measurable operating
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:288kb
    • 提供者:zhaobaozhu
搜珍网 www.dssz.com