<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>Changjiang的专栏 - 系统底层开发</title><link>http://blog.csdn.net/changjiang/category/158397.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 06 Dec 2007 00:56:52 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Changjiang</dc:creator><title>嵌入式GUI开发感言——写在自己艰难转型的日子里</title><link>http://blog.csdn.net/changjiang/archive/2007/12/06/1919507.aspx</link><pubDate>Thu, 06 Dec 2007 00:57:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2007/12/06/1919507.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/1919507.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2007/12/06/1919507.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/1919507.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1919507</trackback:ping><description>嵌入式GUI开发感言——写在自己艰难转型的日子里，自己的小作品：支持真正事件驱动程序设计的嵌入式GUI——TBsoft-GUI。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/1919507.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Changjiang</dc:creator><title>Windows汇编语言简明教程——资源篇（2007新版）</title><link>http://blog.csdn.net/changjiang/archive/2007/05/29/1630020.aspx</link><pubDate>Tue, 29 May 2007 20:29:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2007/05/29/1630020.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/1630020.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2007/05/29/1630020.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/1630020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1630020</trackback:ping><description>本教程是《Windows汇编语言简明教程——基础篇（2007新版）》的续篇1，本教程较为简单，仅作为初学者的参考资料使用。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/1630020.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Changjiang</dc:creator><title>Windows汇编语言简明教程——基础篇（2007新版）</title><link>http://blog.csdn.net/changjiang/archive/2007/04/14/1564151.aspx</link><pubDate>Sat, 14 Apr 2007 00:02:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2007/04/14/1564151.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/1564151.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2007/04/14/1564151.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/1564151.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1564151</trackback:ping><description>本教程是笔者1999年12月草作《Win32汇编语言教程》的新版，本教程较为简单，仅作为初学者的参考资料使用。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/1564151.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Changjiang</dc:creator><title>C++／CLI中类的本质分析</title><link>http://blog.csdn.net/changjiang/archive/2006/11/27/1415972.aspx</link><pubDate>Mon, 27 Nov 2006 00:14:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2006/11/27/1415972.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/1415972.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2006/11/27/1415972.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/1415972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1415972</trackback:ping><description>本文试图通过反汇编C++／CLI源程序编译生成的.NET Assembly可执行文件，分析C++／CLI中类的本质，了解为什么C++／CLI可以实现.NET CLI不支持而C++支持的语言特性，例如多重继承等的本质原因。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/1415972.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Changjiang</dc:creator><title>从.NET CLI（第3版）看.NET Framework 2.0</title><link>http://blog.csdn.net/changjiang/archive/2006/11/08/1372371.aspx</link><pubDate>Wed, 08 Nov 2006 02:34:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2006/11/08/1372371.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/1372371.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2006/11/08/1372371.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/1372371.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1372371</trackback:ping><description>本文试通过简要分析.NET CLI（第3版）包含的内容，初步了解一般资料中较少涉及的.NET Framework 2.0内核相关信息。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/1372371.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Changjiang</dc:creator><title>浅谈DOS扩展器和DPMI</title><link>http://blog.csdn.net/changjiang/archive/2005/11/17/531197.aspx</link><pubDate>Thu, 17 Nov 2005 00:32:00 GMT</pubDate><guid>http://blog.csdn.net/changjiang/archive/2005/11/17/531197.aspx</guid><wfw:comment>http://blog.csdn.net/changjiang/comments/531197.aspx</wfw:comment><comments>http://blog.csdn.net/changjiang/archive/2005/11/17/531197.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/changjiang/comments/commentRss/531197.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=531197</trackback:ping><description>简要介绍DOS扩展器和DPMI的基本知识，简要介绍DOS下32位应用程序的开发（例如特殊要求的工控程序）和DJGPP。&lt;img src ="http://blog.csdn.net/changjiang/aggbug/531197.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>