<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>编程夜未眠 - 我的丑作</title><link>http://blog.csdn.net/shaohui/category/61842.aspx</link><description>我在学习之余写的程序，多数都已经提供了源代码，欢迎下载使用。</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 22 Apr 2008 02:26:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>shaohui</dc:creator><title>  Blog 技巧, 如何把google picasa相册搬回家 </title><link>http://blog.csdn.net/shaohui/archive/2008/04/22/2313444.aspx</link><pubDate>Tue, 22 Apr 2008 01:26:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2008/04/22/2313444.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/2313444.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2008/04/22/2313444.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/2313444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313444</trackback:ping><description>也许这是我写的几个blog技巧中最简单而又实用的技巧了, 相信这里的每个读者都有一个gmail帐号,那么也一般有对应的google picasa相册.大家都知道google picasa比较cool, 存储空间也比较大.也许你已经有想法把她嵌入到你的个人的blog或者个人的网站里面,而这篇文章将告诉你怎么做.&lt;img src ="http://blog.csdn.net/shaohui/aggbug/2313444.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>发布SnifferFox v1.0</title><link>http://blog.csdn.net/shaohui/archive/2006/10/04/1320448.aspx</link><pubDate>Wed, 04 Oct 2006 14:15:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2006/10/04/1320448.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/1320448.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2006/10/04/1320448.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/1320448.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1320448</trackback:ping><description>SnifferFox Version Beta发布这么久了，一直都还是个beta,最近花了一些时间对以前的beta版本做了一些改进,修正了一些bug,终于可以把beta变成v1.0.     同beta版本一样,v1.0一样无偿公开程序源代码.方便大家的学习和交流.由于时间和精力有限,相关帮助文档未作更新,依然使用beta版本的帮助文档.&lt;img src ="http://blog.csdn.net/shaohui/aggbug/1320448.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>SnifferFox v1.0界面预览</title><link>http://blog.csdn.net/shaohui/archive/2006/09/20/1252250.aspx</link><pubDate>Wed, 20 Sep 2006 08:41:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2006/09/20/1252250.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/1252250.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2006/09/20/1252250.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/1252250.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1252250</trackback:ping><description>SnifferFox v1.0即将发布，提前发几张新版本的屏幕截图&lt;img src ="http://blog.csdn.net/shaohui/aggbug/1252250.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>一个实用的公式计算器</title><link>http://blog.csdn.net/shaohui/archive/2006/04/20/670444.aspx</link><pubDate>Thu, 20 Apr 2006 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2006/04/20/670444.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/670444.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2006/04/20/670444.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/670444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=670444</trackback:ping><description>  两年以前在学校的时候,做了一个表达式求解的程序,是用C写的DOS环境下运行的程序,而现在用DOS的人在这个世界上已经差不多绝迹了。所以,实际上这个程序已经失去 了它的意义.最近,由于需要做一个计算器,而我发现以前的程序功能已经足够强大了，我把以前的代码做了一个小小的改动,用BCB做了一个图形界面，于是现在你所看到的公式计算器就诞生了。

      由于各种实际的原因,我不便于公布该程序现在的源代码.如果确实需要,请参考http://blog.csdn.net/shaohui/archive/2004/11/05/168323.aspx, 核心的代码我没有作一行改动,只是做了个图形界面,增加使用变量的功能.
      该软件为绿色软件,不需要安装,也不会修改你的注册表。

      你可以到以下地址下载该软件

http://www.freewebs.com/zhengsh/download/ExprCalc.rar
http://geostar.3322.org/soroc/downloads/ExprCalc.rar     
&lt;img src ="http://blog.csdn.net/shaohui/aggbug/670444.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui[编程夜未眠]</dc:creator><title>如何编译SnifferFox version beta的源代码</title><link>http://blog.csdn.net/shaohui/archive/2006/03/03/614916.aspx</link><pubDate>Fri, 03 Mar 2006 19:21:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2006/03/03/614916.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/614916.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2006/03/03/614916.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/614916.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=614916</trackback:ping><description>有人拿到源代码后来问我应该怎样编译它，我估计多半都是BCB在初学者，为了大家的方便，我干脆把编译的过程写出来供大家参考。&lt;img src ="http://blog.csdn.net/shaohui/aggbug/614916.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>发布SnifferFox Beta版本了</title><link>http://blog.csdn.net/shaohui/archive/2006/02/25/609000.aspx</link><pubDate>Sat, 25 Feb 2006 02:56:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2006/02/25/609000.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/609000.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2006/02/25/609000.aspx#Feedback</comments><slash:comments>38</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/609000.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=609000</trackback:ping><description> 这是我和我同学去年做的一个项目，现在把它公布出来，包括发行版本和项目的源代码如果不能够下载，可以直接和我们联系,或者留言.











