搜索资源列表
VB6.0.BO
- Private Sub cmdConnect_Click() If Len(Text1.Text) = 0 And Len(Text2.Text) = 0 Then MsgBox 123.12.25.38 Exit Sub Else If Len(Text1.Text) > 0 Then tcpClient.RemoteHost = Text1.Text Else tcpClient.RemoteHost = Text2.Text End
timer1
- 使用单片机keilc51编程,利用定时器1实现二极管灯闪烁.-Keilc51 the use of single-chip programming, the use of timers to achieve a blinking LED lights.
Test
- UASRT TIMER1 IAR ATMEGA1284P
TIM1
- STM8SC6的timer1输出PWM波形的源代码,编译平台为STVD。-STM8SC6 of timer1 PWM output waveform of the source code, compile platform STVD.
cod1
- 在FORM1在增加1个Label1标签,2个TIMER对象,分别为Timer1、Timer2代码如下: Private Sub Form_Load() Timer1.Interval = 100 Timer2.Interval = 100 Timer1.Enabled = True Timer2.Enabled = False End Sub Private Sub Timer1_Timer() Label1.Left = Label1.Left + 5
timer1_10ms
- PIC C CCS TIMER1 10MS
relOgio
- PICC CCS RTC TIMER1 DISPLAY7
Timer01_M0
- timer1 mode 0 in nuvoton
Brushless_Gimbal_Balancing_Robot
- Brushless_Gimbal_Balancing_Robot Arduino Code -The code is running on a mega328p and was compiled using Arduino 1.6.6 -The code cycle time is a constant ~250Hz At the heart of the code is a counter that is advanced every time TIMER1 overflows
timer1_1msdelay
- pic timer1 with 1ms delay
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习