搜索资源列表
bingreedy
- 此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。-This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.
GaBin
- 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
01beibao
- 有一批集装箱要装上一艘载重量为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 restric
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 problems require to determine the o
kmeans
- 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
22
- 装载问题 问题描述与实验目的 有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 D
jianyi-jisuanqi
- 用Java编写的容器上的简易计算器,包含加法和减法并可以清零。-Jmichelle on the container of simple calculator, including addition and subtraction and can reset.
zoonghejiejzhonggao
- matlab计算码头堆场集装箱的操作,集卡,场桥,岸桥-matlab container
1
- 要求正方体、球、圆柱的表面积,可以抽象出一个公共的基类Container为抽象类,在其中定义一个公共的数据成员radius(此数据可以作为正方形的边长、球的半径、圆柱体底面圆半径),以及求表面积的纯虚函数area()。由此抽象类派生出要描述的三个类,利用基类指针和虚函数,分别计算三种图形的表面积。-Requirements of the surface area of 挠甀戀攀, sphere, cylinder, you can abstract out a common base class
optimize
- 集装箱优化:集装箱外部尺寸长40米,宽20米,能够存放长方形、正方形、三角形等不同形状的货物,要求装入两种或两种以上不同形状的货物,使集装箱所剩的空间越小越好。-Container Optimization: Container External dimensions 40 meters long, 20 meters wide, can be stored in rectangular, square, triangular, etc. different shapes of goods, r
exp5
- 学生管理系统采用线性链表结构完成,链表直接使用C++标准 模板库STL中的list来完成。关于排序,直接调用list 容器的sort方法完成-Student management system using a linear chain structure complete list directly using C++ Standard Template Library STL in the list to complete. About sort, directly call the sort
Matrix_multiply_convert
- 利用C++中的VECTOR容器编写的矩阵乘法,不限矩阵大小,可以从文件中导入矩阵,也可将得到的矩阵从文件中输出-VECTOR container use C++ written in matrix multiplication, matrix size limitation can be imported from a file matrix, the matrix can also be obtained from the document output
a星寻路容器实现
- 实现智能寻路的快速寻找,能够在比较大和复杂的地图中找到一条最短路径,使用容器进行压寨(Realize the quick search of intelligent route finding and use container to suppress the village.)
