-
shangweiji
上位机,与51单片机进行通信,将从单片机发送过来获得的信息显示在显示界面上。(PC, with 51 single-chip communication, sent from the information obtained from the microcontroller is displayed on the display screen.)
- 2014-02-18 15:30:11下载
- 积分:1
-
xml_demo
解析html 语言对于html程序测试及其入门机器有帮助(Html parsing html language testing procedures for its entry machines helpful)
- 2014-03-13 19:18:22下载
- 积分:1
-
integrated-control
双步进电机综合控制 用于51单片机 (Dual stepper motor integrated control)
- 2013-07-22 15:02:12下载
- 积分:1
-
QuangBao
it is program for led matrix
- 2012-01-09 17:49:50下载
- 积分:1
-
VSPD
可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維Visual Basic所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Visual Basic dimension)
- 2020-11-27 09:19:30下载
- 积分:1
-
Visual_Studio_2010_Shortcuts
Microsoft Visual Studio 2010 Express
快速功能鍵(Microsoft Visual Studio 2010 Express
Keybinding Brochures)
- 2014-01-21 14:51:30下载
- 积分:1
-
sentence
文字或句子自動隨機排列.可以有助各位溫習功課和考試(Automatic random words or sentences arranged)
- 2010-06-09 02:53:19下载
- 积分:1
-
JIS_Absensi
finger 103 for fingerscan
- 2014-11-18 21:48:26下载
- 积分:1
-
Library
ALTUM AD14备份下来的AD14封装希望对大家有用
ALTUM AD14备份下来的AD14封装希望对大家有用(ALTUM AD14 AD14 back down the package hope to be usefulALTUM AD14 AD14 back down the package hope to be useful)
- 2015-06-03 09:01:45下载
- 积分: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