文件名称:knapsack-problem
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.34mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare the efficiency of the method.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
背包问题的四种解法/动态规划法/Debug/背包问题方法三.exe
背包问题的四种解法/动态规划法/Debug/背包问题方法三.ilk
背包问题的四种解法/动态规划法/Debug/背包问题方法三.pdb
背包问题的四种解法/动态规划法/Release/背包问题方法三.exe
背包问题的四种解法/动态规划法/Release/背包问题方法三.pdb
背包问题的四种解法/动态规划法/背包问题方法三/2009011237.cpp
背包问题的四种解法/动态规划法/背包问题方法三/Debug/2009011237.obj
背包问题的四种解法/动态规划法/背包问题方法三/Debug/BuildLog.htm
背包问题的四种解法/动态规划法/背包问题方法三/Debug/mt.dep
背包问题的四种解法/动态规划法/背包问题方法三/Debug/vc90.idb
背包问题的四种解法/动态规划法/背包问题方法三/Debug/vc90.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Debug/背包问题方法三.exe.intermediate.manifest
背包问题的四种解法/动态规划法/背包问题方法三/input.txt
背包问题的四种解法/动态规划法/背包问题方法三/output.txt
背包问题的四种解法/动态规划法/背包问题方法三/Release/2009011237.obj
背包问题的四种解法/动态规划法/背包问题方法三/Release/BuildLog.htm
背包问题的四种解法/动态规划法/背包问题方法三/Release/mt.dep
背包问题的四种解法/动态规划法/背包问题方法三/Release/vc90.idb
背包问题的四种解法/动态规划法/背包问题方法三/Release/vc90.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Release/背包问题方法三.exe.intermediate.manifest
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj.hsn09-PC.hsn09.user
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/动态规划法/背包问题方法三.ncb
背包问题的四种解法/动态规划法/背包问题方法三.sln
背包问题的四种解法/动态规划法/背包问题方法三.suo
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.cpp
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.vcproj
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.vcproj.童凯翔-PC.童凯翔.user
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.embed.manifest
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.embed.manifest.res
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.intermediate.manifest
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.obj
背包问题的四种解法/回溯法/2009011239_p112/Debug/BuildLog.htm
背包问题的四种解法/回溯法/2009011239_p112/Debug/mt.dep
背包问题的四种解法/回溯法/2009011239_p112/Debug/vc90.idb
背包问题的四种解法/回溯法/2009011239_p112/Debug/vc90.pdb
背包问题的四种解法/回溯法/2009011239_p112/input.txt
背包问题的四种解法/回溯法/2009011239_p112/output.txt
背包问题的四种解法/回溯法/2009011239_p112/Release/2009011239_p112.exe.intermediate.manifest
背包问题的四种解法/回溯法/2009011239_p112/Release/2009011239_p112.obj
背包问题的四种解法/回溯法/2009011239_p112/Release/BuildLog.htm
背包问题的四种解法/回溯法/2009011239_p112/Release/mt.dep
背包问题的四种解法/回溯法/2009011239_p112/Release/vc90.idb
背包问题的四种解法/回溯法/2009011239_p112/Release/vc90.pdb
背包问题的四种解法/回溯法/2009011239_p112/~AutoRecover.2009011239_p112.vcproj
背包问题的四种解法/回溯法/2009011239_p112.ncb
背包问题的四种解法/回溯法/2009011239_p112.sln
背包问题的四种解法/回溯法/2009011239_p112.suo
背包问题的四种解法/回溯法/Release/2009011239_p112.exe
背包问题的四种解法/回溯法/Release/2009011239_p112.pdb
背包问题的四种解法/回溯法/Release/input.txt
背包问题的四种解法/回溯法/Release/output.txt
背包问题的四种解法/蛮力法1/Release/背包问题方法二.exe
背包问题的四种解法/蛮力法1/Release/背包问题方法二.pdb
背包问题的四种解法/蛮力法1/背包问题方法二/2009011237.cpp
背包问题的四种解法/蛮力法1/背包问题方法二/input.txt
背包问题的四种解法/蛮力法1/背包问题方法二/output.txt
背包问题的四种解法/蛮力法1/背包问题方法二/Release/2009011237.obj
背包问题的四种解法/蛮力法1/背包问题方法二/Release/BuildLog.htm
背包问题的四种解法/蛮力法1/背包问题方法二/Release/mt.dep
背包问题的四种解法/蛮力法1/背包问题方法二/Release/vc90.idb
背包问题的四种解法/蛮力法1/背包问题方法二/Release/vc90.pdb
背包问题的四种解法/蛮力法1/背包问题方法二/Release/背包问题方法二.exe.intermediate.manifest
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj.hsn09-PC.hsn09.user
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/蛮力法1/背包问题方法二.ncb
背包问题的四种解法/蛮力法1/背包问题方法二.sln
背包问题的四种解法/蛮力法1/背包问题方法二.suo
背包问题的四种解法/蛮力法2/brute_force/brute_force.aps
背包问题的四种解法/蛮力法2/brute_force/brute_force.cpp
背包问题的四种解法/蛮力法2/brute_force/brute_force.rc
背包问题的四种解法/蛮力法2/brute_force/brute_force.vcproj
背包问题的四种解法/蛮力法2/brute_force/brute_force.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/蛮力法2/brute_force/input.txt
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.exe.intermediate.manifest
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.obj
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.res
背包问题的四种解法/蛮力法2/brute_force/Release/BuildLog.htm
背包问题的四种解法/蛮力法2/brute_force/Release/mt.dep
背包问题的四种解法/蛮力法2/brute_force/Release/vc90.idb
背包问题的四种解法/蛮力法2/brute_force/Release/vc90.pdb
背包问题的四种解法/蛮力法2/brute_force/resource.h
背包问题的四种解法/蛮力法2/brute_force.ncb
背包问题的四种解法/蛮力法2/brute_force.sln
背包问题的四种解法/蛮力法2/brute_force.suo
背包问题的四种解法/蛮力法2/Release/brute_force.exe
背包问题的四种解法/蛮力法2/Release/brute_force.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Debug
背包问题的四种解法/动态规划法/背包问题方法三/Release
背包问题的四种解法/回溯法/2009011239_p112/Debug
背包问题的四种解法/回溯法/2009011239_p112/Release
背包问题的四种解法/蛮力法1/背包问题方法二/Release
背包问题的四种解法/蛮力法2/brute_force/Release
背包问题的四种解法/动态规划法/Debug
背包问题的四种解法/动态规划法/Release
背包问题的四种解法/动态规划法/背包问题方法三
背包问题的四种解法/回溯法/2009011239_p112
背包问题的四种解法/回溯法/Release
背包问题的四种解法/蛮力法1/Release
背包问题的四种解法/蛮力法1/背包问题方法二
背包问题的四种解法/蛮力法2/brute_force
背包问题的四种解法/蛮力法2/Release
背包问题的四种解法/动态规划法
背包问题的四种解法/回溯法
背包问题的四种解法/蛮力法1
背包问题的四种解法/蛮力法2
背包问题的四种解法
背包问题的四种解法/动态规划法/Debug/背包问题方法三.ilk
背包问题的四种解法/动态规划法/Debug/背包问题方法三.pdb
背包问题的四种解法/动态规划法/Release/背包问题方法三.exe
背包问题的四种解法/动态规划法/Release/背包问题方法三.pdb
背包问题的四种解法/动态规划法/背包问题方法三/2009011237.cpp
背包问题的四种解法/动态规划法/背包问题方法三/Debug/2009011237.obj
背包问题的四种解法/动态规划法/背包问题方法三/Debug/BuildLog.htm
背包问题的四种解法/动态规划法/背包问题方法三/Debug/mt.dep
背包问题的四种解法/动态规划法/背包问题方法三/Debug/vc90.idb
背包问题的四种解法/动态规划法/背包问题方法三/Debug/vc90.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Debug/背包问题方法三.exe.intermediate.manifest
背包问题的四种解法/动态规划法/背包问题方法三/input.txt
背包问题的四种解法/动态规划法/背包问题方法三/output.txt
背包问题的四种解法/动态规划法/背包问题方法三/Release/2009011237.obj
背包问题的四种解法/动态规划法/背包问题方法三/Release/BuildLog.htm
背包问题的四种解法/动态规划法/背包问题方法三/Release/mt.dep
背包问题的四种解法/动态规划法/背包问题方法三/Release/vc90.idb
背包问题的四种解法/动态规划法/背包问题方法三/Release/vc90.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Release/背包问题方法三.exe.intermediate.manifest
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj.hsn09-PC.hsn09.user
背包问题的四种解法/动态规划法/背包问题方法三/背包问题方法三.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/动态规划法/背包问题方法三.ncb
背包问题的四种解法/动态规划法/背包问题方法三.sln
背包问题的四种解法/动态规划法/背包问题方法三.suo
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.cpp
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.vcproj
背包问题的四种解法/回溯法/2009011239_p112/2009011239_p112.vcproj.童凯翔-PC.童凯翔.user
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.embed.manifest
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.embed.manifest.res
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.exe.intermediate.manifest
背包问题的四种解法/回溯法/2009011239_p112/Debug/2009011239_p112.obj
背包问题的四种解法/回溯法/2009011239_p112/Debug/BuildLog.htm
背包问题的四种解法/回溯法/2009011239_p112/Debug/mt.dep
背包问题的四种解法/回溯法/2009011239_p112/Debug/vc90.idb
背包问题的四种解法/回溯法/2009011239_p112/Debug/vc90.pdb
背包问题的四种解法/回溯法/2009011239_p112/input.txt
背包问题的四种解法/回溯法/2009011239_p112/output.txt
背包问题的四种解法/回溯法/2009011239_p112/Release/2009011239_p112.exe.intermediate.manifest
背包问题的四种解法/回溯法/2009011239_p112/Release/2009011239_p112.obj
背包问题的四种解法/回溯法/2009011239_p112/Release/BuildLog.htm
背包问题的四种解法/回溯法/2009011239_p112/Release/mt.dep
背包问题的四种解法/回溯法/2009011239_p112/Release/vc90.idb
背包问题的四种解法/回溯法/2009011239_p112/Release/vc90.pdb
背包问题的四种解法/回溯法/2009011239_p112/~AutoRecover.2009011239_p112.vcproj
背包问题的四种解法/回溯法/2009011239_p112.ncb
背包问题的四种解法/回溯法/2009011239_p112.sln
背包问题的四种解法/回溯法/2009011239_p112.suo
背包问题的四种解法/回溯法/Release/2009011239_p112.exe
背包问题的四种解法/回溯法/Release/2009011239_p112.pdb
背包问题的四种解法/回溯法/Release/input.txt
背包问题的四种解法/回溯法/Release/output.txt
背包问题的四种解法/蛮力法1/Release/背包问题方法二.exe
背包问题的四种解法/蛮力法1/Release/背包问题方法二.pdb
背包问题的四种解法/蛮力法1/背包问题方法二/2009011237.cpp
背包问题的四种解法/蛮力法1/背包问题方法二/input.txt
背包问题的四种解法/蛮力法1/背包问题方法二/output.txt
背包问题的四种解法/蛮力法1/背包问题方法二/Release/2009011237.obj
背包问题的四种解法/蛮力法1/背包问题方法二/Release/BuildLog.htm
背包问题的四种解法/蛮力法1/背包问题方法二/Release/mt.dep
背包问题的四种解法/蛮力法1/背包问题方法二/Release/vc90.idb
背包问题的四种解法/蛮力法1/背包问题方法二/Release/vc90.pdb
背包问题的四种解法/蛮力法1/背包问题方法二/Release/背包问题方法二.exe.intermediate.manifest
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj.hsn09-PC.hsn09.user
背包问题的四种解法/蛮力法1/背包问题方法二/背包问题方法二.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/蛮力法1/背包问题方法二.ncb
背包问题的四种解法/蛮力法1/背包问题方法二.sln
背包问题的四种解法/蛮力法1/背包问题方法二.suo
背包问题的四种解法/蛮力法2/brute_force/brute_force.aps
背包问题的四种解法/蛮力法2/brute_force/brute_force.cpp
背包问题的四种解法/蛮力法2/brute_force/brute_force.rc
背包问题的四种解法/蛮力法2/brute_force/brute_force.vcproj
背包问题的四种解法/蛮力法2/brute_force/brute_force.vcproj.ZX007ZLS-PC.zx007zlsn.user
背包问题的四种解法/蛮力法2/brute_force/input.txt
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.exe.intermediate.manifest
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.obj
背包问题的四种解法/蛮力法2/brute_force/Release/brute_force.res
背包问题的四种解法/蛮力法2/brute_force/Release/BuildLog.htm
背包问题的四种解法/蛮力法2/brute_force/Release/mt.dep
背包问题的四种解法/蛮力法2/brute_force/Release/vc90.idb
背包问题的四种解法/蛮力法2/brute_force/Release/vc90.pdb
背包问题的四种解法/蛮力法2/brute_force/resource.h
背包问题的四种解法/蛮力法2/brute_force.ncb
背包问题的四种解法/蛮力法2/brute_force.sln
背包问题的四种解法/蛮力法2/brute_force.suo
背包问题的四种解法/蛮力法2/Release/brute_force.exe
背包问题的四种解法/蛮力法2/Release/brute_force.pdb
背包问题的四种解法/动态规划法/背包问题方法三/Debug
背包问题的四种解法/动态规划法/背包问题方法三/Release
背包问题的四种解法/回溯法/2009011239_p112/Debug
背包问题的四种解法/回溯法/2009011239_p112/Release
背包问题的四种解法/蛮力法1/背包问题方法二/Release
背包问题的四种解法/蛮力法2/brute_force/Release
背包问题的四种解法/动态规划法/Debug
背包问题的四种解法/动态规划法/Release
背包问题的四种解法/动态规划法/背包问题方法三
背包问题的四种解法/回溯法/2009011239_p112
背包问题的四种解法/回溯法/Release
背包问题的四种解法/蛮力法1/Release
背包问题的四种解法/蛮力法1/背包问题方法二
背包问题的四种解法/蛮力法2/brute_force
背包问题的四种解法/蛮力法2/Release
背包问题的四种解法/动态规划法
背包问题的四种解法/回溯法
背包问题的四种解法/蛮力法1
背包问题的四种解法/蛮力法2
背包问题的四种解法
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.