文件名称:01
介绍说明--下载内容均来自于网络,请自行研究使用
c++利用回溯法来实现01背包问题
阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值; 决策是:第N件物品放或者不放; -c++ using backtracking to achieve the 01 knapsack problem
Stage: the first N items, select the number of items into the backpack status is: the first N items, select the number of items into the remaining space in the backpack for the W available to the greatest value Decision-making is: The first N items put or hold
阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值; 决策是:第N件物品放或者不放; -c++ using backtracking to achieve the 01 knapsack problem
Stage: the first N items, select the number of items into the backpack status is: the first N items, select the number of items into the remaining space in the backpack for the W available to the greatest value Decision-making is: The first N items put or hold
(系统自动生成,下载前可以参看下载内容)
下载文件列表
01\01背包.dsp
..\01背包.dsw
..\01背包.ncb
..\01背包.opt
..\01背包.plg
..\01背包(回溯法).cpp
..\Debug\01背包.exe
..\.....\01背包.ilk
..\.....\01背包.pch
..\.....\01背包.pdb
..\.....\01背包(回溯法).obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\Debug
01
..\01背包.dsw
..\01背包.ncb
..\01背包.opt
..\01背包.plg
..\01背包(回溯法).cpp
..\Debug\01背包.exe
..\.....\01背包.ilk
..\.....\01背包.pch
..\.....\01背包.pdb
..\.....\01背包(回溯法).obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\Debug
01