Welcome![Sign In][Sign Up]
Location:
Search - ship load

Search list

[Otherwindforceonvessel

Description: 船舶荷载计算程序,可用于码头设计中船舶荷载的计算。-Ship load calculation procedures, can be used for ship loading terminal design calculations.
Platform: | Size: 21504 | Author: water field | Hits:

[Algorithmgopassriver

Description: 题目:设有n个传教士和m个野人来到河边,打算乘一只船从右岸到左岸去。该船的负载能力为两人。在任何时候,如果野人人数超过传教士人数,野人就会把传教士吃掉。他们怎样才能用这条船安全的把所有人都渡过河去? 输入m,n的数值,程序将返回操作过程-Title: with n and m of the missionaries came to a savage river, intended to take a boat to go from the right bank to the left bank. The ship s load capacity for two. At any time, if the Savage more than the number of missionaries, the missionaries will be eaten Savage. How can they use the ship to safety all through the river go? Input m, n values, the program will return to operation
Platform: | Size: 3072 | Author: 南智敏 | Hits:

[AI-NN-PRchuanbosvm

Description: 船舶电力负荷预测的matlab程序,预测效果比较好,应用的数据可靠。-Ship power load forecasting matlab procedures, the effect of prediction is better, the application of reliable data.
Platform: | Size: 115712 | Author: betty20006 | Hits:

[Other06

Description: 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量 输出:最大载重量 例如: 输入: 5 10 7 2 6 5 4 输出: 10-Optimal loading program Results: 0/discount: 0.8 Try to design a queue-type branch and bound by law search a subset of function space tree. The function of the parameters to determine the feasibility of including the node function and the upper bound of the necessary functions, such as function, this function will be loaded for the solution of the problem. Loading problem described as follows: a group of n containers were loaded on ships to load ships for the c, of which the weight of the container i was wi. A program to find the optimal load, the ship filled with as much as possible, that is unrestricted in the loading volume of cases, as far as possible, re-fitted shipping container. Input: the first line there are two positive integers n and c. n is the number of containers, c is the ship s deadweight 1 the next line in a positive integer n, that the weight of the container Output: the maximum load For example: Input: 5 10 72,654 Output: 10
Platform: | Size: 958464 | Author: cj | Hits:

[Algorithm01beibao

Description: 有一批集装箱要装上一艘载重量为c的轮船.其中集装箱i的重量为Wi.最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船-A group of containers to be loaded onto a ship load of c. In which the weight of the container i is Wi. Loading problem requires to determine the optimal load size without restrictions, as many of the containers loaded onto ships
Platform: | Size: 1024 | Author: xiaolu | Hits:

[MPIw

Description: 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subset of the space tree function. The function of the parameters include the node to determine the feasibility of function and the upper bound of the function and other necessary functions, and this function is used to load solution of the problem. Loading Problem described as follows: there is a group of n containers loaded onto ships to load ships for the c, in which the weight of the container i is wi. Find an optimal load programs, filled with ships as far as possible, that the volume loading unrestricted case, as far as possible re-loaded onto the container ship.
Platform: | Size: 1024 | Author: 力困衰怠竭 | Hits:

[Algorithmoptimal_solutions_loading_problem

Description: 有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 problems require to determine the optimal load size without restrictions, as many of the containers loaded onto ships, and to find a loaded program
Platform: | Size: 101376 | Author: | Hits:

[Linux-Unixsuanfa

Description: 包括4个算法问题: 1、船的最大载重 2、动态规划货郎但问题 3、符号三角形 4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matrix multiplication problem
Platform: | Size: 3072 | Author: mao | Hits:

[Othermaxloading

Description: 有两艘船,n 个货箱。第一艘船的载重量是c1,第二艘船的载重量是c2,wi 是货箱i 的重量,且 w 1+w2+……+wn≤c1+c2。 我们希望确定是否有一种可将所有n 个货箱全部装船的方法。若有的话,找出该方法 采用分支法求解-Two vessels, n a cargo box. The first ship load is c1, the second ship of the load is c2, wi is the weight of containers i and w 1+ w2+ ... ...+ wn ≤ c1+ c2. We hope to determine whether there is a can of all n-way shipping containers full. If so, find out the method
Platform: | Size: 201728 | Author: jory | Hits:

[Algorithm22

Description: 装载问题 问题描述与实验目的 有n个集装箱要装上2艘载重量分别为c1和c2的轮船,其中第i个集装箱的重量为wi,要求确定是否有一个合理的装载方案可将这个集装箱装上这2艘轮船。如果有,找出一种装载方案。 注意,在满足 的条件下才可能将这个集装箱装上这2艘轮船。 输入样例 3 10 40 40 50 50 3 20 40 40 50 50 输出样例 Case 1 50 110 Case 2 No -Loading Problem Description and purpose of the experiment N containers are loaded on two to load c1 and c2, respectively, for the ship, which i-weight containers wi, required to determine whether there is a reasonable solution can be loaded the container loaded on the two ships. If so, find a loaded program. Note that the conditions are met before the container could be loaded on the two ships. Input sample 3 104,040 50 50 3 204,040 50 50 Sample Output Case 1 50 110 Case 2 No
Platform: | Size: 878592 | Author: wscnwps | Hits:

[Otherforecastingchaosanalysis

Description: power load of Ship forecasting based on chaos time series analysis method
Platform: | Size: 46080 | Author: | Hits:

[Shot Gameship

Description: 用TC编写,实现坦克大战小游戏,其中用到了NEO,来载入高清图像,以及加入了鼠标功能-Writing with TC, to achieve Battle City game, which uses a NEO, high-definition images to load, and adding the functionality of a mouse
Platform: | Size: 1415168 | Author: dino | Hits:

[Data structsload

Description: 有n个集装箱要装上2艘载重量分别为c1和c2的轮船,其中第i个集装箱的重量为wi,要求确定是否有一个合理的装载方案可将这个集装箱装上这2艘轮船。如果有,找出一种装载方案。 注意,在满足 的条件下才可能将这个集装箱装上这2艘轮船。 -There are n containers to be loaded on two load c1 and c2, respectively ships, of which the i-th weight of the container for the wi, required to determine whether there is a reasonable solution can be loaded on the container that two ships loaded. If so, find a loaded program. Note, only to meet the conditions may be installed on the container ship that 2.
Platform: | Size: 888832 | Author: 张西 | Hits:

[Otherzuiyouzhuangzaizhizhongliangzuida

Description: 最优装载之回溯法 有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 optimal loading problem asked to identify the loading volume unrestricted, the possible number of containers loaded on ships, and to find a load
Platform: | Size: 1024 | Author: 杨慧 | Hits:

[Otherchuan

Description: 船舶电力推进仿真系统的设计与实现,提供了各方面的仿真模型,有发电机和推进系统还有负载-Ship electric propulsion simulation system design and implementation, and provide all aspects of the simulation model, generators and propulsion systems, as well as load
Platform: | Size: 424960 | Author: 张浩 | Hits:

[transportation applicationsMid-ship-optimization

Description: 遗传算法优化船舶中剖面构件尺寸,matlab编程,先加载X文件-Ships in genetic algorithm optimization section scantlings, matlab programming, first load X files
Platform: | Size: 2048 | Author: zhiyuli | Hits:

[Windows DevelopBox-optimal-allocation-problem

Description: 箱子最优分配——有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 determine the optimal loading problem in the case of unrestricted loading volume, as many containers loaded on ships, and to find a loading program input
Platform: | Size: 2048 | Author: 马乾坤 | Hits:

[Otherpropeller

Description: 船舶电力推进螺旋桨数学模型,采用切比雪夫多项式拟合,可以作为电力推进系统的负载使用。-Ship electric propulsion propeller mathematical model. By using Chebyshev polynomial fitting, as electric propulsion system load.
Platform: | Size: 13312 | Author: purongjie | Hits:

[AlgorithmANN-based-DSATCOM-Control-for-an-Electric-Ship-Po

Description: The power system of an all-electric navy ship has an integrated network, where the propulsion load, the distribution loads, sensor and other emergency loads and pulse loads (rail guns, aircraft launchers etc.) – all are part of the same electrical network. Among the loads, the effects of pulsed loads are most detrimental for the power quality of ship power distribution system as the pulsed loads require a very high amount of power for a very short period of time . In order to improve the survivability of a navy ship in battle condition, DSTATCOM or Distribution Static Compensator can be used, which reduces the impact of pulsed loads on the bus voltage and thus keeps the bus voltage at desired level.
Platform: | Size: 90112 | Author: Murtadha | Hits:

[matlabqiangdu

Description: 本例程封装了船舶强度中载荷分布的例程,导入质量分布和浸水面积Excel表格,就可以直接得到浮心坐标,剪力弯矩分布。-This routine is a routine package load distribution in the strength of the ship, and introduced into the mass distribution wetted area Excel spreadsheet, you can directly obtain the coordinates of the center of buoyancy, the shear moment distribution.
Platform: | Size: 1024 | Author: dguayfuyasdfag | Hits:

CodeBus www.codebus.net