-
code-complete
这是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。(This is a complete software build manual covers the software build process all the details.)
- 2014-05-07 10:47:53下载
- 积分:1
-
VByu18b20
单片机通信,vb与18b20温度传感器通信资料,包括上位机和下位机程序(Single-chip communication, vb and 18b20 temperature sensor communication data, including upper and lower machine program)
- 2012-08-05 14:00:06下载
- 积分:1
-
12864
使用MSP430操作12864显示屏,共显示四行。可显示中文汉字(Use MSP430 operation 12864 display four lines total. Can display Chinese characters)
- 2013-04-08 21:12:50下载
- 积分:1
-
UART
ARM串口应用例子,适用于NXP23系列CPU,封闭式总线,采用内部FLASH及RAM.(ARM serial port application example for NXP23 series CPU, closed-end bus, using the internal FLASH and RAM.)
- 2009-12-27 15:23:16下载
- 积分: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
-
stm32_LD3320_SDcard_mp3
能从SD卡读取MP3文件,并且识别后通过LD3320播放MP3,具体使用只需新建一个.ini系统文件存在sd卡,在里面设置好关键词并且所需播放的MP3文件即可(Read MP3 files from the SD card through the LD3320 play MP3 and identify specific use simply create a new the ini system files sd card exists inside set keywords and required to play MP3 files can)
- 2013-03-15 00:30:34下载
- 积分:1
-
EasyTrace
在单片机上运行的简单的颜色跟踪算法,中文注释(Running on the microcontroller simple color tracking algorithm, Chinese Notes)
- 2013-10-11 20:50:35下载
- 积分:1
-
SCM-off-cable-detection
单片机电缆通断检测系统,可以实现电缆短路和断路(SCM off cable detection system, the cable can short-circuit and open circuit)
- 2015-04-14 11:27:00下载
- 积分:1
-
keyboard
通过反转法循环扫描矩阵键盘,并通过数码管显示数据(By inversion method cyclic scan matrix keyboard, and through the digital display data)
- 2013-10-10 20:12:11下载
- 积分:1
-
CRC-16
循环冗余校验16位的,c语言编程环境,能够正常运行,程序详细注释(16 bit cyclic redundancy check, C language programming environment, normal operation, procedures detailed notes)
- 2015-04-17 14:06:10下载
- 积分:1