Else
Label23.Visible = False
Label24.Visible = False
Label22.Visible = True
c = 8
End If
If a < b And a < c And a < d Then
Timer1.Enabled = True
End If
If b < a And b < c And b < d Then
Timer2.Enabled = True
End If
If c < a And c < b And c < d Then
Timer3.Enabled = True
End If
If d < a And d < b And d < c Then
Timer4.Enabled = True
End If
End Sub
Private Sub Timer4_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick
If Label10.Width < 200 Then
Label10.Visible = True
Label10.Width += 10
Label26.Visible = True
Label25.Visible = False
Label27.Visible = False
Else
Label26.Visible = False
Label27.Visible = False
Label25.Visible = True
d = 9
End If
If a < b And a < c And a < d Then
Timer1.Enabled = True
End If
If b < a And b < c And b < d Then
Timer2.Enabled = True
End If
If c < a And c < b And c < d Then
Timer3.Enabled =
操作系统课程设计报告模拟进程调度程序(三)相关范文