<?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/tailzhou" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/tailzhou" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 16 Oct 2008 14:14:00 GMT</lastBuildDate><title>tailzhou的专栏</title><link>http://blog.csdn.net/tailzhou/</link><item><title>一根十几米长的绳子，首尾相连~形成一个圈；4个人全部被蒙上眼睛，站在操场上；要求在一定时间内4个人牵着绳子站成一个正方形。</title><link>http://blog.csdn.net/tailzhou/archive/2008/10/16/3085523.aspx</link><wfw:comment>http://blog.csdn.net/tailzhou/comments/3085523.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/tailzhou/comments/commentRss/3085523.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3085523</trackback:ping><description>一根十几米长的绳子，首尾相连~形成一个圈；4个人全部被蒙上眼睛，站在操场上；要求在一定时间内4个人牵着绳子站成一个正方形。&lt;img src =&quot;http://blog.csdn.net/tailzhou/aggbug/3085523.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Oct 2008 22:14:00 +0800</pubDate><author>tailzhou</author><comments>http://blog.csdn.net/tailzhou/archive/2008/10/16/3085523.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/tailzhou/archive/2008/10/16/3085523.aspx</guid><dc:creator>tailzhou</dc:creator></item><item><title>用逆序数的奇偶性来判断数字拼图游戏的解的存在性问题</title><link>http://blog.csdn.net/tailzhou/archive/2008/09/30/3002442.aspx</link><wfw:comment>http://blog.csdn.net/tailzhou/comments/3002442.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/tailzhou/comments/commentRss/3002442.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3002442</trackback:ping><description>&lt;br /&gt;http://topic.csdn.net/u/20080926/23/301801ca-2fe0-4d24-84e3-fbd454be4604.html?291383689&lt;br /&gt;有一个3*3的矩阵，里面分别填着数字0~8，填入的时候是随机的，要求每次只能用0和和边上的一个数字交换，最终实现所要求的数字排列。 &lt;br /&gt;如： &lt;br /&gt;随机真数字矩阵为： &lt;br /&gt;1 3 5 &lt;br /&gt;0 2 6 &lt;br /&gt;4 7 8  0，可以与1，2，4交换 &lt;br /&gt;最终变成目标矩阵 &lt;br /&gt;1 2 3 &lt;br /&gt;8 0 4 &lt;br /&gt;7 6 5 &lt;br /&gt;中间可进行无限次0与其他数字&lt;img src =&quot;http://blog.csdn.net/tailzhou/aggbug/3002442.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 Sep 2008 21:34:00 +0800</pubDate><author>tailzhou</author><comments>http://blog.csdn.net/tailzhou/archive/2008/09/30/3002442.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/tailzhou/archive/2008/09/30/3002442.aspx</guid><dc:creator>tailzhou</dc:creator></item><item><title>在字符串中查找最长重复子串的探讨</title><link>http://blog.csdn.net/tailzhou/archive/2006/07/21/953919.aspx</link><wfw:comment>http://blog.csdn.net/tailzhou/comments/953919.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/tailzhou/comments/commentRss/953919.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=953919</trackback:ping><description>写一个函数，找出一个字符串中最长的重复子串。“t1t1”结果就是t1.&quot;cabcabca&quot;结果就是cab或者abc或者bca。&lt;img src =&quot;http://blog.csdn.net/tailzhou/aggbug/953919.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Jul 2006 00:54:00 +0800</pubDate><author>tailzhou</author><comments>http://blog.csdn.net/tailzhou/archive/2006/07/21/953919.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/tailzhou/archive/2006/07/21/953919.aspx</guid><dc:creator>tailzhou</dc:creator></item><item><title>在c中使用可变参数模拟默认参数的效果</title><link>http://blog.csdn.net/tailzhou/archive/2006/07/21/953804.aspx</link><wfw:comment>http://blog.csdn.net/tailzhou/comments/953804.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/tailzhou/comments/commentRss/953804.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=953804</trackback:ping><description>这几天看到有关c中有无默认参数的讨论，突然想到可以用可变参数来达到类似于重载以及默认参数的效果；
&lt;img src =&quot;http://blog.csdn.net/tailzhou/aggbug/953804.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Jul 2006 00:36:00 +0800</pubDate><author>tailzhou</author><comments>http://blog.csdn.net/tailzhou/archive/2006/07/21/953804.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/tailzhou/archive/2006/07/21/953804.aspx</guid><dc:creator>tailzhou</dc:creator></item></channel></rss>