搜索资源列表
witness 集装箱码头应用
- witness 软件在集装箱码头运行 的仿真
装载问题
- 装载问题要求确定是否有一个合理的方案可将这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
BinPacking
- 这是最难的一个程序了,算法是运筹学里的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
TestMDLL
- 利用Opengl和VC实现的集装箱浏览 必须先注册名为data的数据源才能使用-use Opengl VC and the container must first visit the registration data from the data source can be use
packing2006code
- 此程序目的用来计算集装箱装量,可以计算出达到最大装量的放置方法,功能已经基本实现,实际可以用于任何方形空间存放方形物体的计算问题,目前只有文字输出结果。 程序利用回溯探索法,算法一般,有水平者可以改进算法。-purpose of the procedure used to calculate container load can be calculated maximum load placed methods, functions
circlecutting
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W an
expr3
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?-problem given a container, its length L, width W and H for high, existing batch of cylindrical wood and each timber are long L,
ex3
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?贪心-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber,
greedy
- 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib
tanxin_1
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber, eac
greedy
- (1).问题描述:集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? (2).程序设计要求: a. 设计一个贪心算法 b. 任给一个输入实例,能输出集装箱的空间利用率 c. 能用图形演示装箱的过程 演示: 输入要测试的文件名,如c17.txt,程序将给出结果
JZXcalc
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。-Container packing problem given a container, and its lengt
source_code
- 集装箱信号识别系统,主要做的是集装箱的号码的图像的处理。-Container signal recognition system, mainly to do is image the number of containers handled.
miscontainer
- 物流行业,<<集装箱管理系统>> ,适用于港口的大型箱站的集装箱管理,方便查询,报表丰富-The logistics industry,
Box
- 这个作品是我提交项目时做的, 技术基础:数字图像处理,灰度化,二值化,边缘检测,拉普拉斯算子,以及图像分割,分水岭算法 能够自动识别分割集装箱号码-This work is submitted by me to do projects, and technology infrastructure: digital image processing, gray and binarization, edge detection, L
jzxdzxwt
- 集装箱的装载算法设计 实验报告 内附代码-Container loading algorithm design report containing experimental code
add3
- 此函数是三维装箱问题里的一个子函数,他的功能是将一个长方体物品放到一个平面序列后,返回装入后的平面序列和所用的集装箱数目。-This function is three-dimensional packing problem in a Function, and his function is a rectangular items into a flat sequence, after the plane back into the
06
- 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮
container_code_segmentation
- 用于集装箱箱号的自动分割,包括预处理,定位,分割等步骤-segmentation of container code,including steps such as preprocessing,location and segmentation
optimal_solutions_loading_problem
- 有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案-There are n containers to be loaded onto a ship load of c, respectively, of which the first i-weight of the container wi. Loading probl