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

📄 unit1.dfm

📁 感知机分类算法用于文献分类,基于BP神经网络的基本算法
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 102
  Width = 801
  Height = 600
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  Caption = '基本BP学习算法程序实现'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 45
    Top = 484
    Width = 713
    Height = 13
    AutoSize = False
    Caption = 
      '___________________________________________________             ' +
      '                          ____________'
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 43
    Top = 509
    Width = 718
    Height = 25
    AutoSize = False
    Caption = '大庆石油学院计算机科学学院:1号楼228室  公元2003年5月01日(星期四)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -21
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label12: TLabel
    Left = 106
    Top = 22
    Width = 593
    Height = 48
    AutoSize = False
    Caption = '感知机分类器用于文献识别'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -48
    Font.Name = '隶书'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label9: TLabel
    Left = 104
    Top = 25
    Width = 591
    Height = 49
    AutoSize = False
    Caption = '________________________'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -48
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
  end
  object Panel3: TPanel
    Left = 316
    Top = 99
    Width = 441
    Height = 385
    BevelInner = bvLowered
    Color = clBlue
    TabOrder = 0
    object Image1: TImage
      Left = 8
      Top = 8
      Width = 425
      Height = 369
      OnClick = Image1Click
    end
    object Memo1: TMemo
      Left = 8
      Top = 8
      Width = 425
      Height = 369
      Color = clInfoBk
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ScrollBars = ssBoth
      TabOrder = 0
      OnClick = Memo1Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 45
    Top = 92
    Width = 263
    Height = 129
    Caption = '感知机结构'
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label5: TLabel
      Left = 16
      Top = 99
      Width = 68
      Height = 18
      AutoSize = False
      Caption = '输出节点:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 16
      Top = 60
      Width = 68
      Height = 18
      AutoSize = False
      Caption = '输入节点:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 16
      Top = 21
      Width = 68
      Height = 18
      AutoSize = False
      Caption = '样本个数:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 96
      Top = 19
      Width = 149
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Text = '10'
    end
    object Edit2: TEdit
      Left = 96
      Top = 58
      Width = 149
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      Text = '3'
    end
    object Edit5: TEdit
      Left = 96
      Top = 97
      Width = 150
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      Text = '1'
    end
  end
  object GroupBox2: TGroupBox
    Left = 45
    Top = 225
    Width = 263
    Height = 113
    Caption = '感知机参数'
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Label7: TLabel
      Left = 18
      Top = 23
      Width = 81
      Height = 19
      AutoSize = False
      Caption = '学习次数:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 17
      Top = 53
      Width = 82
      Height = 19
      AutoSize = False
      Caption = '权值速度:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label15: TLabel
      Left = 17
      Top = 83
      Width = 81
      Height = 19
      AutoSize = False
      Caption = '阈值速度:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clFuchsia
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Edit7: TEdit
      Left = 97
      Top = 19
      Width = 149
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Text = '100'
    end
    object Edit8: TEdit
      Left = 97
      Top = 49
      Width = 149
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      Text = '0.1'
    end
    object Edit11: TEdit
      Left = 97
      Top = 79
      Width = 148
      Height = 24
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      Text = '0.1'
    end
  end
  object GroupBox3: TGroupBox
    Left = 45
    Top = 343
    Width = 263
    Height = 141
    Caption = '感知机训练'
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object BitBtn3: TBitBtn
      Left = 22
      Top = 24
      Width = 96
      Height = 33
      Caption = '读入数据'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 22
      Top = 64
      Width = 96
      Height = 33
      Caption = '读入权值'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn4Click
    end
    object BitBtn2: TBitBtn
      Left = 151
      Top = 68
      Width = 95
      Height = 33
      Caption = '结束'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn2Click
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
        F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
        000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
        338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
        45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
        3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
        F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
        000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
        338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
        4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
        8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
        333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
        0000}
      NumGlyphs = 2
    end
    object BitBtn1: TBitBtn
      Left = 150
      Top = 24
      Width = 96
      Height = 33
      Caption = '开始'
      Default = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ModalResult = 1
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn1Click
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333333333333333330000333333333333333333333333F33333333333
        00003333344333333333333333388F3333333333000033334224333333333333
        338338F3333333330000333422224333333333333833338F3333333300003342
        222224333333333383333338F3333333000034222A22224333333338F338F333
        8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
        33333338F83338F338F33333000033A33333A222433333338333338F338F3333
        0000333333333A222433333333333338F338F33300003333333333A222433333
        333333338F338F33000033333333333A222433333333333338F338F300003333
        33333333A222433333333333338F338F00003333333333333A22433333333333
        3338F38F000033333333333333A223333333333333338F830000333333333333
        333A333333333333333338330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object RadioButton1: TRadioButton
      Left = 17
      Top = 105
      Width = 108
      Height = 25
      Caption = '感知机训练'
      Checked = True
      Color = clBtnFace
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      TabOrder = 4
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 146
      Top = 106
      Width = 108
      Height = 25
      Caption = '感知机识别'
      Color = clBtnFace
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      TabOrder = 5
      OnClick = RadioButton2Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 18
    Top = 34
  end
end

⌨️ 快捷键说明

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