-
ADC0809
模数转换器AD0809例程,通过该例程可掌握AD0809的基本使用方法(AD0809 ADC routines, the routines can be mastered through the basics of using the AD0809)
- 2013-09-04 15:35:26下载
- 积分:1
-
11
说明: 两脉冲频率平均值计算 两脉冲频率平均值计算 两脉冲频率平均值计算(Two pulse frequency average of the two pulse frequency average of two average pulse frequency)
- 2013-04-24 20:02:03下载
- 积分:1
-
WPMmonitor
上位机恒压供水控制系统,通过MODBUS网络来控制台达PLC(up computer control PLC delta,
this software is vell good control software,)
- 2015-11-19 10:46:50下载
- 积分: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
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1
-
18b20
基于keil软件的51单片机程序,18B20测温及12864液晶显示的文件。晶振为12M(Based on the the keil software 51 microcontroller procedure 18B20 temperature measurement and 12864 LCD file. Crystal-12M)
- 2012-11-04 16:57:06下载
- 积分:1
-
led-advertising-lamp
本程序能够实现广告灯的往正反方向来回移动。(Procedures to achieve the advertising lights move back and forth to the positive and negative direction.)
- 2013-04-23 22:14:05下载
- 积分:1
-
Code_SpyWin
用Visual Basic 6.0 编写的SPY++,功能强大(SPY++ BY Visual Basic)
- 2015-09-16 22:11:24下载
- 积分:1
-
KEY
自己写的一个带有松手检测和长按识别,短按识别,长短按区分的键盘扫描程序(Write your own keyboard scanner with a loosely detection and long-identification, press recognition, length according to the distinction)
- 2012-07-19 15:25:28下载
- 积分:1