<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>dongliheng的专栏 - c++</title><link>http://blog.csdn.net/dongliheng/category/317406.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 11 Apr 2008 00:16:04 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>dongliheng</dc:creator><title>Fibonacci（斐波那契）序列的递归算法</title><link>http://blog.csdn.net/dongliheng/archive/2007/07/28/1713362.aspx</link><pubDate>Sat, 28 Jul 2007 11:18:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/28/1713362.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1713362.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/28/1713362.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1713362.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1713362</trackback:ping><description>Fibonacci（斐波那契）序列的递归算法&lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1713362.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title> C/C++ 可变参数表的深层探索 </title><link>http://blog.csdn.net/dongliheng/archive/2007/07/10/1684794.aspx</link><pubDate>Tue, 10 Jul 2007 22:31:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/10/1684794.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1684794.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/10/1684794.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1684794.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684794</trackback:ping><description> C/C++ 可变参数表的深层探索 
：&lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1684794.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title>static全局变量/全局变量，static函数/普通函数，函数中static变量/函数中的变量，类中的static成员变量/普通类成员变量 </title><link>http://blog.csdn.net/dongliheng/archive/2007/07/09/1684068.aspx</link><pubDate>Mon, 09 Jul 2007 23:43:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/09/1684068.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1684068.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/09/1684068.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1684068.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684068</trackback:ping><description>static全局变量/全局变量，static函数/普通函数，函数中static变量/函数中的变量，类中的static成员变量/普通类成员变量 &lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1684068.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title> C++引用与指针的比较 </title><link>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682945.aspx</link><pubDate>Sun, 08 Jul 2007 20:21:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682945.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1682945.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682945.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1682945.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1682945</trackback:ping><description> C++引用与指针的比较 &lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1682945.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title>C/C++函数调用方式 内幕</title><link>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682426.aspx</link><pubDate>Sun, 08 Jul 2007 00:45:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682426.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1682426.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/08/1682426.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1682426.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1682426</trackback:ping><description>调用约定：__cdecl __fastcall与 __stdcall，三者都是调用约定(Calling convention)，它决定以下内容：1)函数参数的压栈顺序，2)由调用者还是被调用者把参数弹出栈，3)以及产生函数修饰名的方法。1、__stdcall调用约定：函数的参数自右向左通过栈传递，被调用的函数在返回前清理传送参数的内存栈，3、__fastcall调用约定：它是通过寄存器来传送参数的（实际上，它用ECX和EDX传送前两个双字（DWORD）或更小的参数，剩下的参数仍旧自右向左压栈传送，被调用的函数在返回前清理传送参数的内存栈）。&lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1682426.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title> 求出所有哈密尔顿图 </title><link>http://blog.csdn.net/dongliheng/archive/2007/07/05/1680311.aspx</link><pubDate>Thu, 05 Jul 2007 22:55:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/05/1680311.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1680311.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/05/1680311.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1680311.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1680311</trackback:ping><description>=‘None‘?d.selection.createRange().text:‘‘):(d.getSelection?d.getSelection():‘‘);void(keyit=window.open(‘http://www.365key.com/storeit.aspx?t=‘ escape(d.title) ‘&lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1680311.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dongliheng</dc:creator><title>C++引用与const引用</title><link>http://blog.csdn.net/dongliheng/archive/2007/07/04/1678846.aspx</link><pubDate>Wed, 04 Jul 2007 18:49:00 GMT</pubDate><guid>http://blog.csdn.net/dongliheng/archive/2007/07/04/1678846.aspx</guid><wfw:comment>http://blog.csdn.net/dongliheng/comments/1678846.aspx</wfw:comment><comments>http://blog.csdn.net/dongliheng/archive/2007/07/04/1678846.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dongliheng/comments/commentRss/1678846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1678846</trackback:ping><description>引用,初始化,函数,&lt;img src ="http://blog.csdn.net/dongliheng/aggbug/1678846.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>