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

📄 unit1.dfm

📁 人工神经网络BP算法 1、动态改变学习速率 2、加入动量项 3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h)
💻 DFM
字号:
object Form1: TForm1
  Left = 218
  Top = 132
  Width = 556
  Height = 429
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'SOM demo'
  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 Label1: TLabel
    Left = 168
    Top = 256
    Width = 30
    Height = 13
    Caption = '..........'
  end
  object Image1: TImage
    Left = 16
    Top = 24
    Width = 200
    Height = 210
    Transparent = True
  end
  object Label2: TLabel
    Left = 40
    Top = 344
    Width = 83
    Height = 13
    Caption = 'http://ai.hacker.lt'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label2Click
  end
  object Image2: TImage
    Left = 256
    Top = 24
    Width = 217
    Height = 217
  end
  object Label3: TLabel
    Left = 16
    Top = 8
    Width = 95
    Height = 13
    Caption = 'SOM svoriai (R,G,B)'
  end
  object Label4: TLabel
    Left = 256
    Top = 8
    Width = 163
    Height = 13
    Caption = 'Maksimalaus atstumo vizualizacija:'
  end
  object Button1: TButton
    Left = 40
    Top = 304
    Width = 75
    Height = 25
    Caption = 'Pirmyn'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ProgressBar1: TProgressBar
    Left = 40
    Top = 272
    Width = 305
    Height = 17
    Min = 0
    Max = 100
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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