<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[~ Wireless Ardour ~]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[学习 交流 共享 热情 .......]]></description>
<link>http://hi.baidu.com/kuix</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[51串口通信]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/fb68f207837142c77b8947bd.html]]></link>
        <description><![CDATA[
		
		<p><font color="#ff0000" size="5"><strong>作业参考该程序的结构</strong></font></p>
<p><font size="5"><font color="#0000ff">可以在程序中设置缓冲区,中断程序只是把收到的数据放入缓冲区,而在主程序里处理这些数据.这样做的目的是减少中断程序执行时间,   允许的中断频率就增大了,即数据传输速度变大.</font> </font></p>
<p>#include &quot;reg51.h&quot;</p>
<p>#define uchar unsigned char<br>
#define uint unsigned int</p>
<p>//--------------------------------------------------------------------------<br>
//函数名称:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  UART_Init()<br>
//函数功能:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  串口初始化函数,在系统时钟为11.059MHZ时，设定串口波特率为9600bit/s<br>
//其他说明:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  串口接收中断允许，发送中断禁止<br>
//--------------------------------------------------------------------------</p>
<p>void UART_Init(void)<br>
{<br>
SCON = 0x50 ; //SCON: serail mode 1, 8-bit UART, enable ucvr <br>
TMOD |= 0x20 ; //TMOD: timer 1, mode 2, 8-bit reload <br>
PCON |= 0x80 ; //SMOD=1; <br>
TH1 = 0xFA ; //Baud:9600 fosc=&quot;11&quot;.0592MHz <br>
ES=1;<br>
TR1 = 1 ; &nbsp;&nbsp;  // timer 1 run <br>
EA=1;<br>
}</p>
<p> </p>
<p>//--------------------------------------------------------------------------<br>
//函数名称:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  main(void)<br>
//函数功能:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  主函数<br>
//其他说明:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  无<br>
//--------------------------------------------------------------------------</p>
<p>void main(void)<br>
{<br>
UART_Init();<br>
while(1);<br>
}</p>
<p><br>
//--------------------------------------------------------------------------<br>
//函数名称:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Uart_SendData()<br>
//函数功能:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  串口发送一个字节的数据<br>
//其他说明:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  此程序供中断调用<br>
//--------------------------------------------------------------------------</p>
<p>void Uart_SendData(uchar dat)<br>
{<br>
SBUF=dat; //写SBUF，开始发送<br>
while(TI==0); //等待发送<br>
TI=&quot;0&quot;;&nbsp;&nbsp;  //清发送标志位 <br>
}</p>
<p> </p>
<p>//--------------------------------------------------------------------------<br>
//函数名称:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  INT_UartRcv()<br>
//函数功能:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  串口接收中断函数<br>
//其他说明:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  无<br>
//--------------------------------------------------------------------------</p>
<p>void INT_UartRcv(void) interrupt 4<br>
{<br>
uchar Rcv=&quot;0&quot;;<br>
if(RI)<br>
{<br>
RI=&quot;0&quot;;&nbsp;&nbsp;&nbsp;&nbsp;  //<br>
Rcv=&quot;SBUF&quot;;<br>
Uart_SendData(Rcv); //返回接收数据,可以改为其他函数 <br>
}</p>
<p>}</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/fb68f207837142c77b8947bd.html#comment">查看评论</a>]]></description>
        <pubDate>2009-11-11  12:28</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/fb68f207837142c77b8947bd.html</guid>
</item>

<item>
        <title><![CDATA[转载牛人收集的（样片申请）]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/1ec86110169259f6c3ce79aa.html]]></link>
        <description><![CDATA[
		
		<p><font color="#cc0000" size="5">转载</font><a href="http://www.eet-china.com/"><font color="#cc0000" size="5"><img border="0" alt="电子工程专辑网站" src="http://image.eet-china.com/EET_logo.gif"></font></a><font color="#cc0000" size="5">牛人收集的样片申请</font></p>
<p><font size="5"><font color="#cc0000">以下是原帖</font>：</font></p>
<p> </p>
<p>以下是本人通过搜索引擎\站内厂商列表搞出来的,页面看了上千个,那个辛苦啊.......T_T',强烈要求版<br>
主加精.<br>
看了的兄弟帮忙回个帖,可以让更多的人看到.<br>
1、推荐铁电存储器（未见量的限制,据说最多有人申请了100片，不知真假.）<br>
介绍：铁电存储器（FRAM）产品将ROM的非易失性数据存储特性和RAM的无限次读写、高速读写以及低功耗<br>
等优势结合在一起。FRAM产品包括各种接口和多种密度，像工业标准的串行和并行接口，工业标准的封装<br>
类型，以及4Kbit、16Kbit、64Kbit、256Kbit和1Mbit等密度。<br>
申请地址：<a href="http://www.huazhoucn.com/mianfei.aspx">http://www.huazhoucn.com/mianfei.aspx</a><br>
申请注意：填写好企业、姓名等内容，不然可能收不到。当然可以多几个人申请，嘿嘿<br>
2、VK系列UART（一次最多2片）<br>
介绍：维肯公司主要提供集成电路，射频电子标签读卡模块,医疗电子产品,汽车电子产品等在类的电子产<br>
品和整体解决方案。 <br>
申请地址：<a href="http://www.vkic.com/usermanage/login.asp">http://www.vkic.com/usermanage/login.asp</a><br>
申请注意：属企业级的申请，要填正确公司、姓名、联系方式。<br>
3、ADI公司（最多索取3种产品，每种2片）<br>
介绍：ADI含几乎所有的模拟器件产品。<br>
申请地址：<a href="http://www.analog.com/intl/china/orderSamples/">http://www.analog.com/intl/china/orderSamples/</a><br>
4、Maxim公司（最多索取3种产品，每种2片）<br>
介绍：Maxim公司免费提供Maxim/Dallas样品，以方便您评估测试其性能之用。<br>
申请地址：<a href="http://www.maxim-ic.com.cn/samples/">http://www.maxim-ic.com.cn/samples/</a><br>
申请注意：需填写该表格中的&ldquo;最终产品&rdquo;和&ldquo;预计年用量&rdquo; 两项内容<br>
5、Microchip Technology Inc（最多索取5种，每种1片）<br>
介绍：单片机和模拟半导体供应商<br>
申请地址：<a href="http://sample.microchip.com/Default.aspx?testCookies=true">http://sample.microchip.com/Default.aspx?testCookies=true</a><br>
申请注意：时间较长，2个星期<br>
6、TI（(最多提供 8 种不同型号的器件样片) ）<br>
介绍：模拟和 DSP 技术<br>
申请地址：<a href="http://focus.ti.com.cn/cn/general/docs/gencontent.tsp?contentId=29859&amp;DCMP=TI">http://focus.ti.com.cn/cn/general/docs/gencontent.tsp?contentId=29859&amp;DCMP=TI</a>-<br>
cn_Home_Tracking&amp;HQS=v?OT+home_b_samples<br>
申请注意：在申请前组织下运用<br>
7、成都国腾<br>
介绍：IC接口类、IC电源类、IC存储类、IC消费类、IC其它产品、IP类、IC通讯类 <br>
申请地址：<a href="http://www.gticc.com/cn/khfw-ypsq1.htm">http://www.gticc.com/cn/khfw-ypsq1.htm</a><br>
8、南京沁恒<br>
介绍：涵盖电子电路、单片机和DSP、可编程器件、计算机硬件体系构架、计算机BIOS和系统软件<br>
申请地址：<a href="http://www.wch.cn/technique/index2.asp">http://www.wch.cn/technique/index2.asp</a><br>
申请注意：客户需自付快递运费<br>
9、飞思卡尔<br>
申请地址：<a href="http://www.freescale.com/webapp/sps/site/homepage.jsp">http://www.freescale.com/webapp/sps/site/homepage.jsp</a>?<br>
nodeId=010984007869597059286929489<br>
10、北天星<br>
介绍：ATMEL、RAMTRON、ALLIANCE、TAISOL、ATCHIP、UTC、ESI、VIMICRO、Philips、MXIC、ST等原厂的<br>
各种芯片样品<br>
申请地址：<a href="http://www.po-star.http//www.mcu-memory.comcom/sample.asp">http://www.po-star.http://www.mcu-memory.comcom/sample.asp</a><br>
11、深圳市英蓓特信息技术有限公司<br>
介绍：嵌入式开发<br>
申请地址：<a href="http://www.embed.com.cn/yangpian/index.asp?company_id=5089">http://www.embed.com.cn/yangpian/index.asp?company_id=5089</a><br>
注意：邮资自付<br>
12、润金法<br>
介绍：单片机<br>
申请地址：<a href="http://www.ic365.com.cn/asp/apply.asp">http://www.ic365.com.cn/asp/apply.asp</a><br>
注意：向企业，个人有些困难<br>
13、双龙电子<br>
介绍：SUNSHINE（编程器）、HILO（编程器/仿真器）、MICROTEK（仿真器）、ADVANTECH（编程器）、<br>
LEAP（编程器）、XELTEK（编程器）、ENPLAS（Seckt）、3M（Socket）、CHIPTOOL（Socket）、ATMEL <br>
AVR（仿真器）<br>
申请地址：<a href="http://www.sl.com.cn/">http://www.sl.com.cn/</a><br>
14、杭州利尔达科技<br>
介绍：TI、ROHM、SIPEX、CATALYST、RAINSUN 等诸多国际著名半导体产品<br>
申请地址：<a href="http://www.lierda.com/">http://www.lierda.com/</a><br>
15、泰仁发<br>
介绍：单片机<br>
申请地址：<a href="http://www.tairenfa.com/apply.htm">http://www.tairenfa.com/apply.htm</a><br>
16、丹特公司<br>
介绍：功率转换和电力存储系统<br>
申请地址：<a href="http://www.dionics-usa.com/sample_req_form.htm">http://www.dionics-usa.com/sample_req_form.htm</a></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C5%F3%D3%D1%D7%AA%CC%F9">朋友转贴</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/1ec86110169259f6c3ce79aa.html#comment">查看评论</a>]]></description>
        <pubDate>2009-11-04  21:16</pubDate>
        <category><![CDATA[朋友转贴]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/1ec86110169259f6c3ce79aa.html</guid>
</item>

<item>
        <title><![CDATA[本科论文题目（电子信息类）]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/f0c1f7587e5a038b810a1857.html]]></link>
        <description><![CDATA[
		
		<p><strong><font color="#ff0000" size="4"> 拟定一些题目，欢迎大家评定和补充</font></strong></p>
<p> </p>
<p>序号 拟 定 题 目<br>
1 家庭无线环境监测平台设计<br>
2 扩频监控系统在家庭安全方面的应用与设计<br>
3 选用射频芯片的无线数据通信的电路设计<br>
4 音频信号接收和定位的应用的设计<br>
5 单项电能仪表芯片AD7755的应用和设计<br>
6 空时分组码的编译码算法及应用<br>
7 无线网关应用及设计<br>
8 直序列扩频信号的时频特征分析<br>
9 射频电路的PCB设计<br>
10 单片机SPI接口<br>
11 高档51单片机STC12系列的应用研究<br>
12 颜色设别研究及应用<br>
13 PSK通信系统的Monter Carlo仿真<br>
14 FIR数字滤波器设计<br>
15 基于小波分析的信号消噪声器设计<br>
16 MSK直序扩频通信系统的仿真分析<br>
17 基于MATLAB通信系统抗噪声性能分析<br>
18 基于红外的光线监控和检测<br>
19 基于SUNPLUS单片机制作数字式语音时钟<br>
20 CAN总线在远程电力抄表系统中的应用<br>
21 基于PWM的按摩机传动控制电路设计<br>
22 汽车倒车防撞报警器的设计与实实现<br>
23 家庭保安系统&mdash;报警处理子系统<br>
24 基于GPRS数据采集网络 监控系统的研究 <br>
25 基于AD9850锁相环频率合成器设计<br>
26 LED显示屏动态显示和远程监控的实现.<br>
27 基于GSM短信模块的家庭防盗报警系统<br>
28 太阳能热水器的智能控制器设计<br>
29 电动智能救灾机器人（小车）<br>
30 DPSK通信系统的仿真<br>
31 家庭无线监控网络的设计<br>
32 IIR数字滤波器双线性变换法的设计<br>
33 PSK通信系统的Monter Carlo仿真<br>
34 基于小波分析的信号消噪声器设计<br>
35 基于小波分析的信号压缩方法研究<br>
36 网络流量的特性分析与建模<br>
37 MSK直序扩频通信系统的仿真分析<br>
38 基于MATLAB通信系统抗噪声性能的Monter Carlo分析<br>
39 基于MATLAB的语音信号分析<br>
40 滤波器设计技术研究与仿真<br>
41 直流斩波电路的Matlab/Simulink仿真研究<br>
42 基于AT89C51型单片机的CAN总线智能节点设计<br>
43 音频控制和测距的应用与设计<br>
44 ZigBee在工业控制中的应用<br>
45 ZigBee住智能家居系统中的应用<br>
46 OFDM中的信道均衡技术<br>
47 基于MATLAB的OFDM系统仿真及性能分析<br>
48 OFDM系统中导频设计问题研究<br>
49 CC2430芯片的应用研究和设计<br>
50 基于ZigBee的智能家庭监控网关的设计</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/f0c1f7587e5a038b810a1857.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-23  22:19</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/f0c1f7587e5a038b810a1857.html</guid>
</item>

<item>
        <title><![CDATA[通信工程专业本科毕业设计（论文）选题指南]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/d8ccaa540ab49e153a2935cc.html]]></link>
        <description><![CDATA[
		
		<p style="text-align: center; margin: 0cm 0cm 0pt" class="MsoNormal" align="center"><span style="font-size: 18pt; mso-ascii-: 12.0pt">通信工程专业本科毕业设计（论文）选题指南</span></p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoNormal"><span><font face="Times New Roman">（摘自网络）</font></span></p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoNormal"><span style="font-size: 14pt; mso-hansi-: bold"><font size="3"><font face="宋体">一、通信工程专业的学科领域</font></font></span></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><span style="color: black; font-size: 12pt; mso-bidi-font-size: 14.0pt; mso-bidi-font-weight: bold"><font face="宋体">通信工程专业属于电气信息类专业。电气信息类专业还包括：电气工程及自动化（<span>080601</span>）；自动化（<span>080602</span>）；电子信息工程（<span>080603</span>）；计算机科学与技术（<span>080605</span>）；电子科学与技术（<span>080606</span>）；生物医学工程（<span>080607</span>）。</font></span></p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoNormal"> </p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoNormal"><font size="3"><font face="宋体"><strong style="mso-bidi-font-weight: normal"><span style="font-size: 14pt">二、</span></strong><span style="font-size: 14pt; mso-hansi-: bold">通信工程专业的主要研究方向和人才培养目标</span></font></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt; mso-hansi-: 14.0pt; mso-bidi-font-weight: bold">1</span><span style="font-size: 12pt; mso-hansi-: 14.0pt; mso-bidi-font-weight: bold">、通信工程专业的主要研究方向</span></font></p>
<p style="line-height: 21pt; text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-line-height-rule: exactly; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>1</span>）<span style="color: red">数据通信传输</span>问题的研究；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>2</span>）<span style="color: red">信号及信息处理方面</span>的研究；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>3</span>）<span style="color: red">通信系统仿真方面</span>的研究；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>4</span>）<span style="color: red">通信新技术方面</span>的应用；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>5</span>）<span style="color: red">通信电子电路或微机接口方面</span>的研究；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>6</span>）<span style="color: red">通信方面的软件开发，网络层协议</span>研究等；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>7</span>）<span style="color: red">网络信息安全</span>的研究</font></p>
<p style="line-height: 21pt; text-indent: 24.1pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><strong style="mso-bidi-font-weight: normal"><span style="font-size: 12pt; mso-bidi-font-size: 14.0pt">2</span></strong><strong style="mso-bidi-font-weight: normal"><span style="font-size: 12pt; mso-bidi-font-size: 14.0pt">、</span></strong><span style="font-size: 12pt; mso-hansi-: 14.0pt; mso-bidi-font-weight: bold">通信工程专业的人才培养目标</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="color: black; font-size: 12pt">通信工程专业培养具备通信技术、通信系统和通信网等方面的知识，能在通信领域中从事研究、设计、制造、运营及在国民经济各部门和国防工业中从事开发、应用通信技术与设备的高级工程技术人才。</span></font></p>
<p style="margin: 0cm 0cm 0pt" class="MsoBodyTextIndent"><font size="3"><font face="宋体"><span>本专业学生主要学习通信系统和通信网方面的基础理论、组成原理和设计方法，受到通信工程实践的基本训练，具备从事现代通信系统和网络的设计、开发、调测和工程应用的基本能力。</span></font></font></p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt 21pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="color: black; font-size: 12pt">通信工程专业的</span><span style="font-size: 12pt; mso-bidi-font-weight: bold">毕业生应具备以下几方面的知识能力和素质结构：</span></font></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>1</span>）掌握通信领域内的基本理论和基本知识。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>2</span>）掌握光波、无线、多媒体等通信技术。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>3</span>）掌握通信系统和通信网的分析与设计方法。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>4</span>）了解通信系统和通信网建设的基本方针、政策和法规。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>5</span>）了解通信技术的最新进展与发展动态。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>6</span>）具有设计、开发、调测、应用通信系统和通信网的基本能力。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><span style="font-size: 12pt"><font face="宋体">（<span>7</span>）掌握文献检索、资料查询的基本方法、具有一定的科学研究和实际工作能力。</font></span></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">（<span>8</span>）</span><span style="font-size: 12pt">善于运用已有知识来学习挖掘新知识，具有能够将所学知识运用到实践活动中去和运用科学知识分析解决实际问题的能力。</span></font></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">（<span>9</span>）</span><span style="font-size: 12pt">具有独立观察，分析问题，敢于标新立异，勇于置疑，具备开展科学创新活动的基本能力，能灵活地把所学知识服务于社会。</span></font></p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoBodyTextIndent2"><font size="3"><font face="宋体"><span style="mso-bidi-font-weight: normal">3</span><span style="mso-bidi-font-weight: normal">、通信工程专业课程群分类</span></font></font></p>
<p style="line-height: 21pt; text-indent: 18.05pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoBodyTextIndent2"><font size="3"><font face="宋体"><strong style="mso-bidi-font-weight: normal">（<span>1</span>）数字通信与网络交换：</strong>概率论与数理统计、随机信号分析、<span style="color: black">通信原理、无线通信原理、</span>通信组网与程控交换、计算机通信与网络、<span style="color: black">移动通信、光纤通信、</span>微波通信、<span style="color: black">电磁波与电磁场</span>；</font></font></p>
<p style="line-height: 21pt; text-indent: 18.05pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoBodyTextIndent2"><font size="3"><font face="宋体"><strong style="mso-bidi-font-weight: normal"><span style="color: black">（<span>2</span>）信号及信息处理</span></strong><span style="color: black">：信号与系统、数字信号处理、通信原理、数据结构、数字图像处理、</span>信息理论与编码；</font></font></p>
<p style="line-height: 21pt; text-indent: 18.05pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoBodyTextIndent2"><font size="3"><font face="宋体"><strong style="mso-bidi-font-weight: normal">（<span>3</span>）电子电路：</strong><span style="color: black">电路分析、模拟电路、数字电路、高频电子线路、</span><span>DSP</span>原理及应用、<span style="color: black">EDA</span><span style="color: black">技术、</span>混合集成电路；</font></font></p>
<p style="line-height: 21pt; text-indent: 18.05pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"><font face="宋体"><strong><span style="font-size: 12pt">（</span></strong><strong><span style="font-size: 12pt">4</span></strong><strong><span style="font-size: 12pt">）计算机应用方面：</span></strong><span style="color: black; font-size: 12pt">计算机文化基础、</span><span style="font-size: 12pt">C</span><span style="font-size: 12pt">语言程序设计、<span style="color: black">汇编语言、数据库原理及应用、软件工程、面向对象程序设计、</span>多媒体技术、<span style="color: black">微机原理与接口技术、</span>单片机原理应用等。</span></font></p>
<p style="line-height: 21pt; text-indent: 18pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 1.5" class="MsoNormal"> </p>
<p style="line-height: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font size="3"><font face="宋体"><span style="font-size: 14pt; mso-ascii-: 12.0pt">三<strong style="mso-bidi-font-weight: normal">、毕业设计（论文）选题原则</strong></span></font></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">本专业毕业论文（设计）题目的选择要遵循以下原则：</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">1</span><span style="font-size: 12pt">、<strong><span style="color: red">要结合所学专业</span></strong></span></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">毕业论文主要用来衡量学生对所学知识的掌握程度，所以论文题目不能脱离所学的专业知识。有些学生工作与所学专业没有关系，而本人对所从事的工作有一定的探索或研究，毕业论文就写了这方面的内容。这只能算是工作总结，但不能算是一篇毕业论文。</span></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">工科学生学习的专业往往和他们从事的工作有较紧密的关系，他们有较丰富的实验经验和感性认识，经过几年的系统学习，可以学到相应的理论知识，使他们对自己的工作有一种新的认识，他们可以利用所学知识对原来的工作方式、工作程序、工作工具进行改进，以提高工作效率。</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">2</span><span style="font-size: 12pt">、<strong><span style="color: red">内容要新</span></strong></span></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">工科论文除了具有理论性之外，更重要的是它的实践性和实际操作性。工科各学科发展非常之快，往往教科书刚进入课堂，内容就已经落后了。待学生毕业时，所学知识可能几近淘汰，所以学生选题要注意所用知识不能陈旧，要能跟上学科的发展。</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">3</span><span style="font-size: 12pt">、<strong><span style="color: red">题目要大小适当，难易适度</span></strong></span></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">论文题目不宜过大，否则必然涉及的范围大广。学生处涉科研，普遍存在着知识面窄、理论功底不足的问题，再加上学生主要以业余学习为主，题目太大，势必讲得不深不透，乃至丢三落四，难以驾驭。因此，选题必须具体适中。</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">题目选择要难易适度。过难，自己不能胜任，最后可能半途而废，无法完成论文；太容易，则论文层次太低，不能很好地反映几年来的学习成绩和科研水平，同时自己也得不到锻炼。</span></font></p>
<p style="line-height: 21pt; text-indent: 21pt; margin: 0cm 0cm 2.5pt; mso-line-height-rule: exactly" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt">选题最好能合乎个性兴趣爱好，如果自己对论题兴趣很高，就会有自发的热情和积极性，文章就容易写出新意来。</span></font></p>
<p style="line-height: 21pt; text-indent: 28pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"> </p>
<p style="line-height: 21pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly" class="MsoNormal"><span style="font-size: 14pt; mso-hansi-: 12.0pt; mso-bidi-font-weight: bold"><font size="3"><font face="宋体">四、毕业设计（论文）选题</font></font></span></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><span style="font-size: 12pt; mso-bidi-font-weight: bold"><font face="宋体">选题是决定毕业设计（论文）训练成败与质量好坏的关健之一。</font></span></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt; mso-bidi-font-weight: bold">1</span><span style="font-size: 12pt; mso-bidi-font-weight: bold">、通信工程专业本科从选题的内容上可以分为<span style="color: red">理论型毕业设计（论文）和应用型毕业设计（论文）两大类。</span></span></font></p>
<p style="line-height: 150%; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="line-height: 150%; font-size: 12pt">2</span><span style="line-height: 150%; font-size: 12pt">、从本科</span><span style="line-height: 150%; font-size: 12pt; mso-bidi-font-weight: bold">毕业设计（论文）课题的来源，也可以分为<span style="color: red">教师命题型和自选型毕业设计</span>（论文）两大类。</span></font></p>
<p style="line-height: 21pt; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-line-height-rule: exactly; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="font-size: 12pt; mso-bidi-font-weight: bold">3</span><span style="font-size: 12pt; mso-ascii-: bold">、</span><span style="font-size: 12pt">学生要根据通信工程专业课程群来确定选题方向，数字通信与网络交换方向及<span style="color: black">信号及信息处理方向的所有应用方面课程均可以作为选题内容。但是，</span>电子技术应用方向及计算机应用方向必须与通信或信号信息处理相结合，其中要有与通信相关的内容。</span></font></p>
<p style="line-height: 150%; text-indent: 24pt; margin: 0cm 0cm 0pt; mso-char-indent-count: 2.0" class="MsoNormal"><font face="宋体"><span style="line-height: 150%; font-size: 12pt; mso-bidi-font-weight: bold">4</span><span style="line-height: 150%; font-size: 12pt; mso-bidi-font-weight: bold">、从通信工程专业本科毕业设计（论文）所涉及的研究领域来看，可以是以下内容：</span></font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>1</span>）网络交换与数据传输分析；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>2</span>）通信网络或数字通信仿真（<span>MATLAB</span>，<span>Systemview</span>等）；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>3</span>）信号及信息处理，（如数据采集，<span>USB</span>接口传输，图像数据处理等）；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>4</span>）红外线遥感技术（如防盗遥感技术）</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>5</span>）网络信息安全（如编码技术）</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>6</span>）通信类软件开发，（如<span>C</span>语言与蓝牙结合）</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>7</span>）数据传输类接口电路设计或软件设计（如嵌入式蓝牙设计）</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>8</span>）光纤、无线、移动等通信新技术方面的应用或开发；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>9</span>）微波技术，电磁波传输技术，卫星雷达等方面</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>10</span>）计算机网络或计算机控制方面</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>11</span>）通信在军事方面的应用研究；</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>12</span>）程控交换，交互式有线电视网等。</font></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 6pt 21pt; mso-char-indent-count: 0" class="MsoBodyTextIndent2"><font size="3" face="宋体">（<span>13</span>）其他与通信相关的命题。</font></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C5%F3%D3%D1%D7%AA%CC%F9">朋友转贴</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/d8ccaa540ab49e153a2935cc.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-23  13:26</pubDate>
        <category><![CDATA[朋友转贴]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/d8ccaa540ab49e153a2935cc.html</guid>
</item>

<item>
        <title><![CDATA[很好的英文文献电子书下载地点]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/097b2ad70102c5d7a144df0b.html]]></link>
        <description><![CDATA[
		
		<p><font size="5">偶然发现这个很好的英文文献电子书下载地点，快去吧！！！！</font></p>
<p><a target="_blank" href="http://www.pdfgeni.com/"><img alt="pdfgeni logo" src="http://www.pdfgeni.org/images/logo.png"></a></p>
<p><span><img class="blogimg" border="0" small="0" src="http://hiphotos.baidu.com/kuix/pic/item/e650452786593729918f9d9c.jpg"><br>
</span></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/097b2ad70102c5d7a144df0b.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-12  23:28</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/097b2ad70102c5d7a144df0b.html</guid>
</item>

<item>
        <title><![CDATA[新中国60华诞]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/02453b956f0836027bf480a5.html]]></link>
        <description><![CDATA[
		
		<p><img style="width: 569px; height: 353px" class="blogimg" border="0" width="1599" height="928" small="0" src="http://hiphotos.baidu.com/kuix/pic/item/8b52b6ef049c36c3ce1b3eae.jpg"></p>
<p><span><img class="blogimg" border="0" small="0" src="http://hiphotos.baidu.com/kuix/pic/item/bacbf23f0fec64e87d1e7182.jpg"><font color="#ff0000" size="5"><strong>祝祖国繁荣强大！！！</strong></font><br>
</span></p>
<p> </p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/02453b956f0836027bf480a5.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-01  09:02</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/02453b956f0836027bf480a5.html</guid>
</item>

<item>
        <title><![CDATA[CMC 2010 Call for Papers & Expo]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/e15327e9f6ed0435b90e2d5e.html]]></link>
        <description><![CDATA[
		
		<p style="margin-top: 0px; margin-bottom: 0pt" class="style5"><strong><font size="4">2010 International Conference on Communications and </font></strong></p>
<p style="margin-top: 0px; margin-bottom: 6pt" class="style5"><strong><font size="4">Mobile Computing (CMC 2010)</font></strong></p>
<p style="margin-top: 0px; margin-bottom: 6pt" class="style3"><em>April 12-14, 2010</em></p>
<p style="margin-top: 0px; margin-bottom: 6pt" class="style3">Shenzhen, China</p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style3"><strong><font color="#cc0000" size="4">Call for Papers &amp; Expo<br>
</font></strong><font color="#ff0000"><span style="font-size: 5pt"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></span></font></p>
<p style="text-align: justify; margin-top: 0px; margin-bottom: 0pt" class="style3"><font size="2">CMC 2010 intends to be a global forum for researchers and engineers to present and discuss recent advances and new techniques in communications and mobile computing. We invite you to submit your original papers on the most recent results and technology trends to one of the <a href="http://world-research-institute.org/conferences/CMC/2010/symposium.html">5 symposiums</a>.</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font size="2">CMC 2010 conference proceedings will be published by the IEEE Computer Society's Conference Publishing Services (CPS) which will include the conference proceedings in the IEEE Xplore. All papers in the CMC 2010 proceedings are expected to be indexed by Ei Compendex and ISTP (pending). Note that according to the most recent IEEE policy, any guaranteed Ei indexing made by IEEE-related conferences is illegitimate. However, <a href="http://world-research-institute.org/conferences/CMC/2009/index.html">CMC 2009</a> proceedings were indexed in Ei and we assure that the publication and indexing process of CMC 2010 remain the same as in 2009.</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font size="2">CMC 2010 is organized by the College of Information Engineering, Shenzhen University, China. In addition to research papers, CMC 2010 also seeks exhibitions of modern products and equipment for communications and mobile computing. <br>
</font><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font size="2">Shenzhen, situated just across the border from Hong Kong, is a beautiful coastal city in southern China. It is a showcase of China&rsquo;s reforms and opening up to the rest of the world. In 27 years, Shenzhen has developed from a small fishing village into a modern city with a population of 12 million and a gross domestic product (GDP) ranking among the highest in China. Famous tourist attractions include Dapeng Fortress, Lotus Hill, Shennan Thoroughfare, and Yangtai Mountain.<br>
</font><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font size="2">If you have any questions, please email us at&nbsp;&nbsp;  <strong>cmc2010 &lt;AT&gt; szu.edu.cn</strong> or call +86 755 2653 6198 or +86 755 2653 5259.</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt"><font color="#cc0000" size="2"><strong>Important Dates:</strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 3pt" class="style2"><font size="2">Paper Submission Deadline: 15 October 2009<br>
Review Notification: 15 November 2009 <br>
Final Papers and Author Registration Deadline: 15 December 2009</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px"><font color="#cc0000" size="2"><strong>Organizing Committee </strong></font>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">Honorary Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2" face="Arial,Arial">Weixin XIE, Shenzhen University, China </font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">General Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2" face="Arial,Arial">Cheng-Xiang WANG, Heriot-Watt University, UK </font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">TPC Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Pingzhi FAN, Southwest Jiaotong University, China</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">TPC Vice-Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font face="Times New Roman"><span><font size="3">Xuemin (Sherman) SHEN, </font></span><span style="font-size: 10.5pt">University of Waterloo, Canada</span></font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">Local Organizing Committee Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2" face="Arial,Arial">Hui WANG, Shenzhen University, China </font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">Local Organizing Committee Vice Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2" face="Arial,Arial">Yejun HE, Shenzhen University, China </font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">Publication Chairs: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Ezzat KIRMANI, St. Cloud State University, USA</font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Rakhesh Singh KSHETRIMAYUM, Indian Institute of Technology Guwahati, India</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font style="font-weight: 700" size="2" face="Arial,Arial">Publicity Chairs: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Xuemin HONG, Heriot-Watt University, UK</font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Mircea RISTEIU, University of Alba Iulia, Romania </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Fangyang SHEN, Northern New Mexico Colllege, USA</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><span style="font-weight: 700"><font size="2" face="Arial,Arial">Symposium Chairs</font></span><font style="font-weight: 700" size="2" face="Arial,Arial">: </font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">1. Wireless Communications Symposium<br>
Chair: Hsiao-Chun WU, Louisiana State University, USA<br>
Vice-Chairs: <br>
Lin GUI, Shanghai Jiaotong University, China<br>
Ai-Chun PANG, National Taiwan University, China</font></p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">2. Wireless Networking Symposium <br>
Chair: Pingyi FAN, Tsinghua University, China<br>
Vice-Chair: <br>
Jie LI, Tsukuba University, Japan</font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Kun YANG, University of Essex, UK<br>
</font><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">3. Optical Communications and Networking Symposium <br>
Chair: Ping SHUM, Nanyang Technological University, Singapore<br>
Vice-Chair: </font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Songnian FU, Nanyang Technological University, Singapore <br>
Baiou GUAN, Jinan University, China<br>
Xinyong DONG, China Jiliang University, China <br>
</font><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">4. Mobile Computing and Internet Symposium <br>
Chair: Zhili SUN, University of Surrey, UK<br>
Vice-Chairs: <br>
Yan ZHANG, Simula Research Laboratory, Norway<br>
Gang WU, UESTC, China<br>
</font><font style="font-size: 4pt" color="#ff0000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </strong></font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">5. Computer and Network Security Symposium<br>
Chair: Cheng LI, Memorial University of Newfoundland, Canada <br>
Vice-Chair: <br>
Vojislav B. MISIC, Ryerson University, Canada</font></p>
<p style="margin-top: 0px; margin-bottom: 0px" align="justify"><font size="2">Lu XIAO, Qualcomm Incorporated, USA </font></p>
</p>
<p style="margin-top: 0px; margin-bottom: 0pt" class="style2"><font style="font-size: 4pt" color="#ff0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </font></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%BC%BC%CA%F5%D0%C2%CE%C5">技术新闻</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/e15327e9f6ed0435b90e2d5e.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-25  15:27</pubDate>
        <category><![CDATA[技术新闻]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/e15327e9f6ed0435b90e2d5e.html</guid>
</item>

<item>
        <title><![CDATA[GPIO jtag]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/3a0db4582bc990d49d82046a.html]]></link>
        <description><![CDATA[
		
		<p> <wbr></wbr> 来自：<a href="http://blog.sina.com.cn/s/blog_61c58bc70100ero4.html">http://blog.sina.com.cn/s/blog_61c58bc70100ero4.html</a></p>
<p> </p>
<p><wbr></wbr>1 <wbr></wbr> GPIO</p>
<p>首先应该理解什么是<font face="Times New Roman">GPIO</font>。<font face="Times New Roman">GPIO</font>，英文全称为<font face="Times New Roman">General-Purpose IO ports</font>，也就是通用<font face="Times New Roman">IO</font>口。在嵌入式系统中常常有数量众多，但是结构却比较简单的外部设备<font face="Times New Roman">/</font>电路，对这些设备<font face="Times New Roman">/</font>电路有的需要<font face="Times New Roman">CPU</font>为之提供控制手段，有的则被<font face="Times New Roman">CPU</font>用作输入信号。而且，许多这样的设备<font face="Times New Roman">/</font>电路只要求一位，即只要有开<font face="Times New Roman">/</font>关两种状态就够了，比如灯亮与灭。对这些设备<font face="Times New Roman">/</font>电路的控制，使用传统的串行口或并行口都不合适。所以在微控制器芯片上一般都会提供一个<font face="Times New Roman">&ldquo;</font>通用可编程<font face="Times New Roman">IO</font>接口<font face="Times New Roman">&rdquo;</font>，即<font face="Times New Roman">GPIO</font>。接口至少有两个寄存器，即<font face="Times New Roman">&ldquo;</font>通用<font face="Times New Roman">IO</font>控制寄存器<font face="Times New Roman">&rdquo;</font>与<font face="Times New Roman">&ldquo;</font>通用<font face="Times New Roman">IO</font>数据寄存器<font face="Times New Roman">&rdquo;</font>。数据寄存器的各位都直接引到芯片外部，而对这种寄存器中每一位的作用，即每一位的信号流通方向，则可以通过控制寄存器中对应位独立的加以设置。这样，有无<font face="Times New Roman">GPIO</font>接口也就成为微控制器区别于微处理器的一个特征。</p>
<p><font face="Times New Roman"> <wbr></wbr> <wbr></wbr> <wbr></wbr>  <wbr></wbr> <wbr></wbr></font>在实际的<font face="Times New Roman">MCU</font>中，<font face="Times New Roman">GPIO</font>是有多种形式的。比如，有的数据寄存器可以按照位寻址，有些却不能按照位寻址，这在编程时就要区分了。比如传统的<font face="Times New Roman">8051</font>系列，就区分成可位寻址和不可位寻址两种寄存器。另外，为了使用的方便，很多<font face="Times New Roman">mcu</font>把<font face="Times New Roman">glue logic</font>等集成到芯片内部，增强了系统的稳定性能，比如<font face="Times New Roman">GPIO</font>接口除去两个标准寄存器必须具备外，还提供上拉寄存器，可以设置<font face="Times New Roman">IO</font>的输出模式是高阻，还是带上拉的电平输出，或者不带上拉的电平输出。这在电路设计中，外围电路就可以简化不少。</p>
<p><font face="Times New Roman"> <wbr></wbr> <wbr></wbr> <wbr></wbr>  <wbr></wbr> <wbr></wbr></font>明白了这个道理，不同的<font face="Times New Roman">MCU</font>，提供的<font face="Times New Roman">GPIO</font>口的数目不同，可选择的<font face="Times New Roman">glue logic</font>也不同。所以，在了解共性的基础上去了解个性。</p>
<p>另外需要注意的是，对于不同的计算机体系结构，设备可能是端口映射，也可能是内存映射的。如果系统结构支持独立的<font face="Times New Roman">IO</font>地址空间，并且是端口映射，就必须使用汇编语言完成实际对设备的控制，因为<font face="Times New Roman">C</font>语言并没有提供真正的<font face="Times New Roman">&ldquo;</font>端口<font face="Times New Roman">&rdquo;</font>的概念。如果是内存映射，那就方便的多了。举个例子，比如像寄存器<font face="Times New Roman">A</font>（地址假定为<font face="Times New Roman">0x48000000</font>）写入数据<font face="Times New Roman">0x01</font>，那么就可以这样设置了。</p>
<p> <wbr></wbr></p>
<table border="1" cellspacing="3" cellpadding="0" width="95%">
    <tbody>
        <tr>
            <td valign="top">
            <p><font face="NSimsun"><code>#define A (*(volatile unsigned long *)0x48000000)</code><br>
            <code>...</code><br>
            <code> <wbr></wbr> <wbr></wbr> <wbr></wbr> <wbr></wbr> A = 0x01;</code><br>
            <code>...</code></font></p>
            </td>
        </tr>
    </tbody>
</table>
<p> <wbr></wbr> <wbr></wbr> <wbr></wbr>  <wbr></wbr> <wbr></wbr>这实际上就是内存映射机制的方便性了。其中volatile关键字是嵌入式系统开发的一个重要特点。这个就不再这里总结了。上述表达式拆开来分析，首先(volatile unsigned long *)0x48000000的意思是把0x48000000强制转换成volatile unsigned long类型的指针，暂记为p，那么就是#define A *p，即A为P指针指向位置的内容了。这里就是通过内存寻址访问到寄存器A，可以读/写操作。</p>
<p> <wbr></wbr></p>
<p>2 <wbr></wbr> JTAG</p>
<p>JTAG(Joint Test Action Group)联合测试行动小组)是一种国际标准测试协议（IEEE 1149.1兼容），主要用于芯片内部测试。现在多数的高级器件都支持JTAG协议，如DSP、FPGA器件等。标准的JTAG接口是4线：TMS、 TCK、TDI、TDO，分别为模式选择、时钟、数据输入和数据输出线。<br>
<br>
JTAG最初是用来对芯片进行测试的，基本原理是在器件内部定义一个TAP（Test Access Port&amp;#0;测试访问口）通过专用的JTAG测试工具对进行内部节点进行测试。JTAG测试允许多个器件通过JTAG接口串联在一起，形成一个JTAG链，能实现对各个器件分别测试。现在，JTAG接口还常用于实现ISP（In-System rogrammable&amp;#0;在线编程），对FLASH等器件进行编程。<br>
<br>
JTAG编程方式是在线编程，传统生产流程中先对芯片进行预编程现再装到板上因此而改变，简化的流程为先固定器件到电路板上，再用JTAG编程，从而大大加快工程进度。JTAG接口可对PSD芯片内部的所有部件进行编程<br>
<br>
<br>
<br>
JTAG的一些说明<br>
<br>
<br>
<br>
通常所说的JTAG大致分两类，一类用于测试芯片的电气特性，检测芯片是否有问题；一类用于Debug；一般支持JTAG的CPU内都包含了这两个模块。<br>
<br>
一个含有JTAG Debug接口模块的CPU，只要时钟正常，就可以通过JTAG接口访问CPU的内部寄存器和挂在CPU总线上的设备，如FLASH，RAM，SOC（比如4510B，44Box，AT91M系列）内置模块的寄存器，象UART，Timers，GPIO等等的寄存器。<br>
<br>
<br>
<br>
上面说的只是JTAG接口所具备的能力，要使用这些功能，还需要软件的配合，具体实现的功能则由具体的软件决定。<br>
<br>
例如下载程序到RAM功能。了解SOC的都知道，要使用外接的RAM，需要参照SOC DataSheet的寄存器说明，设置RAM的基地址，总线宽度，访问速度等等。有的SOC则还需要Remap，才能正常工作。运行Firmware时，这些设置由Firmware的初始化程序完成。但如果使用JTAG接口，相关的寄存器可能还处在上电值，甚至时错误值，RAM不能正常工作，所以下载必然要失败。要正常使用，先要想办法设置RAM。在ADW中，可以在Console窗口通过Let 命令设置，在AXD中可以在Console窗口通过Set命令设置。</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/3a0db4582bc990d49d82046a.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-24  18:59</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/3a0db4582bc990d49d82046a.html</guid>
</item>

<item>
        <title><![CDATA[Chinese Control and Decision Conference (2010 CCDC) CALL FOR PAPERS]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/77968b6eee074dd080cb4a74.html]]></link>
        <description><![CDATA[
		
		<p align="left"><font color="#ff0000" size="5">CALL FOR PAPERS<br>
</font><font color="#20124d" size="3" face="Times New Roman">Chinese Control and Decision Conference (CCDC) is an annual international conference. The 2010<br>
Chinese Control and Decision Conference (2010 CCDC) is the 22nd of the series and will be held in<br>
Xuzhou, China on 26-28 May 2010. Its purpose is to create a forum for scientists, engineers and<br>
practitioners throughout the world to present the latest advancement in Control, Decision, Automation,<br>
Robotics and Emerging Technologies.</font></p>
<p align="left"><font color="#20124d" size="3" face="Times New Roman"><br>
</font> </p>
<p align="left"><font color="#20124d" size="3" face="Times New Roman"><br>
<strong><font style="background-color: #ffffff" color="#ff0000">The Proceedings (Papers in English ) of 2010 CCDC will be indexed by ISTP and included in the<br>
IEEE Xploredatabase, as well as indexed by EI Compendex.<br>
<br>
<br>
</font></strong>2010 CCDC covers both theory and applications in all the areas of systems, control and decision.<br>
<strong><font color="#0000ff">The topics of interest include, but are not limited to:<br>
<br>
<br>
</font><em><font color="#ff0000">Control and Decision:</font></em></strong> Adaptive control; Robust and H-infinity control; Process control; Variable<br>
structure control; Optimal control and optimization; Complex systems; Co-operative control;<br>
Identification and estimation; Nonlinear systems; Intelligent systems; Discrete event systems; Game<br>
theory; Decision-making theory and method; Decision supporting system and production planning and<br>
scheduling; Hybrid systems; Distributed parameter systems; Stochastic systems; Distributed control<br>
systems; Networked control systems; Sensor network systems; Fault diagnosis and fault-tolerant<br>
control; Delay systems; Neural networks; Fuzzy systems; Social economy systems; Motion control;<br>
Control applications; Control engineering education.<br>
<strong><em><font color="#ff0000">Automation:</font></em></strong> Man-machine interactions; Process automation; Intelligent automation; Factory<br>
modeling and simulation; Home, laboratory and service automation; Network-based systems; Planning,<br>
scheduling and coordination; Nano-scale automation and assembly; Instrumentation systems; CIMS and<br>
manufacturing systems<br>
<font color="#ff0000"><strong><em>Robotics:</em></strong></font> Robot control; Mobile robotics; Mobile sensor networks; Perception systems; Micro robots<br>
and micro-manipulation; Visual servoing; Search, rescue and field robotics; Robot sensing and data<br>
fusion; Medical robots and bio-robotics; Human centered systems; Space and underwater robots; Telerobotics;<br>
<strong><em><font color="#ff0000">Emerging Technologies:</font></em></strong> Modeling, control and simulations of biological systems; Biomedical<br>
instrumentation; Micro-electromechanical systems, Electric vehicles and intelligent transportation;<br>
Integrated systems and processes.<br>
<br>
<br>
Invited Sessions: The Technical Program Committee is soliciting proposals for invited sessions<br>
focusing on topics of the conference. Prospective organizers should submit proposals to the Invited<br>
Session Chair, Professor Zongli Lin </font><a href="mailto:zl5y@virginia.edu"><font color="#20124d" size="3" face="Times New Roman">zl5y@virginia.edu</font></a><font color="#20124d" size="3" face="Times New Roman">, or Co-Chairs, Professor Yangquan Chen via<br>
email </font><a href="mailto:yqchen@ece.usu.edu"><font color="#20124d" size="3" face="Times New Roman">yqchen@ece.usu.edu</font></a><font color="#20124d" size="3" face="Times New Roman">, Dr Zhengguo Li </font><a href="mailto:ezgli@i2r.a-star.edu.sg"><font color="#20124d" size="3" face="Times New Roman">ezgli@i2r.a-star.edu.sg</font></a><font color="#20124d" size="3" face="Times New Roman"> by 15 October 2009.<br>
Zhang Si-Ying (CCDC) Outstanding Youth Paper Award: Selection of the awarded paper will be<br>
made based on both the technical content and presentation. The winner will be chosen by the Award<br>
Committee comprising of internationally renowned experts in control and decision.</font></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/77968b6eee074dd080cb4a74.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-21  23:02</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/77968b6eee074dd080cb4a74.html</guid>
</item>

<item>
        <title><![CDATA[NI宣布推出最新无线传感器网络（WSN）平台]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/230906a4db7f1ffd9052eece.html]]></link>
        <description><![CDATA[
		
		<p>2009年8月5日，NI宣布推出最新<a href="http://www.ni.com/wsn/zhs">无线传感器网络（WSN）平台</a>，它包含了<a href="http://digital.ni.com/worldwide/bwcontent.nsf/web/all/ni.com/china/labview2009">LabVIEW图形化编程软件</a>和新发布的性能可靠、低功耗的无线测试节点，构成一个完整的远程监控解决方案。当前，远程监控应用中无线技术的使用呈现出增长的态势，工程师和科学家们努力尝试寻求一种 集成的解决方案，可以确保满足测试质量、能源管理并提供可靠的、适合长期远程发布的硬件。NI WSN平台充分发挥了NI 公司30多年数据采集系统领导者的经验，向用户提供了一种简单易用的解决方案，它为用户提供了高质量的测试数据，可灵活管理设备功耗，以及可以通过自定义无线硬件来实现附加功能。作为该平台主要特色，LabVIEW 软件无缝整合了电池供电、工业级可靠性的NI WSN测试节点，使得在恶劣环境下维持更长久的工作时间得以实现。<img hspace="22" vspace="22" align="right" src="http://www.ni.com/images/central_news/wsn.jpg"><br>
<br>
如今，在一些如建筑结构健康和环境监测等布线困难或者受成本制约的分布式的、便携性的测试应用中，工程师和科学家们正越来越多地使用无线技术来应对这些难题。利用LabVIEW的灵活性，NI WSN平台提供了拖曳式编程环境，来对无线系统进行配置编程、测试数据读取、完成分析并显示数据等，有效简化并加快了应用的开发过程。此外，LabVIEW提供了本地的网络连接，从而可以远程通过Web与无线系统进行交互。<br>
<br>
<em>&ldquo;NI WSN平台具备简单易用的功能，可以在广泛应用中快速配置并发布无线传感器。UCLA嵌入式网络系统中心在罗纳德里根医疗中心的停车场就采用了NI 的WSN传感器，它不仅可以帮助患者和家属快速锁定空车位，还可以方便校园内开车的员工选择停车位置。不仅如此，NI技术同时也可以改善计算机带来的体验，降低额外的交通堵塞，减少开车员工寻找停车位时汽车排放量。&rdquo;</em></p>
<div align="right"><em>William Kaiser 博士</em><br>
<em>UCLA (加州大学洛杉矶分校) 信号、传感、协作以及嵌入式网络技术实验室</em></div>
<p><br>
NI准备马上发布2款WSN节点，并计划扩展NI WSN平台的测试能力。该无线测试节点使用4节5号电池可最长维持3年使用，是长期监测应用的理想选择。<a href="http://sine.ni.com/nips/cds/view/p/lang/zhs/nid/207088">NI WSN-3202</a>是一个4通道、± 10 V模拟输入节点，<a href="http://sine.ni.com/nips/cds/view/p/lang/zhs/nid/207089">NI WSN-3212</a>是一个4通道，24位精度的热电偶节点，并配备4个数字I/O通道，可配置为输入、灌电流输出或源电流输出。该平台也包含了NI WSN-9791以太网网关，可用来将测试节点连接到LabVIEW。<br>
<br>
无线设备包含NI-WSN软件，可以将NI 无线设备连接到运行在微软Windows操作系统或<a href="http://www.ni.com/realtime/zhs">LabVIEW实时系统</a>主控制器上的LabVIEW软件。NI-WSN软件基于IEEE 802.15.4技术标准，从分布式的测试节点中获取测试数据。该软件还提供了网络路由以及通过网络对节点进行供电管理等功能，在提高测试节点距离的同时保证了网络的稳定性。 此外，LabVIEW还可以与有线测试设备以及大量第三方无线传感器网络平台无缝集成。<br>
<br>
测试节点是专门为低能耗、在有限计算资源下进行长期发布应用而优化的理想选择；LabVIEW通过LabVIEW无线传感器网络模块提供了在节点上自定义嵌入式软件的功能。通常来说，在传统无线传感器网络平台上来编程自定义逻辑，需要具备嵌入式操作系统和底层硬件和事件编程的专门技术和经验。使用直观的、图形化的LabVIEW编程工具，可以帮助工程师和科学家们十分方便地对节点进行编程、延长电池寿命、进行自定义分析并缩短嵌入式决策的响应时间。<br>
<br>
欲了解更多信息，敬请访问<a href="http://www.ni.com/wsn/zhs">ni.com/wsn/zhs</a></p>
<p> </p>
<p> </p>
<p>美商<a href="http://www.eettaiwan.com/SEARCH/ART/%B0%EA%AEa%BB%F6%BE%B9.HTM" target="_blank">國家儀器</a>(<a href="http://www.eettaiwan.com/SEARCH/ART/National+Instruments.HTM" target="_blank">National Instruments</a>；<a href="http://www.eettaiwan.com/SEARCH/ART/NI.HTM" target="_blank">NI</a>)日前發表供<a href="http://www.eettaiwan.com/SEARCH/ART/%B5L%BDu%B7P%B4%FA%BE%B9%BA%F4%B8%F4.HTM" target="_blank">無線感測器網路</a>使用的<a href="http://www.eettaiwan.com/SEARCH/ART/LabVIEW.HTM" target="_blank">LabVIEW</a>驅動程式，讓使用這類設備的工程師和科學家得以將其ZigBee、IEEE 802.15.4或專利型的無線感測器整合至NI LabVIEW圖形化開發環境中。</p>
<p>這款免費的驅動程式軟體可以配合Accsense、Accutech以及Crossbow Technology等三家無線感測廠商的感測器使用，並且包括與各廠商的感測器相容的通訊函數及範例程式。</p>
<p>透過NI LabVIEW，使用無線感測器的開發人員可獲得一個開放而且具彈性的開發環境，能輕鬆地自行設定一項應用程式，或是將無線網路提供的資料與其它的資料擷取、分析或報告功能結合。LabVIEW亦內含六百餘種圖形式及文字式數學和分析函數，開發人員可以用來處理自無線感測器網路擷取的資料。</p>
<p>無線感測器網路開發人員可以從NI儀器驅動程式網路下載免費的驅動程式。利用這些驅動程式，開發人員在幾分鐘之內就可以開始讀取感測器的資料，節省許多時間和資源，因為他們不需要自行撰寫客製界面。此外，軟體中包括一個說明完整的樣板，可以迅速為驅動程式軟體原本未支援的無線感測器製作LabVIEW介面。</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%BC%BC%CA%F5%D0%C2%CE%C5">技术新闻</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/230906a4db7f1ffd9052eece.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-19  14:28</pubDate>
        <category><![CDATA[技术新闻]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/230906a4db7f1ffd9052eece.html</guid>
</item>

<item>
        <title><![CDATA[热烈庆祝我的博客访问量超过10万]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/097b2ad747439bd7a144dfca.html]]></link>
        <description><![CDATA[
		
		<p align="center"><strong><font color="#ff0000" size="5">热烈庆祝祖国60华诞！！！！！！</font></strong></p>
<p align="center"><strong><font color="#ff0000" size="5">热烈庆祝我的博客访问量超过10万！！！！！</font></strong></p>
<p align="center"> </p>
<p align="center"><img style="width: 441px; height: 226px" class="blogimg" border="0" width="1463" height="896" small="0" src="http://hiphotos.baidu.com/kuix/pic/item/17b72cd1a87621f8562c847b.jpg"></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/097b2ad747439bd7a144dfca.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-15  15:48</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/097b2ad747439bd7a144dfca.html</guid>
</item>

<item>
        <title><![CDATA[室内定位技术简介]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/429e85cc904e881a01e92881.html]]></link>
        <description><![CDATA[
		
		<div class="news_title" align="center"><strong><font size="4">室内定位技术简介 <br>
<span class="news_date">2009-01-12</span> </font></strong></div>

<p class="sm_txt"> </p>
<p class="sm_txt"><font size="4"> </font></p>
<div class="sm_txt" align="left"><font size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <font color="#20124d">目前常见的定位技术主要有GPS卫星定位、蓝牙定位、WIFI网络定位、GPRS/CDMA移动通讯技术定位等。</font></font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  全球定位系统（Global Positioning System）是美国从20世纪70年代开始研制，具有在海、陆、空进行全方位实时三维定位的新一代卫星导航与定位系统。GPS定位原理实质上就是测量学的空间测距定位。其特点是利用平均20200km高空均匀分布在6个轨道上的24颗卫星，发射测距信号及载波，用户通过接收机接收这些信号测量卫星至接收机之距，一般地形条件下可见4至12颗卫星，解这些方程，便可知地面点位坐标。</font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  蓝牙技术是一种短距离低功耗的无线传输技术，支持点到点、点到多点的话音和数据业务。可以实现不同设备之间的短距离无线互联。在室内安装适当的蓝牙局域网接入点，把网络配置成基于多用户的基础网络连接模式，并保证蓝牙局域网接入点始终是这个微微网的主设备，就可以获得用户的位置信息，实现利用蓝牙技术定位的目的。WiFi Wireless Fidelity，无线保真技术与蓝牙技术一样，同属于在办公室和家庭中使用的短距离无线技术。</font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  从技术角度来看，这些定位方式是各有优劣，根据使用环境的不同、需求的不同，所采用的技术也必然不同：</font></div>
<p class="sm_txt"> </p>
<div class="sm_txt">
<table class="FCK__ShowTableBorders" border="0" cellspacing="0" cellpadding="0" width="700">
    <tbody>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">种类</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">普适微芯定位技术</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">蓝牙定位</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">802.11b <br>
            Wi-Fi定位</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">GPRS/CDMA定位</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">GPS卫星定位</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">单点覆盖距离</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">50 -300m （可达几公里）</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">10 米</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">50 米</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">可达几公里</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font size="4"><font color="#ff0000">可达<span> 16 公里</span></font></font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">定位精度</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">1-2米</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">2-5米</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">2米左右</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">10米</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">10-100米</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">网络扩展性</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">自动扩展</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">依赖现有网络覆盖</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">电池寿命</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">数年</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">数天</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">数小时</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">数天</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font size="4"><font color="#ff0000">数小时<span> - 数天</span></font></font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">复杂性</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">简单</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">复杂</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">非常复杂</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">复杂</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">复杂</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">传输速率</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">250Kbps</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font size="4"><font color="#ff0000">可达<span> 1 Mbps</span></font></font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">1 - 11 Mbps</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font size="4"><font color="#ff0000">可达<span> 38.4 kbps</span></font></font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font size="4"><font color="#ff0000">一般为<span> 19.2Kbps</span></font></font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">频段</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">433Mhz-2.4GHz</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">2.4 GHz</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">2.4 GHz</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">0.8-1 GHz</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">400Mhz-2.4GHz</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">网络节点数</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">65000</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">8</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">50</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="left"><font color="#ff0000" size="4"> </font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">联网所需时间</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font size="4"><font color="#ff0000">仅<span> 30 毫秒</span></font></font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font size="4"><font color="#ff0000">高达<span> 10 秒</span></font></font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">3 秒</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">数秒</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="left"><font color="#ff0000" size="4"> </font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">终端设备费用</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">低</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">低</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">高</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">较高</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">高</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">有无网络使用费</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">无</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">有</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="left"><font color="#ff0000" size="4"> </font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">缺点</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">不适合室外大范围定位</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">信号传输距离短，功耗大</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">功耗大</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="left"><font color="#ff0000" size="4">功耗大，易被干扰，需基站配合</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="left"><font color="#ff0000" size="4">室内难以接收到卫星信号，无法在室内应用</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">集成度和可靠性</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">高</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">高</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">一般</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">一般</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">低</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">使用维护成本</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">低</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">低</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">一般</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">极高</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">极高</font></div>
            </td>
        </tr>
        <tr>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">安装使用难易</font></div>
            </td>
            <td valign="top" width="17%">
            <div align="center"><font color="#ff0000" size="4">非常简单</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">一般</font></div>
            </td>
            <td valign="top" width="18%">
            <div align="center"><font color="#ff0000" size="4">难</font></div>
            </td>
            <td valign="top" width="15%">
            <div align="center"><font color="#ff0000" size="4">一般</font></div>
            </td>
            <td valign="top" width="16%">
            <div align="center"><font color="#ff0000" size="4">难</font></div>
            </td>
        </tr>
    </tbody>
</table>
</div>
<p class="sm_txt"> </p>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  普适室内定位（Indoors Positioning System）技术采用电子标签对每个设备进行定位追踪，这些标签使用有源RFID技术，工作频率在2.4GHZ，微波强度远低于手机信号发射。一般每个这样的标签大小在4*5cm左右，厚度小于1cm，相当于两节7号电池并放在一起。</font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  在需要监控定位的区域，一般要安放一定数量的信号接收和传输设备。电子标签所发射的信号将会被这些设备接收并立即传输到中央电脑的定位软件中进行计算，由此得出每个被定位对象的具体位置。检测这些标签的接收器则连入现有局域网，并向位置软件传递定位数据。这样物理位置就以图形方式显示在Web用户界面上。</font></div>
<p class="sm_txt"> </p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%BC%BC%CA%F5%D0%C2%CE%C5">技术新闻</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/429e85cc904e881a01e92881.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-12  21:32</pubDate>
        <category><![CDATA[技术新闻]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/429e85cc904e881a01e92881.html</guid>
</item>

<item>
        <title><![CDATA[如何用ZigBee实现“绿色”家庭]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/fb68f207606ce3c77b894787.html]]></link>
        <description><![CDATA[
		
		<div class="news_title" align="center"><font color="#20124d" size="4"><strong>如何用ZigBee实现&ldquo;绿色&rdquo;家庭 <br>
</strong><span class="news_date">2009-01-12</span> </font></div>

<p class="sm_txt"> </p>
<p class="sm_txt"><font color="#20124d" size="4"> </font></p>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  绿色环保是将影响我们的所有业务的主要趋势。过去一年，我们看到比以往任何时候都多的公司进入&ldquo;绿色&rdquo;行列。然而，从第一天起，<span>ZigBee技术就一直关注绿色绿色问题。ZigBee技术也非常适合用于能源消耗设备的传感和控制，如住宅和商业建筑中的照明和采暖/通风/空调(HVAC)设备。如今能源成本的增加成了全球关注的问题，过去30年能源成本上涨了四倍。很明显，ZigBee技术正日益被视为利用智能能源产品降低住宅和商业建筑能源成本的领先技术。 </span></font></font></div>
<div class="sm_txt" align="left"><strong><font color="#20124d" size="4">能源使用速度超过电厂投资</font></strong></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  美国是主要的电力消费国，自<span>1990年以来，电力需求一直以25%的速度增长，而同一时期电厂投资每年却减少30%。尽管有些人可能说需要通过建造新发电厂甚至是通过替代能源(例如风能和太阳能)来增加电力供应，但这需要时间和几十亿美元的投资。另外一种办法是努力控制能源使用量。能源成本可能占到建筑运营成本的20%，其中照明和采暖/制冷设备是住宅和商用建筑中能源消耗大户(图1)。这一事实使照明和采暖/制冷设备成为减少能源使用的首要目标，无论是通过减少能耗设备，还是通过智能能源使用方法来减少能源使用。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  图<span>1：照明和采暖/制冷设备是住宅和商用建筑中能源消耗大户。 </span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  电力消耗的增加和新发电设施的匮乏带来了一个新需求，那就是必须降低和控制建筑中的电力负荷。这对那些正在寻求智能方法来控制日益增加的能源使用，同时又要限制资本支出的公用设施公司来说是再明显不过的。一种解决方法是让公用设施公司管理高峰时段的负荷，并按负荷使用执行差别定价。通过负荷控制实现这一目标，允许公用设施公司在高峰负荷时段短时间<span>(几分钟)关闭客户负荷，比如HVAC。这种方法通过降低高峰时段的需求，来避免不停地停电。第二种办法是需求响应(Demand Response)。公用设施公司将电费率的变化告知各个家庭，以期居民志愿减少能源使用。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  ZigBee技术以一个开放、可互操作的标准满足了所有这些需求，可实现从公用设施到家庭网络<span>(HAN)为负荷控制和需求响应目的而进行的通信。这使得支持ZigBee的仪表能够控制家中支持ZigBee的设备并与之进行通信，如HVAC系统。居民也可以在需求/响应期间选择采用一些志愿措施，如关闭电器、灯等来减少家庭电力消耗。这不仅可以减少电网的高峰负荷，还能帮助居民做出有关能源使用的明智决策。ZigBee技术还提供一种让设备基于这些事件，在其能源使用方面实现智能的机制，比如洗碗机可以将开启时间推迟到电费率较低的时段。</span></font></font></div>
<div class="sm_txt" align="left"><strong><font color="#20124d" size="4">相关规定带动对&ldquo;绿色&rdquo;技术的需求</font></strong></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  推动人们实施和采用这些&ldquo;绿色&rdquo;技术的原因，很大程度上是有关规定和要求的颁布。这些规定旨在降低能耗和确保电网稳定，受到联邦、区域和州一级政府的推动。最近颁布的一些规定，如《<span>2005能源政策法案》和《2007能源独立和安全法案》，为建筑和电器内部的智能计量、电网可靠性和能源效率等项目规定了强制性标准。地方驱动因素如Electric Reliability Council of Texas(德州电力可靠性理事会)已经融入了智能电网功能以及智能仪表，尽可能地为费率恢复推荐HAN和基于标准的方法&ldquo;如ZigBee&rdquo;。我们甚至看到了更严格的州一级驱动因素，加州以其California Load Control Proceeding(即以前的Title 24)在这一方面处于领先。一些公用设施公司(如Southern California Edison)开始做出反应，他们准备在未来几年安装500万支支持ZigBee的仪表和家庭网络。这只是其中的几个例子，美国和其他国家还有更多成功的例子。</span></font></font></div>
<div class="sm_txt" align="left"><strong><font color="#20124d" size="4">节省总额</font></strong></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  最近多数活动都针对住宅客户，尽管看起来受益更多的是公共设施公司，但居民也从减少能耗和家庭开支中获益。此外，通过让家庭更加智能，消费者还能让一些家用电器<span>(如电灯)实现自动控制(图2)，不需要或亮着的电灯可以关闭，需求响应/响应通知可以将电灯自动调暗20%或推迟打开电器(如洗碗机)。下面例子是一个简单的家庭网络照明自动化例子，它显示每年最多节约246美元。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  图<span>2：通过让家庭更加智能，消费者能让一些家用电器实现自动控制。 </span></font></font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  照明示例：</font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  2,000平方英尺家庭的照明功率为<span>4500瓦，包括：3间卧室×440瓦，2间浴室×460瓦，1间厨房×460瓦，1间餐厅×240瓦，2间起居室×340瓦，其他共880瓦(壁橱、车库、洗手间、室外电灯等)。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">2~3个电灯<span>(450瓦或占全部照明功率的10%)，每天开启10个小时。典型电灯是浴室、卧室、壁橱或室外照明。</span></font></font></div>
<div class="sm_txt" align="left"><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  每年的成本为</font><span><font size="4"><font color="#20124d">246美元＝450瓦×10个小时/1000(千瓦)×0.15(每千瓦时成本)×365(每年天数)。<br>
<strong>产品会陆续推出</strong></font></font></span></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  尽管支持<span>ZigBee的家庭自动化产品已经上市好几年了，但它们仍然很昂贵，使用范围也受到一定限制。然而，随着ZigBee Smart Energy Profile的颁布和公用设施公司的智能能源仪表的首次展示，市场上将会出现更多类似产品。最初推出的产品包括支持ZigBee的仪表、自动调温器和驻地设备，但照明和电器也将很快从智能仪表和公用设施公司发出的需求响应信息中获益。最终，消费者将拥有多种ZigBee设备，如照明、HVAC、电器，甚至是通过ZigBee网络实现安全功能。所有这些设备都相互通信并与公用设施仪表进行通信。</span></font></font></div>
<div class="sm_txt" align="left"><strong><font size="4"><font color="#20124d">飞思卡尔支持智能能源和<span>ZigBee技术</span></font></font></strong></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  飞思卡尔拥有一系列<span>ZigBee芯片和低功率MCU，这些产品构成了实现ZigBee和智能能源产品的理想平台。飞思卡尔的1322x ZigBee平台是用于ZigBee设备的最新的低功率平台。该平台具有最低功耗和高度集成的封装形式，正成为计量公司实现带ZigBee技术的智能仪表的首选方案。对于需要其它功能或存储空间的客户，飞思卡尔还提供大量能与独立收发器配对的低功率MCU。Flexis系列MCU具有低功率特点，并提供一条从8位到32位处理能力的升级路径。除了IC，飞思卡尔还采用一个包括软件、开发工具和参考设计的平台方法以简化开发。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  飞思卡尔的<span>BeeStack ZigBee堆栈带有BeeKit无线工具包，提供简单的软件环境以配置网络参数。这种飞思卡尔独有的工具允许客户使用向导和下拉菜单来配置ZigBee网络参数，而竞争产品则要求用户用各种代码来编辑网络参数。此外，尽管MC1322 x平台封装简化了RF设计，但很多客户缺乏确保鲁棒和优化的设计所需的专业技能。飞思卡尔提供从IC到天线的大量的参考设计，包括在开发工具包中开发硬件的设计详情。客户可以采用BOM、gerbers文件和电路图，并只需将这些设计复制或者集成到他们的设计中即可。这个完整的平台方法能帮助客户减少他们的开发时间，加快产品上市速度(图3)。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  飞思卡尔的开发工具包为<span>ZigBee协议提供理想的开发平台。1321x和1322x专门针对ZigBee设备的开发，它们提供必要硬件、软件、工具和演示应用软件来简化开发流程(图4是MC132x的应用电路图)。这种工具包随附开发主板一起提供，以便在让开发人员在15分钟内让ZigBee网络运行起来。这个演示基于飞思卡尔的ZeD((ZigBee enabled Demo)，采用家庭自动化配置文件。该工具包还带有BeeKit无线工具包和其他演示应用软件。此外，对于需要不同的低功率MCU来运行ZigBee协议的客户来说，他们可使用MC13202 RF收发器和QE128 MCU。1320x -QE128-DSK提供简便、低成本的开发平台，包括ZeD HV照明应用的双节点示例。</span></font></font></div>
<div class="sm_txt" align="left"><font size="4"><font color="#20124d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  通过走向&ldquo;绿色环保&rdquo;，<span>ZigBee技术在智能能源市场大有所为。尽管本文介绍的只是ZigBee技术如何实现&ldquo;绿色&rdquo;家庭的一个例子，但ZigBee不仅局限于照明和HVAC，还将涉足其它设备并大规模地进军商用建筑。显然，飞思卡尔领先的ZigBee技术、对智能能源的关注以及与客户的关系，为飞思卡尔在这个快速发展的市场中取得成功奠定了基础。</span></font></font></div>
<p class="sm_txt"> </p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%BC%BC%CA%F5%D0%C2%CE%C5">技术新闻</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/fb68f207606ce3c77b894787.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-12  21:30</pubDate>
        <category><![CDATA[技术新闻]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/fb68f207606ce3c77b894787.html</guid>
</item>

<item>
        <title><![CDATA[电子设计大赛结束了]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/4ad47fee94e356f1b2fb95b8.html]]></link>
        <description><![CDATA[
		
		<p align="center"><span><img class="blogimg" border="0" small="0" src="http://hiphotos.baidu.com/kuix/pic/item/e650452786593729918f9d9c.jpg"></span></p>
<p><span><br>
</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <font color="#20124d" size="4">紧张的电子设计大赛结束了，我们的几个队表现不是很理想，没有完成预订的动作和功能。主要原因是声音处理没有达到理想的状况，不是灵敏度太低就是灵敏度太高。同时也没有对声音触发进行锁定，一边给后续处理一个稳定的声音到达跳变。比赛时，对声音部分的设计和测试浪费了太多的时间，加上不可避免的客观原因，又浪费了一天半的时间，总体测试的时间太短，各系统之间磨合太少。</font></p>
<p><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  刚毕业第一次带电子设计大赛，没有经验。学校也没有什么积累，从每个元器件到电机小车，都需要老师去帮助设计购买。以前比赛的东西基本上不能使用。</font></p>
<p><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;&nbsp;  不过，通过比赛，我积累一定的经验和教训，从兄弟学校那儿学到了不少理论解决不了的问题，对以后的比赛的信心更加充足。</font></p>
<p><font color="#20124d" size="4">&nbsp;&nbsp;&nbsp;  看到学生们失落的眼神，我极力鼓励他们，参与和经历有时比获奖更能给人带来充实。</font></p>
<p> </p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%CE%D2%B5%C4%D4%AD%B4%B4">我的原创</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/4ad47fee94e356f1b2fb95b8.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-12  08:27</pubDate>
        <category><![CDATA[我的原创]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/4ad47fee94e356f1b2fb95b8.html</guid>
</item>

<item>
        <title><![CDATA[STC12系列单片机头文件和SFR(CONT.)]]></title>
        <link><![CDATA[http://hi.baidu.com/kuix/blog/item/0e9ad4d3eebef7d6a9ec9a84.html]]></link>
        <description><![CDATA[
		
		//新一代 1T 8051系列 单片机串行口特殊功能寄存器<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr SCON = 0x98; //Serial Control&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  SM0/FE SM1&nbsp;&nbsp;  SM2&nbsp;&nbsp;  REN&nbsp;&nbsp;  TB8&nbsp;&nbsp;  RB8&nbsp;&nbsp;&nbsp;  TI&nbsp;&nbsp;&nbsp;  RI&nbsp;&nbsp;&nbsp;  0000,0000<br>
//-----------------------------------<br>
sbit SM0 = SCON^7;  //SM0/FE<br>
sbit SM1 = SCON^6;<br>
sbit SM2 = SCON^5;<br>
sbit REN = SCON^4;<br>
sbit TB8 = SCON^3;<br>
sbit RB8 = SCON^2;<br>
sbit TI  = SCON^1;<br>
sbit RI  = SCON^0;<br>
//-----------------------------------<br>
sfr SBUF = 0x99; //Serial Da<wbr></wbr>ta Buffer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  xxxx,xxxx<br>
sfr SADEN = 0xB9; //Slave Address Mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
sfr SADDR = 0xA9; //Slave Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
//-----------------------------------<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr S2CON = 0x9A; //S2 Control  S2SM0  S2SM1  S2SM2  S2REN  S2TB8  S2RB8  S2TI  S2RI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  00000000B<br>
sfr S2BUF = 0x9B; //S2 Serial Buffer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  xxxx,xxxx<br>
sfr BRT = 0x9C; //S2 Baud-Rate Timer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
//--------------------------------------------------------------------------------<br>
//新一代 1T 8051系列 单片机看门狗定时器特殊功能寄存器<br>
sfr WDT_CONTR = 0xC1; //Watch-Dog-Timer Control register<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;  1&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  Reset Value<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  WDT_FLAG  -  EN_WDT CLR_WDT IDLE_WDT PS2 PS1 PS0&nbsp;&nbsp;&nbsp;  xx00,0000<br>
//-----------------------<br>
<br>
//--------------------------------------------------------------------------------<br>
//新一代 1T 8051系列 单片机PCA/PWM 特殊功能寄存器<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr CCON&nbsp;&nbsp;  = 0xD8;&nbsp;&nbsp;  //PCA 控制寄存器。&nbsp;&nbsp;&nbsp;  CF&nbsp;&nbsp;&nbsp;  CR&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  CCF1  CCF0&nbsp;&nbsp;  00xx,xx00<br>
//-----------------------<br>
sbit CF&nbsp;&nbsp;&nbsp;&nbsp;  = CCON^7; //PCA计数器溢出标志,由硬件或软件置位,必须由软件清0。<br>
sbit CR&nbsp;&nbsp;&nbsp;&nbsp;  = CCON^6; //1:允许 PCA 计数器计数, 必须由软件清0。<br>
//-<br>
//-<br>
sbit CCF1&nbsp;&nbsp;  = CCON^1; //PCA 模块1 中断标志, 由硬件置位, 必须由软件清0。<br>
sbit CCF0&nbsp;&nbsp;  = CCON^0; //PCA 模块0 中断标志, 由硬件置位, 必须由软件清0。<br>
//-----------------------<br>
sfr CMOD  = 0xD9; //PCA 工作模式寄存器。&nbsp;&nbsp;  CIDL&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;  CPS2&nbsp;&nbsp;  CPS1  CPS0  ECF&nbsp;&nbsp;  0xxx,x000<br>
/*<br>
CIDL: idle 状态时 PCA 计数器是否继续计数, 0: 继续计数, 1: 停止计数。<br>
<br>
CPS2: PCA 计数器脉冲源选择位 2。<br>
CPS1: PCA 计数器脉冲源选择位 1。<br>
CPS0: PCA 计数器脉冲源选择位 0。<br>
&nbsp;&nbsp;  CPS2&nbsp;&nbsp;  CPS1&nbsp;&nbsp;  CPS0<br>
&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  系统时钟频率 fosc/12。<br>
&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;  系统时钟频率 fosc/2。<br>
&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  Timer0 溢出。<br>
&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;  由 ECI/P3.4 脚输入的外部时钟，最大 fosc/2。<br>
&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  系统时钟频率，  Fosc/1<br>
&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;  系统时钟频率/4，Fosc/4<br>
&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  系统时钟频率/6，Fosc/6<br>
&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;  系统时钟频率/8，Fosc/8<br>
<br>
ECF: PCA计数器溢出中断允许位, 1--允许 CF(CCON.7) 产生中断。<br>
*/<br>
//-----------------------<br>
sfr CL&nbsp;&nbsp;&nbsp;&nbsp;  = 0xE9; //PCA 计数器低位&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
sfr CH&nbsp;&nbsp;&nbsp;&nbsp;  = 0xF9; //PCA 计数器高位&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
//-----------------------<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr CCAPM0 = 0xDA; //PCA 模块0 PWM 寄存器  -&nbsp;&nbsp;  ECOM0  CAPP0  CAPN0  MAT0  TOG0  PWM0  ECCF0&nbsp;&nbsp;  x000,0000<br>
sfr CCAPM1 = 0xDB; //PCA 模块1 PWM 寄存器  -&nbsp;&nbsp;  ECOM1  CAPP1  CAPN1  MAT1  TOG1  PWM1  ECCF1&nbsp;&nbsp;  x000,0000<br>
<br>
//ECOMn = 1:允许比较功能。<br>
//CAPPn = 1:允许上升沿触发捕捉功能。<br>
//CAPNn = 1:允许下降沿触发捕捉功能。<br>
//MATn  = 1:当匹配情况发生时, 允许 CCON 中的 CCFn 置位。<br>
//TOGn  = 1:当匹配情况发生时, CEXn 将翻转。<br>
//PWMn  = 1:将 CEXn 设置为 PWM 输出。<br>
//ECCFn = 1:允许 CCON 中的 CCFn 触发中断。<br>
<br>
//ECOMn  CAPPn  CAPNn  MATn  TOGn  PWMn  ECCFn<br>
//  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;  0x00&nbsp;&nbsp;  未启用任何功能。<br>
//  x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  x&nbsp;&nbsp;  0x21&nbsp;&nbsp;  16位CEXn上升沿触发捕捉功能。<br>
//  x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  x&nbsp;&nbsp;  0x11&nbsp;&nbsp;  16位CEXn下降沿触发捕捉功能。<br>
//  x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  x&nbsp;&nbsp;  0x31&nbsp;&nbsp;  16位CEXn边沿(上、下沿)触发捕捉功能。<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  x&nbsp;&nbsp;  0x49&nbsp;&nbsp;  16位软件定时器。<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  x&nbsp;&nbsp;  0x4d&nbsp;&nbsp;  16位高速脉冲输出。<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;  0x42&nbsp;&nbsp;  8位 PWM。<br>
<br>
//ECOMn  CAPPn  CAPNn  MATn  TOGn  PWMn  ECCFn<br>
//  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;  0x00&nbsp;&nbsp;  无此操作<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;  0x42&nbsp;&nbsp;  普通8位PWM, 无中断<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;  0x63&nbsp;&nbsp;  PWM输出由低变高可产生中断<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;  0x53&nbsp;&nbsp;  PWM输出由高变低可产生中断<br>
//  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;  0x73&nbsp;&nbsp;  PWM输出由低变高或由高变低都可产生中断<br>
<br>
//-----------------------<br>
sfr CCAP0L = 0xEA; //PCA 模块 0 的捕捉/比较寄存器低 8 位。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
sfr CCAP0H = 0xFA; //PCA 模块 0 的捕捉/比较寄存器高 8 位。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
sfr CCAP1L = 0xEB; //PCA 模块 1 的捕捉/比较寄存器低 8 位。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
sfr CCAP1H = 0xFB; //PCA 模块 1 的捕捉/比较寄存器高 8 位。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
//-----------------------<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;  6&nbsp;&nbsp;  5&nbsp;&nbsp;  4&nbsp;&nbsp;  3&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr PCA_PWM0 = 0xF2; //PCA 模块0 PWM 寄存器。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -  EPC0H EPC0L&nbsp;&nbsp;  xxxx,xx00<br>
sfr PCA_PWM1 = 0xF3; //PCA 模块1 PWM 寄存器。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -&nbsp;&nbsp;  -  EPC1H EPC1L&nbsp;&nbsp;  xxxx,xx00<br>
//PCA_PWMn:&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  EPCnH  EPCnL<br>
//B7-B2: 保留<br>
//B1(EPCnH): 在 PWM 模式下，与 CCAPnH 组成 9 位数。<br>
//B0(EPCnL): 在 PWM 模式下，与 CCAPnL 组成 9 位数。<br>
//--------------------------------------------------------------------------------<br>
//新一代 1T 8051系列 单片机 ADC 特殊功能寄存器<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;  Reset Value<br>
sfr ADC_CONTR = 0xBC; //A/D 转换控制寄存器 ADC_POWER SPEED1 SPEED0 ADC_FLAG ADC_START CHS2 CHS1 CHS0 0000,0000<br>
sfr ADC_RES  = 0xBD;  //A/D 转换结果高8位 ADCV.9 ADCV.8 ADCV.7 ADCV.6 ADCV.5 ADCV.4 ADCV.3 ADCV.2 0000,0000<br>
sfr ADC_RESL = 0xBE;  //A/D 转换结果低2位&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  ADCV.1 ADCV.0 0000,0000<br>
//--------------------------------------------------------------------------------<br>
//新一代 1T 8051系列 单片机 SPI 特殊功能寄存器<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr SPCTL  = 0xCE; //SPI Control Register  SSIG  SPEN  DORD  MSTR  CPOL  CPHA  SPR1  SPR0  0000,0100<br>
sfr SPSTAT = 0xCD; //SPI Status Register&nbsp;&nbsp;  SPIF  WCOL&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  00xx,xxxx<br>
sfr SPDAT  = 0xCF; //SPI Da<wbr></wbr>ta Register&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0000,0000<br>
//--------------------------------------------------------------------------------<br>
//新一代 1T 8051系列 单片机 IAP/ISP 特殊功能寄存器<br>
sfr IAP_DA<wbr></wbr>TA&nbsp;&nbsp;&nbsp;  = 0xC2;<br>
sfr IAP_ADDRH&nbsp;&nbsp;  = 0xC3;<br>
sfr IAP_ADDRL&nbsp;&nbsp;  = 0xC4;<br>
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  7&nbsp;&nbsp;&nbsp;  6&nbsp;&nbsp;&nbsp;  5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  4&nbsp;&nbsp;&nbsp;  3&nbsp;&nbsp;&nbsp;  2&nbsp;&nbsp;&nbsp;  1&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  Reset Value<br>
sfr IAP_CMD&nbsp;&nbsp;&nbsp;&nbsp;  = 0xC5; //IAP Mode Table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;&nbsp;  -&nbsp;&nbsp;  MS1&nbsp;&nbsp;  MS0&nbsp;&nbsp;  0xxx,xx00<br>
sfr IAP_TRIG&nbsp;&nbsp;&nbsp;  = 0xC6;<br>
sfr IAP_CONTR&nbsp;&nbsp;  = 0xC7; //IAP Control Register  IAPEN SWBS SWRST CFAIL  -&nbsp;&nbsp;  WT2  WT1&nbsp;&nbsp;  WT0&nbsp;&nbsp;  0000,x000<br> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/kuix/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/kuix/blog/item/0e9ad4d3eebef7d6a9ec9a84.html#comment">查看评论</a>]]></description>
        <pubDate>2009-08-31  22:26</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[kuirs]]></author>
		<guid>http://hi.baidu.com/kuix/blog/item/0e9ad4d3eebef7d6a9ec9a84.html</guid>
</item>


</channel>
</rss>