发布时间:2015-09-01 15:55:12
<p style="margin-left:36.0pt;text-indent:-36.0pt;"><b>1、 </b><b>概念<span></span></b></p><p style="text-indent:21.0pt;">所谓嵌入式操作系统(<span>Embedded System</span>)是指以应用为中心、以计算机技术为基础,软件硬件可裁剪、适应应用系统对功能、可靠性、成本、体积、功耗严格要.........【阅读全文】
发布时间:2015-08-03 09:11:37
<div class="Blog_wz1"><div style="text-align:center;"><strong><span style="background-color:#E53333;">51单片机项目实战之51基础知识篇</span></strong><br /><div style="text-align:left;">51单片机开发需要准备的知识以及软件:<br /><strong>c语言</strong>,以C语言为基础来编写单片机程序<br />.........【阅读全文】
发布时间:2015-07-24 14:34:02
<span style="color:#666666;font-family:宋体, Arial;line-height:26px;white-space:normal;background-color:#FFFFFF;">推箱子</span><br style="color:#666666;font-family:宋体, Arial;line-height:26px;white-space:normal;background-color:#FFFFFF;" /><span style="color:#666666;font-family:宋体, Arial;line-he.........【阅读全文】
发布时间:2015-06-08 17:15:09
#include 《reg52.h》 #define uint unsigned int #define uchar unsigned char bit irout;//红外管状态 sbit ir=P1^7;//红外发射管控制脚 uint count, set_count;//中断计数,设定中断次数 bit flag,keyflag;//红外发送标志,按键标志位 uchar irsys[4]={0x1a,0xa1,0xdc,0x03};//26位.........【阅读全文】
发布时间:2015-06-03 22:09:22
#include<reg52.h>#define uchar unsigned char uchar num; sbit beep=P2^3; sbit led=P1^0; sbit k1=P3^4;void delay(uchar i){ uchar j,k; for(j=i;j>0;j--) .........【阅读全文】