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

📄 main.frm

📁 the attached file contains artifitial neural network code
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Main 
   Caption         =   "Neural Network"
   ClientHeight    =   8235
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8565
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "Main.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   8235
   ScaleWidth      =   8565
   StartUpPosition =   3  'Windows Default
   Begin MSComctlLib.StatusBar StatusBar 
      Align           =   2  'Align Bottom
      Height          =   255
      Left            =   0
      TabIndex        =   13
      Top             =   7980
      Width           =   8565
      _ExtentX        =   15108
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   2117
            MinWidth        =   2117
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            Object.Width           =   3175
            MinWidth        =   3175
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   9260
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   7500
      Top             =   0
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   7
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":1CFA
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":2294
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":282E
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":2DC8
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":3362
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":38FC
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Main.frx":3E96
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar 
      Align           =   1  'Align Top
      Height          =   540
      Left            =   0
      TabIndex        =   12
      Top             =   0
      Width           =   8565
      _ExtentX        =   15108
      _ExtentY        =   953
      ButtonWidth     =   1746
      ButtonHeight    =   953
      Style           =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   10
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&Input..."
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&Reset..."
            ImageIndex      =   2
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&Network..."
            ImageIndex      =   3
            Object.Width           =   100
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&Presets..."
            ImageIndex      =   4
            Style           =   5
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&Help"
            ImageIndex      =   5
         EndProperty
         BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "&About"
            ImageIndex      =   6
         EndProperty
         BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
            Object.Width           =   1000
         EndProperty
         BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "E&xit"
            ImageIndex      =   7
         EndProperty
      EndProperty
   End
   Begin VB.PictureBox WeightsBox 
      Height          =   2785
      Left            =   0
      ScaleHeight     =   2730
      ScaleWidth      =   8025
      TabIndex        =   7
      Top             =   4800
      Width           =   8090
      Begin VB.ListBox wT1 
         Appearance      =   0  'Flat
         Height          =   990
         Index           =   0
         IntegralHeight  =   0   'False
         Left            =   120
         TabIndex        =   9
         Top             =   300
         Width           =   1125
      End
      Begin VB.ListBox wT2 
         Appearance      =   0  'Flat
         Height          =   990
         Index           =   0
         IntegralHeight  =   0   'False
         Left            =   120
         TabIndex        =   8
         Top             =   1620
         Width           =   1125
      End
      Begin VB.Label wL1 
         AutoSize        =   -1  'True
         Caption         =   "0 to 0"
         Height          =   195
         Index           =   0
         Left            =   120
         TabIndex        =   11
         Top             =   60
         Width           =   420
      End
      Begin VB.Label wL2 
         AutoSize        =   -1  'True
         Caption         =   "0 to 0"
         Height          =   195
         Index           =   0
         Left            =   120
         TabIndex        =   10
         Top             =   1380
         Width           =   420
      End
   End
   Begin VB.PictureBox Pane 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00FFFFFF&
      Height          =   3615
      Left            =   0
      ScaleHeight     =   3555
      ScaleWidth      =   8025
      TabIndex        =   0
      Top             =   840
      Width           =   8090
      Begin VB.Label oL 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "0.0"
         Height          =   255
         Index           =   0
         Left            =   7080
         TabIndex        =   6
         Top             =   240
         Width           =   855
      End
      Begin VB.Shape oB 
         BackColor       =   &H00C0C0FF&
         BackStyle       =   1  'Opaque
         Height          =   465
         Index           =   0
         Left            =   7080
         Shape           =   4  'Rounded Rectangle
         Top             =   120
         Width           =   855
      End
      Begin VB.Label hL 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "0.0"
         Height          =   255
         Index           =   0
         Left            =   3600
         TabIndex        =   5
         Top             =   240
         Width           =   855
      End
      Begin VB.Shape hB 
         BackColor       =   &H00FFC0C0&
         BackStyle       =   1  'Opaque
         Height          =   465
         Index           =   0
         Left            =   3600
         Shape           =   4  'Rounded Rectangle
         Top             =   120
         Width           =   855
      End
      Begin VB.Label iL 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "0.0"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   4
         Top             =   240
         Width           =   855
      End
      Begin VB.Shape iB 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   1  'Opaque
         Height          =   465
         Index           =   0
         Left            =   120
         Top             =   120
         Width           =   855
      End
   End
   Begin VB.PictureBox PaneResize 
      BorderStyle     =   0  'None
      Height          =   375
      Left            =   0
      MousePointer    =   7  'Size N S
      ScaleHeight     =   375
      ScaleWidth      =   8055
      TabIndex        =   14
      Top             =   4440
      Width           =   8055
      Begin VB.Label Label 
         Caption         =   "Weights"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   3
         Left            =   60
         TabIndex        =   15
         Top             =   60
         Width           =   1095
      End
   End
   Begin VB.Label Label 
      Alignment       =   2  'Center
      Caption         =   "Output"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   2
      Left            =   6960
      TabIndex        =   3
      Top             =   570
      Width           =   1095
   End
   Begin VB.Label Label 
      Alignment       =   2  'Center
      Caption         =   "Perceptrons"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255

⌨️ 快捷键说明

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