搜索资源列表
3
- 有关动态规划的课件,很详细,很强大,很好的学习资料,献给大家了!-Courseware on dynamic programming, very detailed, very powerful, very good learning materials, dedicated to all of you!
DP
- 动态规划算法,包括具体实例以及对实例的详细说明等。-a way for DP
0101001
- 一个介绍动态规划优化技术的文档,还不错,可以-An introduction to dynamic programming optimization techniques documentation, but also good, you can see
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
20151021
- 弱小目标检测相关文献含有恒虚警检测和动态规划算法介绍-Small Target Detection literature
package
- 采用动态规划思想解决0-1背包问题,更好的理解动态规划思想,理解递归的理念- It uses dynamic programming to solve the 0-1 knapsack problem, a better understanding of dynamic programming, understanding the concept of recursion