-
24
说明: 用单片机实现的DS1621温度传感器,测量周边环境的温度(With MCU' s DS1621 temperature sensor to measure the temperature of the surrounding environment)
- 2011-06-17 23:48:22下载
- 积分:1
-
SPI_two_protues
个人开发使用的SPI双机通讯,是基于Atmage128的开发,特别对初学者具有很高的参考价值,程序调试通过,而且有protues仿真。(Personal development of dual-use SPI communication is Atmage128 based development, especially with a high reference value for beginners, program debugging through, and there protues simulation.)
- 2014-03-17 08:33:31下载
- 积分:1
-
Automatic-traffic-control-system-
自动交通控制系统用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下:
1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。
2)禁示线:红灯亮禁止30秒,然后绿灯亮放行。
3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示)(Automatic traffic control system using red, green, yellow light-emitting diodes, said a total of three traffic lights, the use of single-chip analog time display on a regular traffic signal control and management. Changes of lights to be as follows: 1) Release Line: green clearance 25 seconds, the yellow light warning for 5 seconds, then the red light is prohibited. 2) ban shows lines: the red light is prohibited for 30 seconds, then the green light to release. 3) When the red light in one direction, if the direction of the car through, the alarm speaker sound. (Hit the red signal available 3-5V analog representation))
- 2013-12-19 18:26:11下载
- 积分:1
-
mrLpWcAxB
代码是用来实现向其他应用程序(记事本)中发送键盘消息的源码,一般,演示程序,很好用,罕见(The code is used to realize the source of keyboard messages sent to other applications (Notepad), generally, the demonstration program, well used, rare)
- 2013-01-12 11:15:16下载
- 积分:1
-
chuankou
单片机串口发送程序,试一次课设做的,非常非常好用(Chip serial transmission program, try again Lesson set, very, very easy to use)
- 2013-06-05 00:13:11下载
- 积分: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
-
2.4G
2.4G研发详细文档,对没有无线基础的同学非常有帮助!(2.4G development with the document, very helpful to students based on no wireless!
)
- 2015-02-24 22:44:28下载
- 积分:1
-
DrawLine
实现坐标的显示 随机数产生 并显示到listctrl中 声称坐标轴 显示随机数,排序(
Achieve coordinate display random number is generated and displayed to listctrl claimed axis shows random numbers, sorting)
- 2013-11-08 20:38:32下载
- 积分:1
-
stm32dudong12864
STM32F103驱动12864液晶程序,很适合于初学者,希望对你有用(12864 STM32F103 driver program, it is suitable for beginners, I hope useful to you)
- 2014-02-23 18:45:08下载
- 积分:1
-
IEC61131-3(2003)
说明: 国外标准IEC6116-3工业自动化的编制(discripe the international standard)
- 2009-07-29 09:53:08下载
- 积分:1