搜索资源列表
beibao
- 0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
options
- 动态规划的算法实例,包括具体的例子和注释,很详细
1273
- pku1273,动态规划做的,自己想的哈!完全原创-pku1273, dynamic programming to do, she wanted to, ha! Completely original
mmmm
- 动态规划中图形算法中的最短路径算法 用类做的,分几个函数-The short road of dymta i don t know what is this program means,it is a c++ program !numeric recipes in C++
dynamicprogramming
- 各种典型用动态规划方法解决的问题的程序,有详细的讲解。-Typical use of dynamic programming to solve the problem of procedure, a detailed explanation.
S201207109_assign02
- 利用动态规划算法实现0-1背包问题,要求测试数据以文本文件的形式存储,即所有的数据由文本文件读入。-Implementation of 0-1 knapsack problem using dynamic programming algorithm, test data are stored as text files, that all of the data from text file to read.
dongtaibianliang
- 动态规划中的lcs算法c++代码,可以作为lcs算法的参考代码 -Dynamic programming the lcs algorithm c++ code lcs algorithm can be used as a reference code