搜索资源列表
-
0下载:
matlab survey
MATLAB is a numerical computing environment and fourth generation programming language. Maintained by The MathWorks, MATLAB allows easy matrix manipulation, plotting of functions and data, implementation of algorithms, creation of use
-
-
0下载:
有关动态规划的课件,很详细,很强大,很好的学习资料,献给大家了!-Courseware on dynamic programming, very detailed, very powerful, very good learning materials, dedicated to all of you!
-
-
0下载:
讲述DHTMLUsing DOM calls, the program dynamically creates a <table> element that contains a
calendar for the given date and then inserts it in the document body. Then it shows this
table at a specified position. Usually the position is relate
-
-
0下载:
VC++动态链接库编程之DLL*(简单篇)
DLL在程序编制中可作出巨大贡献,它提供了具共性代码的复用能力。但是,正如一门高深的武学,若被掌握在正义之侠的手上,便可助其仗义江湖;但若被掌握在邪恶之徒的手上,则必然在江湖上掀起腥风血雨。-A dynamic link library programming of the VC++ the DLL Trojans (simple articles) DLL programming make a significant contribution,
-
-
0下载:
一个介绍动态规划优化技术的文档,还不错,可以-An introduction to dynamic programming optimization techniques documentation, but also good, you can see
-
-
0下载:
基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。
由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。
-The basic idea with the divide
-
-
0下载:
Implement 0/1 Knapsack problem using dynamic programming
-
-
0下载:
有左右两种选择,状态就是在这两条线转来转去-dynamic programming
-
-
0下载:
采用动态规划思想解决0-1背包问题,更好的理解动态规划思想,理解递归的理念-
It uses dynamic programming to solve the 0-1 knapsack problem, a better understanding of dynamic programming, understanding the concept of recursion
-