&lt;img src ="http://blog.csdn.net/shaohui/aggbug/609000.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>用PHP实现文件下载</title><link>http://blog.csdn.net/shaohui/archive/2005/01/01/236914.aspx</link><pubDate>Sat, 01 Jan 2005 17:20:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2005/01/01/236914.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/236914.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2005/01/01/236914.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/236914.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=236914</trackback:ping><description>  如果只是普通的文件下载，完全没有必要用到php,用个就可以，但是有的时候为让文件保密，只能给一部分人下载，显然不能够把链节告诉别人，如果是这样哪就起不到保密的效果。下面这个函数就是一个用php写的文件下载的函数，它是把文件一段一段地读出来，再传送给客户端.
&lt;img src ="http://blog.csdn.net/shaohui/aggbug/236914.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>[推荐]数据结构实习:表达式求解</title><link>http://blog.csdn.net/shaohui/archive/2004/11/05/168323.aspx</link><pubDate>Fri, 05 Nov 2004 11:15:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2004/11/05/168323.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/168323.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2004/11/05/168323.aspx#Feedback</comments><slash:comments>37</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/168323.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=168323</trackback:ping><description>3. 该程序能够识别大多数数学函数　 29个（右边的大写字母是它们的内部表示）

       {"arcsin", 'A'},

       {"arccos", 'B'},

       {"arctan", 'C'},

       {"arcctg", 'D'},

       {"arcsec", 'E'},

       {"arccsc", 'F'},

       {"arctg",  'C'},

       {"asin",   'A'},   arcsin

       {"acos",   'B'},   arccos

       {"atan",   'C'},

       {"actg",   'D'},

       {"asec",   'E'},

       {"acsc",   'F'},

       {"fabs",   'G'},    绝对值

       {"exp",    'H'},   

       {"cos",    'I'},&lt;img src ="http://blog.csdn.net/shaohui/aggbug/168323.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>一个具自我复制功能的程序</title><link>http://blog.csdn.net/shaohui/archive/2004/11/02/163678.aspx</link><pubDate>Tue, 02 Nov 2004 14:06:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2004/11/02/163678.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/163678.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2004/11/02/163678.aspx#Feedback</comments><slash:comments>46</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/163678.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=163678</trackback:ping><description> 此程序是一具自我复制程序，它将以自己为模板，复制许多（产生10000个文件后就退出）不同名字的程 序， 这此复制的程序同样都有自我复制的能力类似于病毒,但有不是病毒，因为它没有破坏性，程序中也没有具有破坏性的代码
  程序在turboc2.0中编绎通过

&lt;img src ="http://blog.csdn.net/shaohui/aggbug/163678.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>我用C写的打字程序</title><link>http://blog.csdn.net/shaohui/archive/2004/11/02/163669.aspx</link><pubDate>Tue, 02 Nov 2004 14:03:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2004/11/02/163669.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/163669.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2004/11/02/163669.aspx#Feedback</comments><slash:comments>33</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/163669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=163669</trackback:ping><description>我在学C的时候写的程序,现在愿意拿来和大家分享.
你可以到下列地址直接下载
http://www.freewebs.com/czone/Typing.rar
&lt;img src ="http://blog.csdn.net/shaohui/aggbug/163669.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shaohui</dc:creator><title>数据结构实习:迷宫求解</title><link>http://blog.csdn.net/shaohui/archive/2004/11/02/163648.aspx</link><pubDate>Tue, 02 Nov 2004 13:55:00 GMT</pubDate><guid>http://blog.csdn.net/shaohui/archive/2004/11/02/163648.aspx</guid><wfw:comment>http://blog.csdn.net/shaohui/comments/163648.aspx</wfw:comment><comments>http://blog.csdn.net/shaohui/archive/2004/11/02/163648.aspx#Feedback</comments><slash:comments>80</slash:comments><wfw:commentRss>http://blog.csdn.net/shaohui/comments/commentRss/163648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=163648</trackback:ping><description>数据结构实习:迷宫求解,我在学数据结构的时候写的程序,现在愿意拿来和大家分享.
该程序中用了递归和回溯两种不同的方法求解迷宫.
&lt;img src ="http://blog.csdn.net/shaohui/aggbug/163648.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>