-
KeilC51
该手册是Keil 软件公司8051 单片机软件开发工具的介绍是为新用户和有兴趣的读者准备的使用指南只需要阅读本书就可以正确地运行和使用该软件这本用户指南包括以下章节的内容(The handbook is a Keil software 8051 software development tools introduced for new users and readers interested in the use of guidelines to prepare only need to read this book can be run correctly and use the software that the user s guide includes the following chapters content)
- 2008-04-21 18:34:38下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
haifengwork
海风记工表 一个叫完整的程序源码 包含很多技巧 适合初学者学习.(Sea Breeze your working table called complete program source code contains a lot of tips for beginners to learn.)
- 2015-06-21 00:05:30下载
- 积分:1
-
input-asle
输入通道捕捉程序,适用于飞思卡尔JM60单片机,用于捕捉信号。(The input channels capture program for the Freescale JM60 microcontroller used to capture the signal.)
- 2012-07-14 22:30:56下载
- 积分:1
-
51-Collect
TLC2543采集十路电压电流和温度,并且在液晶屏1602上显示出来,485传输代码还没写好,目前可以正常使用(TLC2543 collect ten road voltage and current and temperature, and displayed on the LCD 1602, 485 have not written the code, you can use it)
- 2015-05-02 16:57:53下载
- 积分:1
-
12864-picture
单片机程序,可以用单片机控制,在12864液晶屏上显示一幅图画。文件中有显示所用的代码。(Microcontroller program, you can use single-chip control, in 12864 a picture displayed on the LCD screen. Documents showing the code used.)
- 2011-11-17 21:31: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
-
(2008)Head-Orientation-Estimation-
头部姿势估计的综述,英文论文,一共11页(head pose estimation)
- 2012-06-12 19:43:54下载
- 积分:1
-
EEPROM
基于51系列单片机的eeprom例程,其中包括c,hex及其相关文件,硬件电路图,相关芯片介绍。(Based on 51 series MCU eeprom routines, including c, hex and its associated files, hardware schematics, related chip introduced.)
- 2013-07-21 18:25:09下载
- 积分:1
-
CRC16
CRC16校验计算小程序,有移位、取反等位操作函数可供参考(CRC16 checkout a small program with shift, the allelic operation function is available for reference
)
- 2017-05-04 14:44:37下载
- 积分:1