﻿<?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++博客-CodeStream</title><link>http://www.cppblog.com/CodeStream/</link><description /><language>zh-cn</language><lastBuildDate>Mon, 13 Apr 2026 09:57:04 GMT</lastBuildDate><pubDate>Mon, 13 Apr 2026 09:57:04 GMT</pubDate><ttl>60</ttl><item><title>树状数组 求第k大</title><link>http://www.cppblog.com/CodeStream/archive/2011/05/13/146322.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 13 May 2011 08:47:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/05/13/146322.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/146322.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/05/13/146322.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/146322.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/146322.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 树状数组 第k大&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/05/13/146322.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/146322.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-05-13 16:47 <a href="http://www.cppblog.com/CodeStream/archive/2011/05/13/146322.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>矩阵求幂</title><link>http://www.cppblog.com/CodeStream/archive/2011/05/13/146320.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 13 May 2011 08:26:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/05/13/146320.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/146320.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/05/13/146320.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/146320.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/146320.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 矩阵求幂&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/05/13/146320.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/146320.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-05-13 16:26 <a href="http://www.cppblog.com/CodeStream/archive/2011/05/13/146320.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>nim 求积</title><link>http://www.cppblog.com/CodeStream/archive/2011/05/13/146319.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 13 May 2011 08:12:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/05/13/146319.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/146319.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/05/13/146319.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/146319.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/146319.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: nim 积 博弈游戏&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/05/13/146319.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/146319.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-05-13 16:12 <a href="http://www.cppblog.com/CodeStream/archive/2011/05/13/146319.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ac自动机 数组实现 构建fail和虚节点</title><link>http://www.cppblog.com/CodeStream/archive/2011/05/13/146318.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 13 May 2011 08:04:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/05/13/146318.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/146318.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/05/13/146318.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/146318.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/146318.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: nim 积 博弈 acm&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/05/13/146318.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/146318.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-05-13 16:04 <a href="http://www.cppblog.com/CodeStream/archive/2011/05/13/146318.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>hdu 3068 最长回文  扩展KMP</title><link>http://www.cppblog.com/CodeStream/archive/2011/05/13/146316.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 13 May 2011 07:03:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/05/13/146316.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/146316.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/05/13/146316.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/146316.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/146316.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最长回文 扩展KMP&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/05/13/146316.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/146316.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-05-13 15:03 <a href="http://www.cppblog.com/CodeStream/archive/2011/05/13/146316.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>bigNum</title><link>http://www.cppblog.com/CodeStream/archive/2011/04/13/144144.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Wed, 13 Apr 2011 10:49:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/04/13/144144.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/144144.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/04/13/144144.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/144144.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/144144.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 运算符重载 大数&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/04/13/144144.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/144144.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-04-13 18:49 <a href="http://www.cppblog.com/CodeStream/archive/2011/04/13/144144.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>划分树</title><link>http://www.cppblog.com/CodeStream/archive/2011/04/11/143971.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Mon, 11 Apr 2011 13:10:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/04/11/143971.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/143971.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/04/11/143971.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/143971.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/143971.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 划分树 区间第k大&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/04/11/143971.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/143971.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-04-11 21:10 <a href="http://www.cppblog.com/CodeStream/archive/2011/04/11/143971.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>归并树</title><link>http://www.cppblog.com/CodeStream/archive/2011/04/11/143970.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Mon, 11 Apr 2011 13:04:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/04/11/143970.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/143970.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/04/11/143970.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/143970.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/143970.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 归并树 区间第k大&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/04/11/143970.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/143970.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-04-11 21:04 <a href="http://www.cppblog.com/CodeStream/archive/2011/04/11/143970.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>LCA （离线Tarjan &amp;&amp; 在线倍增发）</title><link>http://www.cppblog.com/CodeStream/archive/2011/03/25/142732.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 25 Mar 2011 10:34:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/03/25/142732.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/142732.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/03/25/142732.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/142732.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/142732.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: LCA&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/03/25/142732.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/142732.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-03-25 18:34 <a href="http://www.cppblog.com/CodeStream/archive/2011/03/25/142732.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>STL 优先队列、队列、栈的使用</title><link>http://www.cppblog.com/CodeStream/archive/2011/03/25/142700.html</link><dc:creator>CodeStream</dc:creator><author>CodeStream</author><pubDate>Fri, 25 Mar 2011 04:14:00 GMT</pubDate><guid>http://www.cppblog.com/CodeStream/archive/2011/03/25/142700.html</guid><wfw:comment>http://www.cppblog.com/CodeStream/comments/142700.html</wfw:comment><comments>http://www.cppblog.com/CodeStream/archive/2011/03/25/142700.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/CodeStream/comments/commentRss/142700.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/CodeStream/services/trackbacks/142700.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: STL中队列、优先队列、栈的基本操作&nbsp;&nbsp;<a href='http://www.cppblog.com/CodeStream/archive/2011/03/25/142700.html'>阅读全文</a><img src ="http://www.cppblog.com/CodeStream/aggbug/142700.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeStream/" target="_blank">CodeStream</a> 2011-03-25 12:14 <a href="http://www.cppblog.com/CodeStream/archive/2011/03/25/142700.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>