<?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: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/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/chenyusiyuan" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Fri, 02 Nov 2007 22:38:00 GMT</lastBuildDate><title>chenyusiyuan的专栏</title><item><title>简单的蚁群算法求解TSP程序</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869783/4192700/1/item.html</link><wfw:comment>comments/1864203.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864203</trackback:ping><description>蚁群算法是新兴的仿生算法，最初是由意大利学者Dorigo M于1991年首次提出，由于具有较强的鲁棒性，优良的分布式计算机制和易于与其它方法结合等优点，成为人工智能领域的一个研究热点。本程序是实现简单的蚁群算法，TSP问题取的是att48，可从http://www.iwr.uni- heidelberg.de/groups/comopt/software/TSPLIB95获取，程序运行时间可能会比较长。此程序仅供学习所用，如有问题请反馈。谢谢。（注：程序没有计算最后一个城市回来起点城市的距离）&lt;img src =&quot;aggbug/1864203.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 06:38:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864203.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864203.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864203.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869783/4192700</fs:itemid></item><item><title>感受小波</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869784/4192700/1/item.html</link><wfw:comment>comments/1864195.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864195.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864195</trackback:ping><description>任何学科都是由一门基本学科积累发展起来的，要做到学好用好，就得把基本学科的概念、原理理解透、掌握好。小波变换是由傅立叶变换的基础上发展起来的，其前身是短时傅立叶变换。所以，如果傅立叶变换没有学好（深入理解概念），是难以学好小波的。同样地，如果第一代小波变换没学好，也学不好第二代小波变换。不过若注重于编程应用，对基础原理的掌握要求就没那么高了。没学好傅立叶变换，能否操作（编程）小波变换，或是没学好第一代小波，能否操作二代小波变换，这个答案是肯定的。编程应用，只要能理解透算法，就可以相对容易的利用熟悉的程序语言编写实现。所以，要学好用好小波，还是得踏踏实实从最基本的傅立叶变换学起。&lt;img src =&quot;aggbug/1864195.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 06:33:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864195.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864195.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864195.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869784/4192700</fs:itemid></item><item><title>基于递归法的Sierpinski“垫片”Matlab编程</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869785/4192700/1/item.html</link><wfw:comment>comments/1864182.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864182.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864182</trackback:ping><description>Sierpinski“垫片”的构造原理如下：首先取一个正三角形，将其等分为四个小的正三角形，并舍去中间的一个，然后将余下3个正三角形中的每一个再等分为4个更小的正三角形，并舍去各自中间的一个，进一步再将余下的9个正三角形分别按同样的方法操作取舍，如此反复操作下去，直至无穷。最后所得图形就是谢尔宾斯基三角形，亦即Sierpinski“垫片”。
&lt;img src =&quot;aggbug/1864182.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 06:25:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864182.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864182.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864182.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869785/4192700</fs:itemid></item><item><title>关于图灵机的妙文（3）——图灵机杂思(rev#2)（刘未鹏）</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869786/4192700/1/item.html</link><wfw:comment>comments/1864126.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864126.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864126</trackback:ping><description>C++ Template是图灵完备的（turing-complete，或者更确切的说，是图灵等价（turing-equivalent）），关于这一点是没什么悬念的，只是前几天有位朋友问到为什么说C++ Template是图灵完备的，为了找出当初的连接，于是又去搜了一下wikipedia和standford encyclopaedia，谁之这一搜之下又带出了一大堆内容，于是又花了好几个时辰将图灵机的相关理论复习了一遍，顺便以四十五度角仰视了一下Alan Turing的生平，神奇的是在追寻链接和搜索的过程中居然翻到了一篇关于constructive mathematics以及一篇关于Intuitionistic Logic的东东，那是后话，暂且不提。先来说说C++ Template和图灵机。
&lt;img src =&quot;aggbug/1864126.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 05:48:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864126.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864126.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864126.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869786/4192700</fs:itemid></item><item><title>关于图灵机的妙文（2）——图灵机与计算问题（张江）</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869787/4192700/1/item.html</link><wfw:comment>comments/1864119.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864119.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864119</trackback:ping><description>自从20世纪30年代以来，图灵机、计算这些重要的概念在科学的天空中就一直闪烁着无限的光彩。尤其是近年来量子计算机、生物计算机、DNA计算等领域的创新工作引起了世人的广泛关注。我们不禁问这样的问题，国外究竟为什么能发明出这些各式各样的计算机呢？这些意味着什么呢？其实这一切的源头都来源于计算理论。国内在介绍计算理论方面的教材虽然有不少，但一般都比较深奥难懂。所以我觉得很有必要对这些内容进行科普。于是尝试写下这么一篇文章，希望我的文章能够让你更加清楚、透彻的理解图灵机、计算等等一些基本而重要的概念，并洞悉到这些概念的本质和深远涵义。&lt;img src =&quot;aggbug/1864119.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 05:40:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864119.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864119.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864119.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869787/4192700</fs:itemid></item><item><title>关于图灵机的妙文（1）——图灵机和NP（负喧琐话）</title><link>http://item.feedsky.com/~csdn.net/chenyusiyuan/~6084907/27869790/4192700/1/item.html</link><wfw:comment>comments/1864112.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1864112.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864112</trackback:ping><description>有朋友问什么是图灵机以及NP。理论界的老大们都喜欢云山雾罩公式套公式，圆环套圆环，不diao骂人不吐脏字、讲题不带公式的娱乐界原则。搞得很多人提到图灵机和NP时表情就跟广西来宾市的老大们一样诡异。其实呢，图灵机的来历忒单纯。以前一个叫图灵的闲人养了只无所事事的小母鸡。图灵成天忙着跑马拉松，懒得照顾它，就装了条在鸡看来无限长分格的传送带，定时传送食物和水。而鸡闲来无聊，便走来走去，在带子上摆放物事，权作耍子。郁闷时在格子里放根树枝。兴奋了在某个格子里下个蛋。想起了还可以把蛋换成树枝，或者把树枝换成蛋。不高兴了在传送带上扔颗石头，于是传送带就卡住了。某天小母鸡不小心把一株野生大麻当鸡骨草吞了，high得不行，绕着传送带发疯&lt;img src =&quot;aggbug/1864112.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Nov 2007 05:36:00 +0800</pubDate><author>chenyusiyuan</author><comments>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864112.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864112.aspx</guid><dc:creator>chenyusiyuan</dc:creator><fs:srclink>http://blog.csdn.net/chenyusiyuan/archive/2007/11/02/1864112.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chenyusiyuan/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chenyusiyuan/~6084907/27869790/4192700</fs:itemid></item></channel></rss>