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

📄 frmmain.frm

📁 这是一种利用bp神经网络来解决异或问题的算法.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   BackColor       =   &H00000000&
   Caption         =   "Error Backpropogation Neural Network"
   ClientHeight    =   6915
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5025
   LinkTopic       =   "Form1"
   ScaleHeight     =   6915
   ScaleWidth      =   5025
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdStop 
      Caption         =   "Stop Training"
      Height          =   615
      Left            =   240
      TabIndex        =   40
      Top             =   1440
      Width           =   1455
   End
   Begin VB.TextBox txtRandomNoise 
      Height          =   285
      Left            =   1920
      TabIndex        =   38
      Text            =   "0.01"
      Top             =   1680
      Width           =   1335
   End
   Begin VB.TextBox txtLearningRate 
      Height          =   285
      Left            =   1920
      TabIndex        =   36
      Text            =   "0.7"
      Top             =   960
      Width           =   1335
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00000000&
      Caption         =   "Truth Table"
      ForeColor       =   &H00FFC0C0&
      Height          =   2415
      Left            =   240
      TabIndex        =   16
      Top             =   2280
      Width           =   2055
      Begin VB.Label lblOutput 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   3
         Left            =   1440
         TabIndex        =   44
         Top             =   1920
         Width           =   255
      End
      Begin VB.Label lblOutput 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   2
         Left            =   1440
         TabIndex        =   43
         Top             =   1560
         Width           =   255
      End
      Begin VB.Label lblOutput 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   1
         Left            =   1440
         TabIndex        =   42
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label lblOutput 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   0
         Left            =   1440
         TabIndex        =   41
         Top             =   840
         Width           =   255
      End
      Begin VB.Label Label22 
         BackStyle       =   0  'Transparent
         Caption         =   "R'"
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   1440
         TabIndex        =   32
         Top             =   360
         Width           =   255
      End
      Begin VB.Label Label21 
         BackStyle       =   0  'Transparent
         Caption         =   "b2"
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   360
         TabIndex        =   31
         Top             =   360
         Width           =   255
      End
      Begin VB.Label Label20 
         BackStyle       =   0  'Transparent
         Caption         =   "b2"
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   720
         TabIndex        =   30
         Top             =   360
         Width           =   255
      End
      Begin VB.Label Label19 
         BackStyle       =   0  'Transparent
         Caption         =   "R"
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   1080
         TabIndex        =   29
         Top             =   360
         Width           =   255
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   360
         TabIndex        =   28
         Top             =   840
         Width           =   255
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   720
         TabIndex        =   27
         Top             =   840
         Width           =   255
      End
      Begin VB.Line Line1 
         BorderColor     =   &H80000009&
         X1              =   600
         X2              =   600
         Y1              =   360
         Y2              =   2160
      End
      Begin VB.Line Line2 
         BorderColor     =   &H80000009&
         X1              =   240
         X2              =   1800
         Y1              =   720
         Y2              =   720
      End
      Begin VB.Line Line3 
         BorderColor     =   &H80000009&
         X1              =   240
         X2              =   1800
         Y1              =   1200
         Y2              =   1200
      End
      Begin VB.Line Line4 
         BorderColor     =   &H80000009&
         X1              =   240
         X2              =   1800
         Y1              =   1560
         Y2              =   1560
      End
      Begin VB.Line Line5 
         BorderColor     =   &H80000009&
         X1              =   960
         X2              =   960
         Y1              =   360
         Y2              =   2160
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   1080
         TabIndex        =   26
         Top             =   840
         Width           =   255
      End
      Begin VB.Line Line6 
         BorderColor     =   &H80000009&
         X1              =   1320
         X2              =   1320
         Y1              =   360
         Y2              =   2160
      End
      Begin VB.Line Line7 
         BorderColor     =   &H80000009&
         X1              =   240
         X2              =   1800
         Y1              =   1920
         Y2              =   1920
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   360
         TabIndex        =   25
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   720
         TabIndex        =   24
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   1080
         TabIndex        =   23
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   360
         TabIndex        =   22
         Top             =   1560
         Width           =   255
      End
      Begin VB.Label Label8 
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   720
         TabIndex        =   21
         Top             =   1560
         Width           =   255
      End
      Begin VB.Label Label9 
         BackStyle       =   0  'Transparent
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFC0C0&
         Height          =   255
         Left            =   1080
         TabIndex        =   20
         Top             =   1560
         Width           =   255
      End
      Begin VB.Label Label10 
         BackStyle       =   0  'Transparent
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12

⌨️ 快捷键说明

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