文件名称:tanxinwenti
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-11-13
- 文件大小:
- 518kb
- 下载次数:
- 0次
- 提 供 者:
- 文*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
各种贪心策略情况下的背包问题的算法并实现;其中:量度标准分别取:效益增量P、物品重量w、P/w比值-Various greedy strategy in case the knapsack problem and implement algorithms wherein: a measure were taken: the incremental benefits of P, articles weight w, P/w ratio
(系统自动生成,下载前可以参看下载内容)
下载文件列表
背包问题(贪心)\价值降序\1.c
................\........\1.dsp
................\........\1.dsw
................\........\1.ncb
................\........\1.opt
................\........\1.plg
................\........\Debug\1.exe
................\........\.....\1.ilk
................\........\.....\1.obj
................\........\.....\1.pch
................\........\.....\1.pdb
................\........\.....\vc60.idb
................\........\.....\vc60.pdb
................\性价比降序\1.c
................\..........\1.dsp
................\..........\1.dsw
................\..........\1.ncb
................\..........\1.opt
................\..........\1.plg
................\..........\Debug\1.exe
................\..........\.....\1.ilk
................\..........\.....\1.obj
................\..........\.....\1.pch
................\..........\.....\1.pdb
................\..........\.....\vc60.idb
................\..........\.....\vc60.pdb
................\重量降序\1.c
................\........\1.dsp
................\........\1.dsw
................\........\1.ncb
................\........\1.opt
................\........\1.plg
................\........\Debug\1.exe
................\........\.....\1.ilk
................\........\.....\1.obj
................\........\.....\1.pch
................\........\.....\1.pdb
................\........\.....\vc60.idb
................\........\.....\vc60.pdb
................\价值降序\Debug
................\性价比降序\Debug
................\重量降序\Debug
................\价值降序
................\性价比降序
................\重量降序
背包问题(贪心)