-
MSChart
Using MSChart Object to show data on form
- 2015-05-05 15:22:26下载
- 积分:1
-
LCM12864
12864液晶屏幕,并口方式,反白,字符显示,图片显示(12864 LCD screen, parallel mode, highlight, character display, image display)
- 2012-07-10 19:15:04下载
- 积分:1
-
Horizontal-dip-XYZ-detector
基于STC89C51RC的水平倾角XYZ检测仪(Horizontal dip XYZ detector STC89C51RC)
- 2016-01-31 01:55:10下载
- 积分:1
-
FT245BL
ftdi公司的USB设备通信上位机编程。(The PC programing for FTDI S USB device)
- 2012-03-02 17:01:31下载
- 积分:1
-
shuruliuwei
通过阵列键盘输入数字 数码管显示 六位数字(Six-figure through the array of keyboard input alphanumeric display)
- 2012-07-06 10:37:18下载
- 积分:1
-
motor_control_library_v0_10
motor_control_library_v0_10.zip
park
SVPWM(motor_control_library_v0_10.zip park SVPWM)
- 2020-12-09 14:39:19下载
- 积分:1
-
mega16-simple-example
通过一个简单例子,说明C语言对于学习单片机的重要性,有助于新手的入门.(By a simple example to illustrate the C language for learning the importance of SCM to help novice entry.)
- 2013-11-18 13:27:00下载
- 积分:1
-
7-Seg_LEDCalc
7段数码管显示与对应值计算工具。先点击对应管位,设置显示顺序,再点击生成即可获得键值。鼠标选择键值,数码管相应显示。(7-segment LED display with the corresponding value calculation tools. Firstly, click the corresponding tube in the LED, in order to set the display order. Then click Generate to get the value. After created, select the key and the digital will show the char accordingly.)
- 2013-04-28 13:56:46下载
- 积分:1
-
Code_SpyWin
用Visual Basic 6.0 编写的SPY++,功能强大(SPY++ BY Visual Basic)
- 2015-09-16 22:11:24下载
- 积分: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