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

📄 frmbpmain.frm

📁 一个用于实现BP神经网络算法的程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmBPMain 
   Caption         =   "BP"
   ClientHeight    =   4275
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7485
   LinkTopic       =   "Form1"
   ScaleHeight     =   4275
   ScaleWidth      =   7485
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command3 
      Caption         =   "测试"
      Height          =   375
      Left            =   2400
      TabIndex        =   30
      Top             =   3600
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "关闭"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1200
      TabIndex        =   21
      Top             =   3600
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "进入"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      TabIndex        =   20
      Top             =   3600
      Width           =   735
   End
   Begin VB.Frame Frame1 
      Caption         =   "初始参数"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2775
      Left            =   360
      TabIndex        =   19
      Top             =   720
      Width           =   2655
      Begin VB.TextBox Text4 
         Alignment       =   2  'Center
         Height          =   270
         Left            =   1560
         TabIndex        =   29
         Text            =   "1"
         Top             =   2160
         Width           =   735
      End
      Begin VB.TextBox Text3 
         Alignment       =   2  'Center
         Height          =   270
         Left            =   1560
         TabIndex        =   28
         Text            =   "15"
         Top             =   1665
         Width           =   735
      End
      Begin VB.TextBox Text2 
         Alignment       =   2  'Center
         Height          =   270
         Left            =   1560
         TabIndex        =   27
         Text            =   "3"
         Top             =   1125
         Width           =   735
      End
      Begin VB.TextBox Text1 
         Alignment       =   2  'Center
         Height          =   270
         Left            =   1560
         TabIndex        =   26
         Text            =   "10"
         Top             =   585
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "学习模式数"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   3
         Left            =   240
         TabIndex        =   25
         Top             =   600
         Width           =   1215
      End
      Begin VB.Label Label4 
         Caption         =   "输出层节点"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   2
         Left            =   240
         TabIndex        =   24
         Top             =   2220
         Width           =   1215
      End
      Begin VB.Label Label4 
         Caption         =   "中间层节点"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   23
         Top             =   1680
         Width           =   1215
      End
      Begin VB.Label Label4 
         Caption         =   "输入层节点"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   22
         Top             =   1140
         Width           =   1215
      End
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00FFFFFF&
      Height          =   3615
      Left            =   3360
      ScaleHeight     =   3555
      ScaleWidth      =   3795
      TabIndex        =   1
      Top             =   360
      Width           =   3855
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "K"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   11
         Left            =   3315
         TabIndex        =   18
         Top             =   2520
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "k"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   10
         Left            =   3315
         TabIndex        =   17
         Top             =   1680
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   9
         Left            =   3315
         TabIndex        =   16
         Top             =   1125
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   8
         Left            =   3315
         TabIndex        =   15
         Top             =   840
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "J"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   7
         Left            =   1760
         TabIndex        =   14
         Top             =   3000
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "j"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   6
         Left            =   1760
         TabIndex        =   13
         Top             =   1680
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   5
         Left            =   1760
         TabIndex        =   12
         Top             =   840
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   4
         Left            =   1760
         TabIndex        =   11
         Top             =   600
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "I"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   3
         Left            =   550
         TabIndex        =   10
         Top             =   2520
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "i"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   2
         Left            =   550
         TabIndex        =   9
         Top             =   1680
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   1
         Left            =   550
         TabIndex        =   8
         Top             =   1080
         Width           =   150
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000009&
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Index           =   0
         Left            =   550
         TabIndex        =   7
         Top             =   840
         Width           =   150
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFFFFF&
         Caption         =   "Wkj"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   4
         Left            =   2400
         TabIndex        =   6
         Top             =   1320
         Width           =   375
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFFFFF&
         Caption         =   "Vji"
         BeginProperty Font 
            Name            =   "宋体"

⌨️ 快捷键说明

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