<?xml version="1.0" encoding="gb2312"?>
	<rss version="2.0">
		<channel>
		<title><![CDATA[“开源一刻”工作室]]></title>
		<description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;欢迎光临“开源一刻”。本站点主要从事开源资料的的收集汇总等等，主要包括操作系<br/>统、程序设计、桌面应用等等各个方面的信息，希望各位多多光临指教，互相交流。本站资<br/>源均来自互联网，如果本站收集的内容侵犯了您的版权，请及时通知本人，本人将在第一时<br/>间内删除。<br/>
&nbsp;&nbsp;&nbsp;&nbsp;本人经营各类linux、BSD、Solaris等各类开源操作系统，欢迎光临本人网店。<br/>&nbsp;&nbsp;&nbsp;&nbsp;
<a  href="http://shop33420053.taobao.com/" target="_blank"><font color="red" size="3">［开源一刻］工作室——淘宝网店</font></a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;
<font size="3" color="red"><script type="text/javascript"><!--
google_ad_client = "pub-1886744859295832";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQhaq1_wEaCCRxB-IarN9yKJ2R4YcBMAA";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></font>]]></description>
		<link>http://www.cublog.cn/u/7217/</link>
		<language>zh-cn</language>
		<generator>www.cublog.cn</generator>
		<copyright>Copyright 2010 ChinaUnix.Net All Rights Reserved</copyright>
		<pubDate>Fri, 03 Sep 2010 02:14:10 GMT</pubDate>
	
		<item>
			<title><![CDATA[protel 99 se教程(原理图设计)（2）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1221571]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 25 Sep 2008 06:49:17 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P><FONT color=#993300>1.2.4 添加元件<BR></FONT>　　由于电路是由元件（含属性）及元件间的边线所组成的，所以现在要将所有可能使用到的元件都放到空白的绘图页上。<BR>　　通常用下面两种方法来选取元件。……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[protel 99 se教程(原理图设计)（1）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1221568]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 25 Sep 2008 06:47:33 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P><STRONG>1.1 protel 99 se电路板设计步骤<BR></STRONG>　　一般而言，设计电路板最基本的过程可以分为三大步骤。</P>
<OL>
<LI>电路原理图的设计<BR>电路原理图的设计主要是protel 99 se的原理图设计系统……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[模块化编程的分层设计经验]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1165681]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 05 Sep 2008 07:34:42 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>模块化编程的分层设计经验</P>
<P>操作要点：<BR>1、每一层直接对下一层操作，尽量避免交叉调用或越级调用<BR>2、某些器件会把硬件驱动层合并成一个文件时，则归于较高的层<BR>3、相同功能的外部函数尽量……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Windows下DLL编程技术及应用]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1104094]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 04 Aug 2008 03:32:18 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>访问及端口I/O的两个实用DLL的全部源代码。<BR>关键词: DLL Windows编程 内存访问 I/O<BR><BR>一 、引 言<BR>由于Windows为微机提供了前所未有的标准用户界面、图形处理能力和简单灵便的操作，绝大多数程序编制……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Windows API编程之动态链接库（DLL）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1105542]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 04 Aug 2008 06:14:58 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>&nbsp;&nbsp; 链接库分为静态链接库和动态链接库，而动态链接库在使用时，又进一步分为装载时链接和运行时链接。装载时链接是指该动态链接库是在程序装入时进行加载链接的，而运行时链接是指该动态链接库是在程……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[ 用VC创建并使用DLL]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1105539]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 04 Aug 2008 06:12:20 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><STRONG><FONT size=4>为何DLL<BR><BR></FONT></STRONG>先看看静态库与DLL的不同之处<BR><BR>可执行文件的生成（Link期）：前者很慢（因为要将库中的所有符号定义Link到EXE文件中），而后者很快（因为后者被Lin……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[pragma宏的使用……]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1094358]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 28 Jul 2008 03:42:11 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>刚接触到MFC编程的人往往会被MFC 向导生成的各种宏定义和预处理指令所吓倒，但是预处理和宏定义又是C语言的一个强大工具。使用它们可以进行简单的源代码控制，版本控制，预警或者完成一些特殊的功能。</P>……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[如何成为一名优秀的程序员]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1090864]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 24 Jul 2008 08:02:28 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>在我的理解，VC只是一个编程工具，就如BC、BCB、Delphi 一样，其实对于编程最根本的就是三个方面，语言、开发包、 操作系统API，他们三个方面应该说是相对比较独立的。 
<DIV class=tbody>
<P>　　一位仁兄说……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Windows下DLL编程技术及应用]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1090894]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 24 Jul 2008 08:28:45 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[摘 要: 本文介绍了DLL技术在Windows编程中的基本运用方法及应用，给出了直接内<BR>存<BR>访问及端口I/O的两个实用DLL的全部源代码。<BR>关键词: DLL Windows编程 内存访问 I/O<BR><BR>一 、引 言<BR>由于Windows为微……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[嵌入式开发的模式及流程]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1074627]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Jul 2008 01:38:01 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>嵌入式系统开发模式 <BR>嵌入式系统开发分为软件开发部分和硬件开发部分。嵌入式系统在开发过程一般都采用 “宿主机/目标板”开发模式，即利用宿主机(PC机)上丰富的软硬件资源及良好的开发环境和调试工具来开发……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[ARM、DSP、FPGA的技术特点和区别是什么？]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1074632]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Jul 2008 01:48:51 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P><STRONG><U>ARM</U></STRONG>（Advanced RISC Machines）是微处理器行业的一家知名企业，设计了大量高性能、廉价、耗能低的RISC处理器、相关技术及软件。ARM架构是面向低预算市场设计的第一款RISC微处理器……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[PLD/FPGA 结构与原理初步（2）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1074635]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Jul 2008 01:53:03 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P align=left><FONT color=#000066><B class=font10>一.查找表（Look-Up-Table)的原理与结构</B></FONT></P>
<P align=left>&nbsp;</P>
<P class=font10 align=left>采用这种结构的PLD芯片我们也可以称之为……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[PLD/FPGA 结构与原理初步（1）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1074638]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Jul 2008 01:54:24 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<BLOCKQUOTE>
<P align=left><FONT color=#000066><B class=font10>一.基于乘积项（Product-Term)的PLD结构</B></FONT></P>
<P align=left>&nbsp;</P>
<P class=font10 align=left>采用这种结构的PLD芯片有……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[什么是FPGA？]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1074648]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Jul 2008 02:00:54 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>一、FPGA简介<BR>&nbsp;&nbsp;&nbsp;&nbsp; FPGA是英文Field Programmable Gate Array的缩写，即现场可编程门阵列，它是在可编程阵列逻辑PAL(Programmable Array Logic)、门阵列逻辑GAL(Gate Array Logic)、可编……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[与一线Linux嵌入式开发工程师的对话]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=1072106]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 03 Jul 2008 08:23:08 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>　　陈工程师一直做Linux的嵌入式开发，作为在开发一线的工程师，他对很多问题的看法可能更切合实际需求，于是，通过邮件，就嵌入式开发方面的问题，请他谈了一下自己的看法：</P>
<P>　　<STRONG>问：关……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[C++命名空间namespace]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=481296]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 20 Feb 2008 09:04:06 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[在C++中，名称（name）可以是符号常量、变量、宏、函数、结构、枚举、类和对象等等。为了避免，在大规模程序的设计中，以及在程序员使用各种各样的</SPAN><SPAN lang=EN-US>C++</SPAN><SPAN style="FONT-FAMILY: 宋体……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[modem和adsl有什么不同?]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=481041]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 20 Feb 2008 03:33:19 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>&nbsp; 电脑的猫，英文“MODEM”，读音有中文的“猫”音，故戏称为“猫”，中文译为“调制解调器” ，用来拔号的。它负责将语音信号转为数据信号，分为两个功能即”调制”与“解调”。 <BR>&nbsp; 什么是调……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[TCHAR，CHAR，LPSTR，LPCSTR，char这几个数据类型有何不同]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=480010]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 18 Feb 2008 09:01:52 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<TABLE cellSpacing=10 cellPadding=0 width="100%" border=0>
<P><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;char是C语言标准数据类型，字符型，至于由几个字节组成通常由编译器决定，一般一个字节。Windows为……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Linux下创建库函数]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=479927]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 18 Feb 2008 07:14:30 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<P>1. 介绍　 </P>
<P>&nbsp;&nbsp;&nbsp;使用GNU的工具我们如何在Linux下创建自己的程序函数库?一个“程序函数库”简单的说就是一个文件包含了一些编译好的代码和数据，这些编 译好的代码和数据可以在事后供其他的……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[使用Vim的折叠功能书写程序代码]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/7217/showart.php?id=431667]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 27 Nov 2007 08:06:58 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>折行的用处：<BR>&sup2; 创建折行进行大纲预览<BR>&sup2; 移动到某处进行编辑<BR>&sup2; 使用jzij打开文本进行编辑<BR>&sup2; 编辑完毕后再用jzij打开折行进行移动</P>
<P>打开vim的折叠功能，请在~/.vim……  ]]></description>
		</item>	
			</channel>
	</rss>
