-
MCU
单片机入门的编程教材,PDF格式,简单易懂,适合初学者(SCM introductory programming textbooks, PDF format, easy to understand for beginners)
- 2015-11-06 19:43:50下载
- 积分:1
-
27797
电话语音管理系统的工程项目代码,需要的请拿去使用吧,任意修改!(Telephony management system project code chunks, arbitrary changes)
- 2012-04-07 16:17:46下载
- 积分:1
-
UartDemo
STC12C5410AD单片机串口测试程序(STC12C5410AD microcontroller serial test programSTC12C5410AD microcontroller serial test program)
- 2012-05-07 15:03:13下载
- 积分:1
-
1.kdh
基于AVR单片机的挖掘机器人控制系统设计( Based on AVR monolithic integrated circuit s excavation robot control system design )
- 2011-05-25 18:37:39下载
- 积分:1
-
12-RS232
rs232实验 可以看看是综合实验 需要的人
是51的板子 用keil编译(the rs232 experiment to see people in need of comprehensive experimental 51 board keil compiler)
- 2012-07-30 21:34:34下载
- 积分:1
-
postpos
RTK精密定位中的后处理程序,包含数据保存和输出的功能(RTK precision positioning in the post-processing procedures, including data storage and output functions)
- 2016-05-06 13:52:00下载
- 积分:1
-
PSoC
PSoC(Programmable System-On-Chip,片上可编程系统)实验指导,内含5个实验,适合新手学习熟悉功能,希望给大家带来帮助(An instruction of PSoC, 5 samples included,suitable for beginners.May it be hopeful!)
- 2014-04-02 19:55:03下载
- 积分:1
-
lianzi
简单打字速度练习,采用倒计时10分钟进行速度练习。(Simply typing speed exercises for 10 minutes using the countdown speed exercises.)
- 2014-05-13 08:26:21下载
- 积分:1
-
keyscanner
说明: 一个很通用的按键扫描程序,可用于单片机控制中(A very common key scanner can be used in the SCM)
- 2010-04-28 20:22:24下载
- 积分: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