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

📄 bpunit.~dfm

📁 基于神经网络的手写数字识别系统
💻 ~DFM
字号:
object BP: TBP
  Left = 0
  Top = 34
  Width = 800
  Height = 536
  Caption = 'BP'#32593#32476#35757#32451#21450#35782#21035
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Img: TImage
    Left = 0
    Top = 4
    Width = 113
    Height = 157
  end
  object Label10: TLabel
    Left = 16
    Top = 324
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #35757#32451#23383#38598':'
  end
  object Label1: TLabel
    Left = 8
    Top = 364
    Width = 84
    Height = 13
    Caption = #38544#23618#32467#28857#20010#25968#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 396
    Width = 84
    Height = 13
    Caption = #26368#23567#22343#26041#35823#24046#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 432
    Width = 60
    Height = 13
    Caption = #30456#20851#31995#25968#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 472
    Width = 60
    Height = 13
    Caption = #35757#32451#27493#38271#65306
  end
  object trainresult: TLabel
    Left = 248
    Top = 356
    Width = 193
    Height = 29
    AutoSize = False
    Caption = #24179#22343#35823#24046
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object resultlabel: TLabel
    Left = 248
    Top = 420
    Width = 201
    Height = 69
    AutoSize = False
    Caption = #35782#21035#32467#26524
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object Label9: TLabel
    Left = 456
    Top = 396
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #35745#31639#36755#20986#32467#28857#20540
  end
  object Label8: TLabel
    Left = 456
    Top = 324
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #26631#20934#36755#20986#32467#28857#20540
  end
  object Label5: TLabel
    Left = 456
    Top = 216
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #24453#35782#21035#23383#31526':'
  end
  object Label6: TLabel
    Left = 256
    Top = 320
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #35757#32451#27425#25968':'
  end
  object CharImage: TImage
    Left = 32
    Top = 264
    Width = 41
    Height = 49
  end
  object Memo1: TMemo
    Left = 152
    Top = 4
    Width = 289
    Height = 301
    Lines.Strings = (
      '')
    TabOrder = 0
  end
  object m_eta: TEdit
    Left = 104
    Top = 432
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '0.015'
  end
  object m_a: TEdit
    Left = 104
    Top = 464
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '0'
  end
  object m_ex: TEdit
    Left = 104
    Top = 393
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '0.001'
  end
  object m_hn: TEdit
    Left = 104
    Top = 356
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '10'
  end
  object CharEdit: TEdit
    Left = 104
    Top = 316
    Width = 137
    Height = 21
    TabOrder = 5
    Text = '0123456789'#28248#36195#27993'ABC'
  end
  object target3edit: TEdit
    Left = 456
    Top = 348
    Width = 33
    Height = 21
    TabOrder = 6
  end
  object target2edit: TEdit
    Left = 496
    Top = 348
    Width = 33
    Height = 21
    TabOrder = 7
  end
  object target1edit: TEdit
    Left = 536
    Top = 348
    Width = 33
    Height = 21
    TabOrder = 8
  end
  object target0edit: TEdit
    Left = 576
    Top = 348
    Width = 33
    Height = 21
    TabOrder = 9
  end
  object n_out0Edit: TEdit
    Left = 576
    Top = 420
    Width = 33
    Height = 21
    TabOrder = 10
  end
  object n_out1Edit: TEdit
    Left = 536
    Top = 420
    Width = 33
    Height = 21
    TabOrder = 11
  end
  object n_out2Edit: TEdit
    Left = 496
    Top = 420
    Width = 33
    Height = 21
    TabOrder = 12
  end
  object n_out3Edit: TEdit
    Left = 456
    Top = 420
    Width = 33
    Height = 21
    TabOrder = 13
  end
  object RecognizeEdit: TEdit
    Left = 456
    Top = 232
    Width = 73
    Height = 21
    TabOrder = 14
    Text = '0'
  end
  object repeateNumEdit: TEdit
    Left = 344
    Top = 312
    Width = 57
    Height = 21
    TabOrder = 15
    Text = '1'
  end
  object Memo2: TMemo
    Left = 616
    Top = 8
    Width = 193
    Height = 481
    Lines.Strings = (
      '')
    TabOrder = 16
  end
  object OpenPicture: TButton
    Left = 455
    Top = 28
    Width = 75
    Height = 25
    Caption = #36733#20837#22270#29255
    TabOrder = 17
    OnClick = OpenPictureClick
  end
  object FeatureButton: TButton
    Left = 455
    Top = 76
    Width = 75
    Height = 25
    Caption = #29305#24449#25552#21462
    TabOrder = 18
    OnClick = FeatureButtonClick
  end
  object trainButton: TButton
    Left = 455
    Top = 124
    Width = 81
    Height = 25
    Caption = #21021#27425#35757#32451
    TabOrder = 19
    OnClick = trainButtonClick
  end
  object RecognizeButton: TButton
    Left = 455
    Top = 172
    Width = 81
    Height = 25
    Caption = #35782#21035#22270#29255
    TabOrder = 20
    OnClick = RecognizeButtonClick
  end
  object OpenDialog1: TOpenDialog
    Left = 128
    Top = 80
  end
end

⌨️ 快捷键说明

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