-
Chinese-version-of-VB6-Programmer
本材料是Visual Basic 6.0 中文版程序员指南,有兴趣的可以下载看看(This material is the Chinese version of Visual Basic 6.0 Programmer' s Guide, are interested can download to see)
- 2014-04-23 23:19:03下载
- 积分:1
-
key
模拟键盘击键,比较不错的一个程序.做软件仿真的(Analog keyboard keystrokes, compare a good one. To do software simulation of)
- 2007-11-08 06:10:39下载
- 积分:1
-
modscan32tidy
MODSCAN32英文版,
很好用的。(MODSCAN English, very good use.)
- 2010-08-23 21:27:05下载
- 积分: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
-
Train-ticket-booking-system
自己动手用C语言编写的火车票订票系统,很适合C语言初学者学习和交流(Yourself C language ticket booking system, it is suitable for beginners to learn C language and communication)
- 2014-09-20 22:09:53下载
- 积分:1
-
20090421
倒计时倒计时板,可以实现倒计时主题修改,时间设置等功能(dajishi)
- 2009-05-19 11:50:08下载
- 积分:1
-
1602LCDa
说明: 1602LCD显示程序,自己刚刚学会编的,分享一下,谢谢!!!(1602LCD display program, their series had just learned, to share, thank you! ! !)
- 2010-04-17 23:16:10下载
- 积分:1
-
robot
超声波测距,测量精度为1cm,可以使机器人安全避障。(Ultrasonic distance measurement accuracy of 1cm, can make the robot obstacle avoidance safety.)
- 2013-11-13 10:35:13下载
- 积分:1
-
MCS-51
新编MCS-51单片机应用 完本。
希望对大家有用(New MCS-51 microcontroller applications complete this. I hope useful)
- 2013-09-13 21:04:17下载
- 积分:1
-
多路舵机控制
说明: 对舵机的调试功能,通过多个舵机完成整个机器人的拼凑,进而完成机器人跳舞的任务。(The debugging function of the steering gear completes the assembly of the whole robot through multiple steering gear, and then completes the task of robot dancing.)
- 2020-06-25 18:00:01下载
- 积分:1