<?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/chinaplus" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chinaplus" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 11 Jan 2009 15:23:00 GMT</lastBuildDate><title>chinaplus的专栏</title><description>I have a draem......</description><link>http://blog.csdn.net/chinaplus/</link><item><title>main函数参数解析</title><link>http://blog.csdn.net/chinaplus/archive/2009/01/11/3752911.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/3752911.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/3752911.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3752911</trackback:ping><description>&lt;P style=&quot;FONT-SIZE: 10pt&quot;&gt;C程序最大的特点就是所有的程序都是用函数来装配的。main()称之为主函数，是所有程&lt;BR&gt;序运行的入口。其余函数分为有参或无参两种，均由main()函数或其它一般函数调用，若调用&lt;BR&gt;的是有参函数，则参数在调用时传递。&lt;BR&gt;main()&lt;BR&gt;{&lt;BR&gt;...&lt;BR&gt;y1=f1(x1,x2);&lt;BR&gt;...&lt;BR&gt;}&lt;BR&gt;f1(int a,int b)&lt;BR&gt;{&lt;BR&gt;....&lt;BR&gt;Y2=f2(x3,x4);&lt;BR&gt;....&lt;BR&gt;}&lt;BR&gt;f2(int m,int n)&lt;BR&gt;{&lt;BR&gt;....&lt;BR&gt;.....&lt;/P&gt;&lt;br /&gt;&lt;P style=&quot;FONT-SIZE: 10pt&quot;&gt;}&lt;BR&gt;在前面课程的学习中，对main()函数始终作为主调函数处理，也就是说，允许main()调用&lt;BR&gt;其它函数并传递参数。事实上，main()函数既可以是无参函数，也可以是有参的函数。对于有&lt;BR&gt;参的形式来说，就需要向其传递参数。但是其它任何函数均不能调用main()函数。当然也同样&lt;BR&gt;无法向main()函数传递，只能由程序之外&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/3752911.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 11 Jan 2009 23:23:00 +0800</pubDate><author>tony</author><comments>http://blog.csdn.net/chinaplus/archive/2009/01/11/3752911.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2009/01/11/3752911.aspx</guid><dc:creator>tony</dc:creator></item><item><title>告别08，迎接09</title><link>http://blog.csdn.net/chinaplus/archive/2009/01/11/3750829.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/3750829.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/3750829.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3750829</trackback:ping><description>&lt;P&gt;08年一眨眼就过去了，这一个给自己的感觉就是&quot;充实&quot;，完整的开发了一个项目。熟悉了一个项目开发的流程，同时编程能力得到了锻炼和提高。但是相比而言，自己需要提高的地方还特别多。尤其是软件的设计、沟通能力、对问题的分析、描述、表达能力。感觉软件开发工程师是一个细致、谨慎的活。并不是说从事这项工作人的智商要多么的高，可能所有的事情都是这样吧，只要你努力、细心就可以把事情做好。同时需要不断的学习，从书本上学习，从身边的同事身上学习。&lt;/P&gt;&lt;br /&gt;&lt;P&gt;09年，希望能考过toefl，自己考这个并不是为了移民，只是希望有个目标，这样让自己投入到英语学习中。&lt;/P&gt;&lt;br /&gt;&lt;P&gt;09年希望看懂的书：设计模式&lt;/P&gt;&lt;br /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/3750829.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 11 Jan 2009 19:03:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2009/01/11/3750829.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2009/01/11/3750829.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>DirectX SDK所有版本微软官方的下载页面</title><link>http://blog.csdn.net/chinaplus/archive/2007/11/14/1885797.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1885797.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1885797.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1885797</trackback:ping><description>DirectX SDK所有版本微软官方的下载页面&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1885797.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 15 Nov 2007 05:56:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/11/14/1885797.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/11/14/1885797.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>栈的释放</title><link>http://blog.csdn.net/chinaplus/archive/2007/09/12/1782722.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1782722.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1782722.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1782722</trackback:ping><description>栈的释放&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1782722.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 13 Sep 2007 05:16:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/09/12/1782722.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/09/12/1782722.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>一位技术经理的建议</title><link>http://blog.csdn.net/chinaplus/archive/2007/07/30/1717665.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1717665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1717665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1717665</trackback:ping><description>一位技术经理的建议&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1717665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 31 Jul 2007 06:28:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/07/30/1717665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/07/30/1717665.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>好好生活，天天向上</title><link>http://blog.csdn.net/chinaplus/archive/2007/07/30/1716021.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1716021.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1716021.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1716021</trackback:ping><description>好好生活，天天向上&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1716021.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 30 Jul 2007 08:07:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/07/30/1716021.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/07/30/1716021.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>my dream</title><link>http://blog.csdn.net/chinaplus/archive/2007/06/21/1660148.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1660148.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1660148.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1660148</trackback:ping><description>i will persist&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1660148.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 21 Jun 2007 08:23:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/06/21/1660148.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/06/21/1660148.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>嵌入式开发基础</title><link>http://blog.csdn.net/chinaplus/archive/2007/06/17/1654963.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1654963.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1654963.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1654963</trackback:ping><description>嵌入式开发基础&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1654963.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 17 Jun 2007 18:23:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/06/17/1654963.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/06/17/1654963.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>要换工作了！</title><link>http://blog.csdn.net/chinaplus/archive/2007/05/01/1594309.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1594309.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1594309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1594309</trackback:ping><description>interview&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1594309.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 May 2007 02:52:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2007/05/01/1594309.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2007/05/01/1594309.aspx</guid><dc:creator>chinaplus</dc:creator></item><item><title>c++成员初始化</title><link>http://blog.csdn.net/chinaplus/archive/2006/12/27/1464241.aspx</link><wfw:comment>http://blog.csdn.net/chinaplus/comments/1464241.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinaplus/comments/commentRss/1464241.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1464241</trackback:ping><description>c++类成员初始化,构造函数与初始化列表&lt;img src =&quot;http://blog.csdn.net/chinaplus/aggbug/1464241.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 27 Dec 2006 19:18:00 +0800</pubDate><author>chinaplus</author><comments>http://blog.csdn.net/chinaplus/archive/2006/12/27/1464241.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chinaplus/archive/2006/12/27/1464241.aspx</guid><dc:creator>chinaplus</dc:creator></item></channel></rss>