-
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
-
VBvollage
高精度电压表(24bit) VB源程序,简单修改可实现多量程(precision voltage (24bit) VB program, a simple change can be realized more range)
- 2021-02-08 15:29:54下载
- 积分:1
-
12864
使用红外遥控调整时间并用12864液晶显示的王年丽时钟程序(Infrared remote control 12864 to show big clock)
- 2015-07-16 11:01:27下载
- 积分:1
-
ieee14
IEEE14节点模型,PSCAD案例,同步发电机功率60MW,电压等级230kV(IEEE14 node model, PSCAD case, synchronous generator power 60MW, the voltage level of 230kV)
- 2015-03-18 14:54:44下载
- 积分:1
-
MSP430F55xx-Code-Examples
430与串口和定时器的详细例程,可在链接da或ad时调用(430 link da or ad with serial timer routine, call)
- 2013-04-04 12:24:18下载
- 积分:1
-
BCReader
IC卡读写器软件DEMO,支持ISO14443A、ISO14443B、ISO15693协议, ISO14443A:NTAG203、NTAG210、NTAG212、NTAG213、NTAG215、NTAG216, Ultralight、Ultralight C,MIFARE Classic 1K/4K, Mifare DESFire, MIFARE ProX, FM11RF08、FM11RF32, FM1208、FM1216 ,符合ISO14443A标准的CPU卡.
ISO14443B:AT88RF020, SR176、SRI512、SRT512、SRI2K、SRI4K, SGIDC(只读UID),符合ISO14443B标准的CPU卡.
ISO15693: I.CODE SLI, Tag-it HI-I Plus, 符合ISO15693标准的卡.(IC Card Reader Writer DEMO,support ISO14443A、ISO14443B、ISO15693 , ISO14443A:NTAG203、NTAG210、NTAG212、NTAG213、NTAG215、NTAG216, Ultralight、Ultralight C,MIFARE Classic 1K/4K, Mifare DESFire, MIFARE ProX, FM11RF08、FM11RF32, FM1208、FM1216 .
ISO14443B:AT88RF020, SR176、SRI512、SRT512、SRI2K、SRI4K, SGIDC.
ISO15693: I.CODE SLI, Tag-it HI-I Plus.)
- 2020-06-26 20:00:02下载
- 积分:1
-
CRC16
CRC16校验计算小程序,有移位、取反等位操作函数可供参考(CRC16 checkout a small program with shift, the allelic operation function is available for reference
)
- 2017-05-04 14:44:37下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
12864yejing
12864液晶显示屏、画图、显示中文、文字取模软件(
12864 LCD display, drawing, show Chinese characters modulo Software)
- 2014-07-27 10:01:27下载
- 积分:1
-
VB
说明: VB串口通讯实例
高精度电压表(24bit) VB源程序(VB serial communication example high precision voltage meter (24bit) VB source code)
- 2007-09-16 22:37:48下载
- 积分:1