<?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/sarsjapanese" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/sarsjapanese" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 19 Jul 2007 21:55:00 GMT</lastBuildDate><title>sarsjapanese的专栏</title><link>http://blog.csdn.net/sarsjapanese/</link><item><title>硬件工程师面试试题</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699669.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1699669.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1699669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1699669</trackback:ping><description>硬件工程师面试试题 &lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1699669.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Jul 2007 05:55:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699669.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699669.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>函数可重入性及编写规范</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699519.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1699519.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1699519.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1699519</trackback:ping><description>可重入（reentrant）函数可以由多于一个任务并发使用，而不必担心数据错误。相反， 不可重入（non-reentrant）函数不能由超过一个任务所共享，除非能确保函数的互斥（或者使用信号量，或者在代码的关键部分禁用中断）。可重入函数可以在任意时刻被中断，稍后再继续运行，不会丢失数据。可重入函数要么使用本地变量，要么在使用全局变量时保护自己的数据。 
&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1699519.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Jul 2007 05:21:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699519.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/07/19/1699519.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>gcc对标准C/C++语言的扩展</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/01/27/1495745.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1495745.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1495745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1495745</trackback:ping><description>GNC CC 是一个功能非常强大的跨平台 C 编译器，它对 C 语言提供了很多扩展，
这些扩展对优化、目标代码布局、更安全的检查等方面提供了很强的支持。本文把
支持 GNU 扩展的 C 语言称为 GNU C&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1495745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 Jan 2007 02:50:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/01/27/1495745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/01/27/1495745.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>C语言嵌入式系统编程修炼之内存操作</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/01/14/1482786.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1482786.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1482786.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1482786</trackback:ping><description>C语言嵌入式系统编程修炼之内存操作&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1482786.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 14 Jan 2007 22:41:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/01/14/1482786.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/01/14/1482786.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>C语言高效编程的的四招技巧</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/01/13/1481967.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1481967.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1481967.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1481967</trackback:ping><description>C语言高效编程的的四招技巧，这四招技巧确实总结不错，只有经常看源码的人才会有这种体会。&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1481967.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 13 Jan 2007 22:15:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/01/13/1481967.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/01/13/1481967.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>c和c++面试题探讨（题目以收录时间为序，不以难度排名）</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/01/12/1481578.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1481578.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1481578.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1481578</trackback:ping><description>面试题往往极具代表性，一些语言的难点，易错点，技巧点就在面试题中出现。对面试题的解题思路可以看出应试者的编程素质，在此，对网络上出现的面试题加以收集，希望大家一起探讨。&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1481578.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 13 Jan 2007 06:33:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/01/12/1481578.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/01/12/1481578.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>c语言中函数二维数组传递方法小结</title><link>http://blog.csdn.net/sarsjapanese/archive/2007/01/09/1478545.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1478545.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1478545.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1478545</trackback:ping><description>c语言中经常需要通过函数传递二维数组&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1478545.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Jan 2007 06:49:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2007/01/09/1478545.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2007/01/09/1478545.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>嵌入式程序员应知道的问题</title><link>http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452246.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1452246.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1452246.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1452246</trackback:ping><description>嵌入式程序员应知道的问题&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1452246.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Dec 2006 05:00:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452246.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452246.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>嵌入式系统词汇表</title><link>http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452240.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1452240.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1452240.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1452240</trackback:ping><description>嵌入式系统词汇表&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1452240.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Dec 2006 04:55:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452240.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2006/12/21/1452240.aspx</guid><dc:creator>sarsjapanese</dc:creator></item><item><title>计算机基础知识大全之硬件篇</title><link>http://blog.csdn.net/sarsjapanese/archive/2006/08/23/1109612.aspx</link><wfw:comment>http://blog.csdn.net/sarsjapanese/comments/1109612.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/sarsjapanese/comments/commentRss/1109612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1109612</trackback:ping><description>主板 

　　之所以把这东西放在第一位，是因为作为它太重要。 我们常见的主板是ATX主板。它是采用印刷电路板（PCB）制造而成。是在一种绝缘材料上采用电子印刷工艺制造的。市场上主要有4层板与6层板二种。常见的都是4层板。用6层PCB板设计的主板不易变形，稳定性大大提高。如果你有幸买到了6层板，那可绝对超值啊！哈！在主板的每层都布满了电路，所以，如果PCB板烧坏，比较轻的凭借我们工程师高超的技术，可以通过搭明线维修，比较严重的话，这片主板的生命也就到此结束了！ 主板上面的零件看起来眼花缭乱，可他们都是非常有条有理的排列着。主要包括一个CPU插座；北桥芯片、南桥芯片、BIOS芯片等三大芯片；前端系统总线FSB、内存总线、图形总线AGP、数据交换总线HUB、外设总线PCI等五大总线；软驱接口FDD、通用串行设备接口USB、集成驱动电子设备接口IDE等七大接口。 

&lt;img src =&quot;http://blog.csdn.net/sarsjapanese/aggbug/1109612.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Aug 2006 05:40:00 +0800</pubDate><author>sarsjapanese</author><comments>http://blog.csdn.net/sarsjapanese/archive/2006/08/23/1109612.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sarsjapanese/archive/2006/08/23/1109612.aspx</guid><dc:creator>sarsjapanese</dc:creator></item></channel></rss>