<?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/lengxingfei" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lengxingfei" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 13 Dec 2007 10:03:00 GMT</lastBuildDate><title>lengxingfei的专栏</title><link>http://blog.csdn.net/lengxingfei/</link><item><title>Big-Endian vs Little-Endian</title><link>http://blog.csdn.net/lengxingfei/archive/2007/12/13/1932534.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1932534.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1932534.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1932534</trackback:ping><description>The adjectives big-endian and little-endian refer to which bytes are most significant in multi-byte data types and describe the order in which a sequence of bytes is stored in a computer抯 memory.

In a big-endian system, the most significant value in the sequence is stored at the lowest storage address (i.e., first). In a little-endian system, the least significant value in the sequence is stored first. For example, consider the number 1025 (2 to the tenth power plus one) stored in a 4-byte in&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1932534.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 13 Dec 2007 18:03:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/12/13/1932534.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/12/13/1932534.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>Thinking Like an Athlete at Work</title><link>http://blog.csdn.net/lengxingfei/archive/2007/12/03/1914576.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1914576.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1914576.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1914576</trackback:ping><description>Kate Lorenz, CareerBuilder.com Editor
Five Tips

Even if your idea of working out is watching the ESPN without a remote, you can still train to be a top competitor at the office. Here are five strategies winning athletes use to get their game on that you can use on the job. No matter what event you're in, following these strategies will improve your mental game and help make you a champion!
&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1914576.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 04 Dec 2007 07:06:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/12/03/1914576.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/12/03/1914576.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>C++中的虚函数(virtual function)</title><link>http://blog.csdn.net/lengxingfei/archive/2007/11/09/1876570.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1876570.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1876570.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1876570</trackback:ping><description>一.简介

虚函数是C++中用于实现多态(polymorphism)的机制。核心理念就是通过基类访问派生类定义的函数。假设我们有下面的类层次：

class A

{

public:

virtual void foo() { cout &lt;&lt; &quot;A::foo() is called&quot; &lt;&lt; endl;}

};

class B: public A

{

public:

virtual void foo() { cout &lt;&lt; &quot;B::foo() is called&quot; &lt;&lt; endl;}

};&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1876570.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 10 Nov 2007 02:17:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/11/09/1876570.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/11/09/1876570.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>读杂志心得——影响算法世界的十位大师</title><link>http://blog.csdn.net/lengxingfei/archive/2007/11/08/1874889.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1874889.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1874889.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1874889</trackback:ping><description>Don E. Knuth
伟大的智者——Don E.Knuth，中文名：高德纳(1938-)算法和程序设计技术的先驱者。Oh,God!一些国外网站这样评价他。一般说来，不知道此人的程序员是不可原谅的。其经典著作《计算机程序设计艺术》更是被誉为算法中“真正”的圣经，像KMP和LR(K)这样令人不可思议的算法，在此书比比皆是。难怪连Bill Gates都说：“如果能做对书里所有的习题，就直接来微软上班吧！”
对于Don E.Knuth本人，一生中获得的奖项和荣誉不计其数，包括图灵奖，美国国家科学金奖，美国数学学会斯蒂尔将（AMS Steel Prize），以及发明先进技术荣获的极受尊重的京都奖（KyotoPrize）等等，写过19部书和160余篇论文，每一篇著作都能用影响深远来形容。Don E.Knuth也被公认是美国最聪明的人之一。当年他上大学的时候，常写些各种各样的编译器来挣外快，只要是他参加的编程比赛，总是第一名，同时也是世上少有的编程达到40年以上的程序员之一。他除了是技术与科学上的泰斗外，更是无可非议的写作高手，技术文章堪称一绝，文风细腻，讲解透彻，思路清晰而且没有学究气，估&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1874889.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 Nov 2007 06:12:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/11/08/1874889.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/11/08/1874889.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>12种貌似卫生的不卫生习惯</title><link>http://blog.csdn.net/lengxingfei/archive/2007/11/06/1870312.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1870312.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1870312.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1870312</trackback:ping><description>生活中有一些习惯，貌似卫生，实际上并不卫生，不仅不能保证身体健康，反而对身体有害。2.卫生纸擦拭餐具、水果。只有经过严格消毒处理的高级餐巾纸才符合卫生标准。用纱罩罩在食物上，苍蝇虽然不会直接落到食物上，但会停留在纱罩上面，仍会留下带有病菌的虫卵，这些虫卵极易从纱孔中落下而污染食物。&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1870312.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 07 Nov 2007 04:56:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/11/06/1870312.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/11/06/1870312.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>Installing Bochs/Unix_v6 on your 32-bit Linux machine</title><link>http://blog.csdn.net/lengxingfei/archive/2007/11/04/1866823.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1866823.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1866823.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1866823</trackback:ping><description>Sunday, April 22, 2007
Installing Bochs/Unix_v6 on your 32-bit Linux machine

