-
JIS_Absensi
finger 103 for fingerscan
- 2014-11-18 21:48:26下载
- 积分:1
-
mu
说明: 奇迹自动捡物按键精灵源码
可自动挂机,捡物文本源码(Miracle Source Wizard button automatically picking up objects)
- 2014-01-13 02:37:54下载
- 积分:1
-
60s
该程序为初学者学习单片机时使用的60S倒计时程序,可将开程序用在proteus软件上进行仿真,我试过可行的~(The program for beginners to learn the use of single-chip microcomputer of the 60S countdown procedures, can be used in open procedures proteus simulation software, I tried to possible ~)
- 2009-06-02 09:48:30下载
- 积分:1
-
C-language-control-method
这是一份控制方法的C语言实现文档,写的非常好,分享给大家,特别是PID算法,说的还蛮好的(This is a method of controlling the C language document, written in a very good, for everyone to share, particularly in the PID algorithm, that s quite good)
- 2016-01-03 19:13:20下载
- 积分:1
-
pid-control
对于闭环控制有很好的说明以及pid算法的具体实现(Specific implementation for closed-loop control has a good explanation and pid algorithm)
- 2014-03-31 21:34:04下载
- 积分:1
-
14-RTC
C51单片机RTC实时时钟(DS1302)初始时间12:00:00数码管显示(The initial time of the the C51 MCU RTC real time clock (DS1302) 12:00:00 digital display)
- 2012-09-27 22:52:03下载
- 积分:1
-
99494
LED旋转屏通过4排LED可以显示一个图形(4 rows by rotating LED LED screen can display a graphic)
- 2011-06-02 15:03:31下载
- 积分: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
-
chuankou
串口下发至数码管显示,本程序已通过编译,可直接使用(Serial issued to the digital display, the program has been compiled, can be used directly)
- 2013-06-16 23:00:10下载
- 积分:1
-
main
EDA课程设计抢答器的程序,将程序加入仿真电路可直接运行出结果(EDA course design responder programs, add the program simulation circuit can be run directly the results
)
- 2015-05-21 20:28:37下载
- 积分:1