﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-icecream-随笔分类-DP</title><link>http://www.cppblog.com/icecream/category/9872.html</link><description>我的代码备份！</description><language>zh-cn</language><lastBuildDate>Sat, 13 Jun 2009 14:04:03 GMT</lastBuildDate><pubDate>Sat, 13 Jun 2009 14:04:03 GMT</pubDate><ttl>60</ttl><item><title>dp优化（俞玮）</title><link>http://www.cppblog.com/icecream/archive/2009/04/11/79569.html</link><dc:creator>icecream</dc:creator><author>icecream</author><pubDate>Sat, 11 Apr 2009 02:26:00 GMT</pubDate><guid>http://www.cppblog.com/icecream/archive/2009/04/11/79569.html</guid><wfw:comment>http://www.cppblog.com/icecream/comments/79569.html</wfw:comment><comments>http://www.cppblog.com/icecream/archive/2009/04/11/79569.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/icecream/comments/commentRss/79569.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/icecream/services/trackbacks/79569.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 基本动态规划问题的扩展应用动态规划可以有效的解决许多问题，其中有许多问题的数学模型，尤其对一些自从57年就开始研究的基本问题所应用的数学模型，都十分精巧。有关这些问题的解法，我们甚至可以视为标准——也就是最优的解法。不过随着问题规模的扩大化，有些模型显出了自身的不足和缺陷。这样，我们就需要进一步优化和改造这些模型。一.&nbsp;&nbsp; 程序上的优化：程序上的优化主要依赖问题的特...&nbsp;&nbsp;<a href='http://www.cppblog.com/icecream/archive/2009/04/11/79569.html'>阅读全文</a><img src ="http://www.cppblog.com/icecream/aggbug/79569.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/icecream/" target="_blank">icecream</a> 2009-04-11 10:26 <a href="http://www.cppblog.com/icecream/archive/2009/04/11/79569.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>