Description: This procedure using MFC in a knapsack problem greedy method, dynamic programming method, brute force method, branch visualization limits of the law
File list (Check if you may need any files):
背包问题
........\new01背包问题.exe
........\分支.txt
........\动态规划.txt
........\源文件
........\......\Debug
........\......\.....\new01背包问题.exe
........\......\.....\new01背包问题.ilk
........\......\.....\new01背包问题.obj
........\......\.....\new01背包问题.pch
........\......\.....\new01背包问题.pdb
........\......\.....\new01背包问题.res
........\......\.....\new01背包问题Dlg.obj
........\......\.....\shockwaveflash.obj
........\......\.....\StdAfx.obj
........\......\.....\vc60.idb
........\......\.....\vc60.pdb
........\......\new01背包问题.aps
........\......\new01背包问题.clw
........\......\new01背包问题.cpp
........\......\new01背包问题.dsp
........\......\new01背包问题.dsw
........\......\new01背包问题.h
........\......\new01背包问题.ncb
........\......\new01背包问题.opt
........\......\new01背包问题.plg
........\......\new01背包问题.rc
........\......\new01背包问题Dlg.cpp
........\......\new01背包问题Dlg.h
........\......\Queue.h
........\......\ReadMe.txt
........\......\res
........\......\...\new01背包问题.rc2
........\......\resource.h
........\......\shockwaveflash.cpp
........\......\shockwaveflash.h
........\......\SStruct.cpp
........\......\SStruct.h
........\......\StdAfx.cpp
........\......\StdAfx.h
........\......\业务.swf
........\蛮力法.txt
........\贪心法.txt