文件名称:dongtaiguihua

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • s*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

动态规划的基本思想是把求解的问题分成许多阶段或

多个子问题,然后按照顺序求解各个子问题。前一子问题的解为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些可能达到最优的局部解,舍弃其他的局部解。依次解决各个子问题,最后一个子问题的解就是原问题的解。动态规划算法与分治法类似,但是不同的是,在使用动态规划求解问题时得到的各个子问题往往不是相互独立的。由于动态规划算法解决问题往往有重叠子问题的特点,因此为了减少重复计算,不管该子问题以后是否被用到,只要它被计算过,就将其结果填到表中。动态规划算法适用于解最优化问题,通常可按照四个步骤进行设计:

①找出最优解的性质,并刻画其结构特征  

②递归地定义最优值

③以自底向上的方式计算最优值

④根据计算最优值时得到的信息,构造最优解

-The basic idea of ​ ​ dynamic programming is to solve the problem into a number of stages or

Multiple sub-problems, and then follow the order of the various sub-problems to solve. The problem before the solution of a son and a son, after solving the problem of providing useful information. Any child in solving problems, list possible local solutions, which may be retained by making the local optimal solution, discard the other partial solutions. In order to solve the various sub-problems, the solution of the last sub-problem is the solution of the original problem. Dynamic programming algorithm and divide and conquer method similar, but the difference is in the use of dynamic programming to solve problems in various sub-problems are often not independent of each other. As the dynamic programming algorithm to solve the problem often have the characteristics of overlapping sub-problems, so in order to reduce double counting, regardless of whether the sub-problem after being u
(系统自动生成,下载前可以参看下载内容)

下载文件列表

dongtaiguihua.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org