-
Hammer
本程序利用特征线法计算管道水击的压力和流量(The program uses the method of characteristics to calculate the value of the pipeline water hammer pressure and flow values.)
- 2014-01-16 21:07:52下载
- 积分:1
-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
VB
说明: 一本较好的VB教程,主讲上位机编程,相信大家会喜欢的。(A better VB tutorials, keynote host computer programming, I believe you will like.)
- 2009-10-10 09:19:24下载
- 积分:1
-
ads7846
asaasa adxsadsa ssda
- 2011-05-10 21:28:29下载
- 积分:1
-
21dayC51
21天学通51单片机开发源代码,学习51单片机的教材,值得下载(21 Days 51 MCU development of source code, 51 MCU learning materials, worth downloading)
- 2011-05-11 15:45:20下载
- 积分:1
-
可燃气体报警器
基于单片机的可燃气体报警器,反应灵敏,报警及时(Based on the single-chip microcomputer combustible gas alarm, sensitive, timely alarm.)
- 2020-12-08 15:09: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
-
Double-two-way-voltmeter
双两程电压表,用TLC1543做的,精准测电压(Double two-way voltmeter)
- 2012-10-18 18:27:17下载
- 积分:1
-
12864xianshidonghua
基于STC89C52单片机的12864动画显示程序,有详细的代码。(STC89C52 12864 based animation program, a detailed code.)
- 2013-06-20 15:19:15下载
- 积分:1
-
mcu-one-line-communate
单片机一线通讯,控制4个数码管显示.里面有汇编和C语言源码(Single-chip front-line communications, control 4 digital display. There are assembly and C language source code)
- 2011-08-31 08:43:18下载
- 积分:1