搜索资源列表
0_1bag
- 程序功能:已知一定容量的背包和一定重量、一定个数的物品,背包容量、物品重量和物品个数可以自己设定,要求向背包中装入物品,使装入的物品恰好为被包的最大容量。若没有这样的物品组合,则输出“No available combination !”。-procedures functions : some capacity known knapsack and a certain weight, a certain number of items
0_1bag
- 0 1背包问题的C++实现代码,比较简单,希望大家可以借鉴。
0_1bag
- 程序功能:已知一定容量的背包和一定重量、一定个数的物品,背包容量、物品重量和物品个数可以自己设定,要求向背包中装入物品,使装入的物品恰好为被包的最大容量。若没有这样的物品组合,则输出“No available combination !”。-procedures functions : some capacity known knapsack and a certain weight, a certain number of items
0_1bag
- 0 1背包问题的C++实现代码,比较简单,希望大家可以借鉴。-0 1 knapsack problem realize the C code is relatively simple, I hope everyone can learn from.
0_1bag
- 这是前段时间写的0_1背包问题,呵呵,欢迎大家来下载-This is written some time ago 0_1 knapsack problem, huh, huh, welcome everyone to download
0_1bag
- 此程序是用回溯法解决01背包问题,可以运行成功,欢迎下载-This program is backtracking to solve 01 knapsack problem, you can run successfully, please download
0_1bag
- 01背包问题,用最简单的算法解决了01背包问题-01bag question