搜索资源列表
MaxLoading
- 贪心算法解最大装载问题-greedy algorithm largest Loading Problem Solution
MaxLoading
- 贪心算法解最大装载问题-greedy algorithm largest Loading Problem Solution
maxloading
- 有两艘船,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
Backtrack-MaxLoading
- 背包问题的变形,解决背包最大装载问题。希望有所帮助-backpack maxloading
MaxLoading
- 最大装载问题,,采用贪心法实现,希望对大家有所帮助-The maximum loading problem ,, using greedy method to achieve, we hope to help