-
ir
说明: PIC单片机红外线遥控接收解码实例
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
- 2010-03-05 19:40:41下载
- 积分:1
-
ASD24B201303
Delta servo drive a new generation of hardware ASDA-B2 manual programming is an electrical engineer hardware reference manual,
- 2014-02-24 15:14:34下载
- 积分:1
-
ServiceBrokerExtSource
SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server. With SSB, you essentially get the power of messaging technologies like Microsoft Message Queue (MSMQ) combined with the relational database capabilities of SQL Server, all controlled with Transact SQL statements(SQL Server 2005 Service Broker (SSB) is an a synchronous messaging technology built into S QL Server. With SSB. you essentially get the power of messaging tech nologies like Microsoft Message Queue (MSMQ) c ombined with the relational database capabili ties of SQL Server, all controlled with Transact SQL statements)
- 2007-05-10 13:59:21下载
- 积分:1
-
dianzisuo
电子密码锁设计,实现四位密码开锁,可改密码(Electronic password lock design to achieve four bit password lock, password can be changed)
- 2017-04-18 11:56:18下载
- 积分:1
-
EasyTrace
在单片机上运行的简单的颜色跟踪算法,中文注释(Running on the microcontroller simple color tracking algorithm, Chinese Notes)
- 2013-10-11 20:50:35下载
- 积分:1
-
PG_FOC
闭环矢量的代码,台达的,汇编语言。绝对真实,行家一眼就能看出来(Closed-loop vector code, Delta, and assembly language. Absolutely true, experts tell at a glance)
- 2014-08-27 10:07:42下载
- 积分:1
-
old6
说明: 独居老人监控系统
使用80c51f020编程
具体的使用方法和接口,里面有(Elderly people living alone monitoring system using 80c51f020 programming methods and the use of specific interfaces, which has)
- 2011-03-24 19:07:28下载
- 积分:1
-
RaidTest
RAID卡的测试程序,写的不好哈,请大家原谅,(RAID card test procedures and writing bad Kazakhstan,)
- 2009-02-17 11:55:56下载
- 积分:1
-
yuanlitu
单片机系统原理图 拥有各种功能 基本上能满足学生单片机学习开发应用(mcu perfect)
- 2011-05-18 23:50:21下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1