Start of with downloading the latest bochs source from this site.
I have downloaded this snapshot.
&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1866823.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Nov 2007 07:04:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/11/04/1866823.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/11/04/1866823.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>Chapter 2 Variables and Basic Types</title><link>http://blog.csdn.net/lengxingfei/archive/2007/10/30/1858151.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1858151.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1858151.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1858151</trackback:ping><description>Chapter 2 Variables and Basic Types
&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1858151.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 Oct 2007 06:13:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/10/30/1858151.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/10/30/1858151.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>Sneaky food books: Hot and a hot topic</title><link>http://blog.csdn.net/lengxingfei/archive/2007/10/22/1838096.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1838096.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1838096.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1838096</trackback:ping><description>By MEGAN K. SCOTT, Associated Press Writer Sat Oct 20, 12:54 AM ET

NEW YORK - It's a technique on the tip of a lot of parents' tongues — and maybe their children's too: Puree healthy fruits and vegetables, and sneak them into regular kid food like macaroni and cheese or chocolate pudding. Watch the kids unknowingly gobble down their vitamins, and smile.
&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1838096.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Oct 2007 06:11:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/10/22/1838096.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/10/22/1838096.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>Climate change blamed for fading foliage</title><link>http://blog.csdn.net/lengxingfei/archive/2007/10/22/1836437.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1836437.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1836437.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1836437</trackback:ping><description>By DAVE GRAM, Associated Press Writer Sat Oct 20, 4:39 PM ET

EAST MONTPELIER, Vt. - Every fall, Marilyn Krom tries to make a trip to Vermont to see its famously beautiful fall foliage.
The colors of fall are seen on trees that frame the First Congregational Church in South Woodbury, Vt., Wednesday, Sept. 26, 2007. University of Vermont plant biologist Tom Vogelmann, a Vermont native who's among those who believes warming weather may be to blame for lackluster foliage. He says autumn has beco&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1836437.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Oct 2007 17:31:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/10/22/1836437.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/10/22/1836437.aspx</guid><dc:creator>lengxingfei</dc:creator></item><item><title>用GDB调试程序</title><link>http://blog.csdn.net/lengxingfei/archive/2007/10/20/1834642.aspx</link><wfw:comment>http://blog.csdn.net/lengxingfei/comments/1834642.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lengxingfei/comments/commentRss/1834642.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1834642</trackback:ping><description>GDB是一个强大的命令行调试工具。大家知道命令行的强大就是在于，其可以形成执行序列，形成脚本。UNIX下的软件全是命令行的，这给程序开发提代供了极大的便利，命令行软件的优势在于，它们可以非常容易的集成在一起，使用几个简单的已有工具的命令，就可以做出一个非常强大的功能。

于是UNIX下的软件比Windows下的软件更能有机地结合，各自发挥各自的长处，组合成更为强劲的功能。而Windows下的图形软件基本上是各自为营，互相不能调用，很不利于各种软件的相互集成。在这里并不是要和Windows做个什么比较，所谓“寸有所长，尺有所短”，图形化工具还是有不如命令行的地方。

用GDB调试程序
&lt;img src =&quot;http://blog.csdn.net/lengxingfei/aggbug/1834642.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 21 Oct 2007 02:27:00 +0800</pubDate><author>lengxingfei</author><comments>http://blog.csdn.net/lengxingfei/archive/2007/10/20/1834642.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lengxingfei/archive/2007/10/20/1834642.aspx</guid><dc:creator>lengxingfei</dc:creator></item></channel></rss>