Оценить:
 Рейтинг: 0

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

Год написания книги
2023
Теги
<< 1 ... 71 72 73 74 75 76 77 78 79 ... 83 >>
На страницу:
75 из 83
Настройки чтения
Размер шрифта
Высота строк
Поля

Chr5.Text = "F"

End If

If str(1) = "f" Then

Chr4.Text = "F"

End If

If str(2) = "f" Then

Chr3.Text = "F"

End If

If str(3) = "f" Then

Chr2.Text = "F"

End If

If str(4) = "f" Then

Chr1.Text = "F"

End If

ElseIf Word_in.TextLength = 6 Then

If str(0) = "f" Then

Chr6.Text = "F"

End If

If str(1) = "f" Then

Chr5.Text = "F"

End If

If str(2) = "f" Then

Chr4.Text = "F"

End If

If str(3) = "f" Then

Chr3.Text = "F"

End If

If str(4) = "f" Then

Chr2.Text = "F"

End If

If str(5) = "f" Then

Chr1.Text = "F"

End If

ElseIf Word_in.TextLength = 7 Then

If str(0) = "f" Then

Chr7.Text = "F"

End If

If str(1) = "f" Then

Chr6.Text = "F"

End If

If str(2) = "f" Then

Chr5.Text = "F"

End If

If str(3) = "f" Then

Chr4.Text = "F"

End If

If str(4) = "f" Then

Chr3.Text = "F"

End If

If str(5) = "f" Then
<< 1 ... 71 72 73 74 75 76 77 78 79 ... 83 >>
На страницу:
75 из 83

Другие электронные книги автора Валерий Алексеевич Жарков