banner banner banner
Справочник Жаркова по проектированию и программированию искусственного интеллекта. Том 5: Программирование искусственного интеллекта на Visual Basic (продолжение 1)
Справочник Жаркова по проектированию и программированию искусственного интеллекта. Том 5: Программирование искусственного интеллекта на Visual Basic (продолжение 1)
Оценить:
Рейтинг: 0

Полная версия:

Справочник Жаркова по проектированию и программированию искусственного интеллекта. Том 5: Программирование искусственного интеллекта на Visual Basic (продолжение 1)

скачать книгу бесплатно


If str(1) = "c" Then

Chr5.Text = "C"

End If

If str(2) = "c" Then

Chr4.Text = "C"

End If

If str(3) = "c" Then

Chr3.Text = "C"

End If

If str(4) = "c" Then

Chr2.Text = "C"

End If

If str(5) = "c" Then

Chr1.Text = "C"

End If

ElseIf Word_in.TextLength = 7 Then

If str(0) = "c" Then

Chr7.Text = "C"

End If

If str(1) = "c" Then

Chr6.Text = "C"

End If

If str(2) = "c" Then

Chr5.Text = "C"

End If

If str(3) = "c" Then

Chr4.Text = "C"

End If

If str(4) = "c" Then

Chr3.Text = "C"

End If

If str(5) = "c" Then

Chr2.Text = "C"

End If

If str(6) = "c" Then

Chr1.Text = "C"

End If

ElseIf Word_in.TextLength = 8 Then

If str(0) = "c" Then

Chr8.Text = "C"

End If

If str(1) = "c" Then

Chr7.Text = "C"

End If

If str(2) = "c" Then

Chr6.Text = "C"

End If

If str(3) = "c" Then

Chr5.Text = "C"

End If

If str(4) = "c" Then

Chr4.Text = "C"

End If

If str(5) = "c" Then

Chr3.Text = "C"

End If

If str(6) = "c" Then

Chr2.Text = "C"

End If

If str(7) = "c" Then

Chr1.Text = "C"

End If

ElseIf Word_in.TextLength = 9 Then

If str(0) = "c" Then

Chr9.Text = "C"

End If

If str(1) = "c" Then

Chr8.Text = "C"

End If

If str(2) = "c" Then

Chr7.Text = "C"

End If

If str(3) = "c" Then

Chr6.Text = "C"

End If

If str(4) = "c" Then

Chr5.Text = "C"

End If

If str(5) = "c" Then

Chr4.Text = "C"

End If

If str(6) = "c" Then

Chr3.Text = "C"

End If

If str(7) = "c" Then

Chr2.Text = "C"

End If

If str(8) = "c" Then

Chr1.Text = "C"

End If

ElseIf Word_in.TextLength = 10 Then

If str(0) = "c" Then

Chr10.Text = "C"

End If

If str(1) = "c" Then

Chr9.Text = "C"

End If

If str(2) = "c" Then

Chr8.Text = "C"

End If