<?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/freshare" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/freshare" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 23 Sep 2008 23:26:00 GMT</lastBuildDate><title>清翔兔de代码</title><description>Freshare's code</description><link>http://blog.csdn.net/freshare/</link><item><title>准备开始重新更新本博客～欢迎大家～</title><link>http://blog.csdn.net/freshare/archive/2008/09/23/2970356.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/2970356.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/2970356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2970356</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/2970356.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 24 Sep 2008 07:26:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2008/09/23/2970356.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2008/09/23/2970356.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>小通知</title><link>http://blog.csdn.net/freshare/archive/2007/01/01/1471977.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/1471977.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/1471977.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1471977</trackback:ping><description>本Blog即日起暂时停止更新。&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/1471977.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 02 Jan 2007 04:19:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2007/01/01/1471977.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2007/01/01/1471977.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>Finding a Loop in a Singly Linked List</title><link>http://blog.csdn.net/freshare/archive/2006/11/16/1388088.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/1388088.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/1388088.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1388088</trackback:ping><description>A singly linked list is a common data structure familiar to all computer scientists. A singly linked list is made of nodes where each node has a pointer to the next node (or null to end the list). A singly linked list is often used as a stack (or last in first out queue (LIFO)) because adding a new fist element, removing the existing first element, and examining the first element are very fast O(1) operations.&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/1388088.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Nov 2006 22:56:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/11/16/1388088.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/11/16/1388088.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>微软面试技术题</title><link>http://blog.csdn.net/freshare/archive/2006/11/16/1388053.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/1388053.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/1388053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1388053</trackback:ping><description>摘自网络的微软面试题，对于参加面试的同学，非常有参考价值。&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/1388053.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Nov 2006 22:44:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/11/16/1388053.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/11/16/1388053.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>[数据结构]KMP算法实现</title><link>http://blog.csdn.net/freshare/archive/2006/11/15/1385571.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/1385571.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/1385571.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1385571</trackback:ping><description>IT技术类[面试、笔试]心得&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/1385571.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Nov 2006 20:59:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/11/15/1385571.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/11/15/1385571.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>“凯撒”密文的破解编程实现</title><link>http://blog.csdn.net/freshare/archive/2006/09/19/1248979.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/1248979.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/1248979.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1248979</trackback:ping><description>凯撒密文的破解编程实现

程序原理：

1.Kaiser Recovery 字典智能
  破解方法：根据字典文件(dict.txt)，求出明文可最大满足字典内单词的加密key。
  程序特色：使用字典，可在无人工干涉的情况下，破解密文。

2.Kaiser Recovery 人工辅助
  破解方法：根据密文中字母出现的次数，从高到低，依次对应明文“e”，由用户自行判断是否正确。

3.Kaiser Recovery 传统破解
  破解方法：密文中出现概率次数最多的字母对应明文“e”，由此求出key及明文。&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/1248979.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 20 Sep 2006 03:43:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/09/19/1248979.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/09/19/1248979.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>[集中回复]来信询问C++电梯程序的问题</title><link>http://blog.csdn.net/freshare/archive/2006/05/21/748409.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/748409.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/748409.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=748409</trackback:ping><description>先后收到10多封邮件(分别来自eguoliang7、小西、路仔旋风、华中二版、小林等)，询问C++电梯程序的问题，我在此给与集中回复：

1.我的程序，模型为2层楼一个电梯

2.将我的程序扩展为N层一个电梯，是可行的，且非常简单的

3.将我的程序扩展为N层N个电梯，我认为是不可行的。

4.由于本人时间有限，几乎不可能给任何人定制程序，这里只好说抱歉。

5.欢迎与我交流程序，如果您愿意，可以将您的程序发给我，我可以为您测试一下，当然我的水平也只是初学者。

6.感谢大家访问我的代码Blog。
&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/748409.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 May 2006 07:40:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/05/21/748409.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/05/21/748409.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>清翔兔原创[数的本原元算法]</title><link>http://blog.csdn.net/freshare/archive/2006/03/27/640473.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/640473.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/640473.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=640473</trackback:ping><description>本原元计算，教课书《应用密码学教程》page53，可根据本算法，完成习题ex4-5，清翔兔原创算法，有误请来信纠正。&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/640473.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Mar 2006 03:52:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/03/27/640473.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/03/27/640473.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>扩展欧几里得算法（最大公约数及逆元）算法</title><link>http://blog.csdn.net/freshare/archive/2006/03/27/640466.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/640466.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/640466.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=640466</trackback:ping><description>教课书《应用密码学教程》page53，习题4-4，扩展欧几里得算法（最大公约数及逆元）算法&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/640466.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Mar 2006 03:47:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/03/27/640466.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/03/27/640466.aspx</guid><dc:creator>清翔兔</dc:creator></item><item><title>教课书《应用密码学教程》page31，例题eg3-5完整解</title><link>http://blog.csdn.net/freshare/archive/2006/03/27/640460.aspx</link><wfw:comment>http://blog.csdn.net/freshare/comments/640460.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freshare/comments/commentRss/640460.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=640460</trackback:ping><description>//书本page31，例题eg3-5完整解
void decode(char a)
{
 int i = ((a-97)*9 -19)%26;
 char b = i+97;
 if (b&lt;91) b+=26;
 cout &lt;&lt; b;
}&lt;img src =&quot;http://blog.csdn.net/freshare/aggbug/640460.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Mar 2006 03:40:00 +0800</pubDate><author>清翔兔</author><comments>http://blog.csdn.net/freshare/archive/2006/03/27/640460.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freshare/archive/2006/03/27/640460.aspx</guid><dc:creator>清翔兔</dc:creator></item></channel></rss>