<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/A_B_C_ABC" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/A_B_C_ABC" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 05 Oct 2006 12:24:00 GMT</lastBuildDate><title>A_B_C_ABC欢迎你</title><link>http://blog.csdn.net/a_b_c_abc/</link><item><title>VC6+XP下第一个OpenGL程序</title><link>http://blog.csdn.net/A_B_C_ABC/archive/2006/10/05/1321497.aspx</link><wfw:comment>http://blog.csdn.net/a_b_c_abc/comments/1321497.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/a_b_c_abc/comments/commentRss/1321497.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1321497</trackback:ping><description>现在对初学者的示例程序是基于GLUT的(OpenGL Utility Toolkit)
但VC6和VS2005的include目录下都没有gl\glut.h,只有gl\gl.h和gl\glu.h&lt;img src =&quot;http://blog.csdn.net/a_b_c_abc/aggbug/1321497.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Oct 2006 20:24:00 +0800</pubDate><author>A_B_C_ABC</author><comments>http://blog.csdn.net/A_B_C_ABC/archive/2006/10/05/1321497.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/A_B_C_ABC/archive/2006/10/05/1321497.aspx</guid><dc:creator>A_B_C_ABC</dc:creator></item><item><title>c/c++程序之_KMP字符串模式匹配详解</title><link>http://blog.csdn.net/A_B_C_ABC/archive/2005/11/25/536925.aspx</link><wfw:comment>http://blog.csdn.net/a_b_c_abc/comments/536925.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/a_b_c_abc/comments/commentRss/536925.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=536925</trackback:ping><description>KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。
一．简单匹配算法
二. KMP匹配算法
三. 怎么求串的模式值next[n]
四. 求串T的模式值next[n]的函数
五．其他表示模式值的方法
六．后话--KMP的历史&lt;img src =&quot;http://blog.csdn.net/a_b_c_abc/aggbug/536925.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 26 Nov 2005 03:21:00 +0800</pubDate><author>A_B_C_ABC</author><comments>http://blog.csdn.net/A_B_C_ABC/archive/2005/11/25/536925.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/A_B_C_ABC/archive/2005/11/25/536925.aspx</guid><dc:creator>A_B_C_ABC</dc:creator></item><item><title>c/c++程序之_猜数游戏</title><link>http://blog.csdn.net/A_B_C_ABC/archive/2005/11/21/534072.aspx</link><wfw:comment>http://blog.csdn.net/a_b_c_abc/comments/534072.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/a_b_c_abc/comments/commentRss/534072.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=534072</trackback:ping><description>/* 本猜数游戏的规则是：电脑在1--9这9个数字中，
     任意不重复地选择4个数字排列成一个4位数，然后让玩的人猜
     这个数。每当输入一个数，电脑输出判断结果：*A*B  。*A代表
     输入的数有*个数位与答案数数位一致，*B代表输入的数有*个
     数位在答案数中可以找到，但位置不对。
*/
&lt;img src =&quot;http://blog.csdn.net/a_b_c_abc/aggbug/534072.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Nov 2005 03:06:00 +0800</pubDate><author>A_B_C_ABC</author><comments>http://blog.csdn.net/A_B_C_ABC/archive/2005/11/21/534072.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/A_B_C_ABC/archive/2005/11/21/534072.aspx</guid><dc:creator>A_B_C_ABC</dc:creator></item></channel></rss>