-
LPC2138
以LPC2138为基础的防火防盗报警显示系统。(LPC2138-based fire burglar alarm display system.)
- 2020-07-01 23:40:01下载
- 积分:1
-
SI_Prova_ClaudioPereira
sistemas web,baseado em c# aspnet
- 2014-01-31 12:09:24下载
- 积分:1
-
HelloWorld
这是一个使用的HTML标签查找源代码,通过这个源代码可以方便的复习HTML标签。(This is a HTML tag source code,with which you can look up conviently the HTML tag.)
- 2015-04-06 00:40:36下载
- 积分:1
-
2011-new-phishing-pages
QQ二代密保钓鱼(优化版)QQ二代密保钓鱼(优化版)(QQ second secret security fishing (optimized version))
- 2011-12-17 02:25:40下载
- 积分:1
-
accessOnlineTest
说明: 在线论文相似度以及重复率的非法抄袭的自动检测(Similarity and repetition rate online paper copy of the automatic detection of illegal)
- 2011-03-05 20:21:47下载
- 积分:1
-
hantek3064-Code-Demo-VBDSO
hantek3064仪表上位机监控的示例程序,仅供大家参考(hantek3064 Meter PC monitoring sample program, only for your reference)
- 2021-04-25 18:48:46下载
- 积分:1
-
jiudian
酒店管理查询系统,适合开发研究,基于asp.net编程(student studay)
- 2013-12-30 15:18:32下载
- 积分:1
-
1111111111111111
学习电子电路,很好的参考资料,可以学到很多东西。(Learning electronic circuits, a very good reference, you can learn a lot.)
- 2009-04-25 22:09:52下载
- 积分:1
-
endtime
当时间到时,蜂鸣器提醒,并有音乐提示。
时间可以自己设定,可以最小化到托盘。(time)
- 2010-06-30 13:16:09下载
- 积分: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