⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmnn.frm

📁 用vb编写的神经网络程序
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmUSR 
   Caption         =   "Neural-Net recognizing  Letters !"
   ClientHeight    =   3720
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   10425
   Icon            =   "frmNN.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3720
   ScaleWidth      =   10425
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "Z"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   26
      Left            =   5145
      TabIndex        =   59
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "Y"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   25
      Left            =   4725
      TabIndex        =   58
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "X"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   24
      Left            =   4305
      TabIndex        =   57
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "W"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   23
      Left            =   3885
      TabIndex        =   56
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "V"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   22
      Left            =   3465
      TabIndex        =   55
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "U"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   21
      Left            =   3045
      TabIndex        =   54
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "T"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   20
      Left            =   2625
      TabIndex        =   53
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "S"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   19
      Left            =   2205
      TabIndex        =   52
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "R"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   18
      Left            =   1785
      TabIndex        =   51
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "Q"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   17
      Left            =   1365
      TabIndex        =   50
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "P"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   16
      Left            =   945
      TabIndex        =   49
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "O"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   15
      Left            =   525
      TabIndex        =   48
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "N"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Index           =   14
      Left            =   105
      TabIndex        =   47
      Top             =   420
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "M"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   13
      Left            =   5145
      TabIndex        =   46
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "L"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   12
      Left            =   4725
      TabIndex        =   45
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "K"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   11
      Left            =   4305
      TabIndex        =   44
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "J"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   10
      Left            =   3885
      TabIndex        =   43
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "I"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   9
      Left            =   3465
      TabIndex        =   42
      Top             =   10
      Width           =   330
   End
   Begin VB.TextBox TxT_AutoTRain_Wdh 
      Height          =   330
      Left            =   1470
      TabIndex        =   41
      Top             =   3255
      Width           =   645
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "H"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   8
      Left            =   3045
      TabIndex        =   40
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "G"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   7
      Left            =   2625
      TabIndex        =   39
      Top             =   10
      Width           =   330
   End
   Begin VB.CommandButton Cmd_Letter 
      Caption         =   "F"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Index           =   6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -