Валерий Алексеевич Жарков

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


Скачать книгу

= Mid(Word_in.Text, nums – 8, 1)

      str(9) = Mid(Word_in.Text, nums – 9, 1)

      str(10) = Mid(Word_in.Text, nums – 10, 1)

      str(11) = Mid(Word_in.Text, nums – 11, 1)

      str(12) = Mid(Word_in.Text, nums – 12, 1)

      str(13) = Mid(Word_in.Text, nums – 13, 1)

      str(14) = Mid(Word_in.Text, nums – 14, 1)

      str(15) = Mid(Word_in.Text, nums – 15, 1)

      str(16) = Mid(Word_in.Text, nums – 16, 1)

      str(17) = Mid(Word_in.Text, nums – 17, 1)

      str(18) = Mid(Word_in.Text, nums – 18, 1)

      str(19) = Mid(Word_in.Text, nums – 19, 1)

      Catch ex As Exception

      End Try

      If Word_in.TextLength = 1 Then

      If str(0) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 2 Then

      If str(1) = "f" Then

      Chr1.Text = "F"

      End If

      If str(0) = "f" Then

      Chr2.Text = "F"

      End If

      ElseIf Word_in.TextLength = 3 Then

      If str(0) = "f" Then

      Chr3.Text = "F"

      End If

      If str(1) = "f" Then

      Chr2.Text = "F"

      End If

      If str(2) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 4 Then

      If str(0) = "f" Then

      Chr4.Text = "F"

      End If

      If str(1) = "f" Then

      Chr3.Text = "F"

      End If

      If str(2) = "f" Then

      Chr2.Text = "F"

      End If

      If str(3) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 5 Then

      If str(0) = "f" Then

      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

      Chr2.Text = "F"

      End If

      If str(6) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 8 Then

      If str(0) = "f" Then

      Chr8.Text = "F"

      End If

      If str(1) = "f" Then

      Chr7.Text = "F"

      End If

      If str(2) = "f" Then

      Chr6.Text = "F"

      End If

      If str(3) = "f" Then

      Chr5.Text = "F"

      End If

      If str(4) = "f" Then

      Chr4.Text = "F"

      End If

      If str(5) = "f" Then

      Chr3.Text = "F"

      End If

      If str(6) = "f" Then

      Chr2.Text = "F"

      End If

      If str(7) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 9 Then

      If str(0) = "f" Then

      Chr9.Text = "F"

      End If

      If str(1) = "f" Then

      Chr8.Text = "F"

      End If

      If str(2) = "f" Then

      Chr7.Text = "F"

      End If

      If str(3) = "f" Then

      Chr6.Text = "F"

      End If

      If str(4) = "f" Then

      Chr5.Text = "F"

      End If

      If str(5) = "f" Then

      Chr4.Text = "F"

      End If

      If str(6) = "f" Then

      Chr3.Text = "F"

      End If

      If str(7) = "f" Then

      Chr2.Text = "F"

      End If

      If str(8) = "f" Then

      Chr1.Text = "F"

      End If

      ElseIf Word_in.TextLength = 10 Then

      If str(0) = "f" Then

      Chr10.Text = "F"

      End If

      If str(1) = "f" Then

      Chr9.Text =