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

📄 main.frm

📁 bp, backpropagation 神经网络 简单认字 错误开发实例。
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Backpropagation, A Simple Character Recognition (7 X 9)"
   ClientHeight    =   7725
   ClientLeft      =   4710
   ClientTop       =   3645
   ClientWidth     =   10455
   Icon            =   "main.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7725
   ScaleWidth      =   10455
   StartUpPosition =   2  '屏幕中心
   Begin VB.OptionButton optError 
      Caption         =   "Sum-squared Error"
      BeginProperty Font 
         Name            =   "Microsoft Sans Serif"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2040
      TabIndex        =   8
      Top             =   6240
      Width           =   2295
   End
   Begin VB.OptionButton optWeights 
      Caption         =   "Weights"
      BeginProperty Font 
         Name            =   "Microsoft Sans Serif"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   480
      TabIndex        =   7
      Top             =   6240
      Value           =   -1  'True
      Width           =   1815
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "Z"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   25
      Left            =   9120
      TabIndex        =   194
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "Y"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   24
      Left            =   8400
      TabIndex        =   193
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "X"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   23
      Left            =   7680
      TabIndex        =   192
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "W"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   22
      Left            =   6960
      TabIndex        =   191
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "V"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   21
      Left            =   6240
      TabIndex        =   190
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "U"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   20
      Left            =   5520
      TabIndex        =   189
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "T"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   19
      Left            =   4800
      TabIndex        =   188
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "S"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   18
      Left            =   4080
      TabIndex        =   187
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "R"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   17
      Left            =   3360
      TabIndex        =   186
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "Q"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   16
      Left            =   2640
      TabIndex        =   185
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "P"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   15
      Left            =   1920
      TabIndex        =   184
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "O"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   14
      Left            =   1200
      TabIndex        =   183
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "N"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   13
      Left            =   480
      TabIndex        =   182
      TabStop         =   0   'False
      Top             =   7200
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "M"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   12
      Left            =   9120
      TabIndex        =   181
      TabStop         =   0   'False
      Top             =   6720
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "L"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   11
      Left            =   8400
      TabIndex        =   180
      TabStop         =   0   'False
      Top             =   6720
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "K"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   10
      Left            =   7680
      TabIndex        =   179
      TabStop         =   0   'False
      Top             =   6720
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "J"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   9
      Left            =   6960
      TabIndex        =   178
      TabStop         =   0   'False
      Top             =   6720
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "I"
      BeginProperty Font 
         Name            =   "Century"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   8
      Left            =   6240
      TabIndex        =   177
      TabStop         =   0   'False
      Top             =   6720
      Width           =   615
   End
   Begin VB.CommandButton cmdCharacter 
      Caption         =   "H"
      BeginProperty Font 

⌨️ 快捷键说明

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