-
knapsack-problem-UC
0-1背包问题解决机组组合问题(给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大??
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。
)(0-1 knapsack problem solving unit commitment problem (in a given N items and a backpack. Weight of the items i is Wi, the value of bit Vi, knapsack capacity C. Ask how to choose the items into the backpack, making the turn The total value of goods for the biggest backpack?? when selecting items for each item i have only two choices, that is loaded or not loaded backpack backpack. items i can not speak loading times, can not just load part of the article, so the problem is called 0-1 knapsack problem.))
- 2014-05-16 10:56:47下载
- 积分:1
-
xingtaixue
数学形态学对一维信号处理程序,供大家学习参考(Mathematical morphology to one dimensional signal handler)
- 2015-11-30 17:38:37下载
- 积分:1
-
Compiler-C
compiler on c++
good luck
- 2014-01-23 00:45:17下载
- 积分:1
-
OSII
包含嵌入式实时操作系统uC/OS-II电子书和源代码,讲解详尽透彻,代码清晰,适合相关专业人员学习(Include embedded real-time operating system uC/OS-II e-book and source code, to explain a thorough, clear code for the relevant professional learning)
- 2010-06-01 20:10:26下载
- 积分:1
-
Timeseriers
对加拿大山猫捕获数量进行时间序列分析,建立自回归方程,并对未来的捕获数量进行了预测(To capture the number of Canadian lynx time-series analysis, since the regression equation, and the future was predicted to capture the number of)
- 2010-01-20 14:48:25下载
- 积分:1
-
reliable_udp
基于udp实现可靠传输的原理实现了一个简易的邮件系统。存储利用文件来实现,不涉及数据库。(Udp achieve reliable transmission based on the principle of achieving a simple mail system. Storage of papers to achieve, does not involve a database.)
- 2008-01-15 18:46:40下载
- 积分:1
-
siyiren-dlfj
说明: 环境动力系统,希望对大家有用,哈哈,用于他处后果自负啊(Power system environment, useful for all of us hope, ha ha, for the consequences of his own Department ah)
- 2009-08-19 09:44:56下载
- 积分:1
-
OSGEarthdm0828
一个完整的osgearth程序,飞机在空中飞行,并用线条标出飞机移动的轨迹,效果见1.jpg.osgearth需要事先完成安装配置等工作(A complete osgearth procedures, aircraft flying in the air, and marked with lines of track aircraft movement, the effect see 1.jpg.osgearth requires prior completion of the installation configuration, etc.)
- 2014-02-05 19:31:56下载
- 积分:1
-
mars
毕业设计中做得无速度测速模型搭建毕业设计中做得无速度测速模型搭建(The graduation project is done without speed speed modelThe graduation project is done without speed speed model)
- 2017-04-01 21:06:46下载
- 积分:1
-
钻石矿工
算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(动态规划)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond is collected as high as possible. Every layer can only lean from one brick to the left or to the right to go to the next brick at a time. The design algorithm is used to find the maximum value and path of the obtained diamond. (dynamic programming))
- 2020-10-21 08:37:24下载
- 积分:1