文件名称:Minimum-backpack
介绍说明--下载内容均来自于网络,请自行研究使用
假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。
目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。-Suppose there are many box, each box can be saved on the total weight of 1.0. N items I1, I2, ..., IN, the weight of them are w1, w2, ..., Wn. The purpose is to put all the items, any weight of the box can not exceed his capacity as few boxes as possible.
目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。-Suppose there are many box, each box can be saved on the total weight of 1.0. N items I1, I2, ..., IN, the weight of them are w1, w2, ..., Wn. The purpose is to put all the items, any weight of the box can not exceed his capacity as few boxes as possible.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MinBagProblem1.cpp
MinBagProblem1.h
MinBagProblemTest1.cpp
out1.txt
in.txt