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

📄 flinalgebkandnvs.dfm

📁 Delphi math processing compononets and sources. Release.
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 348
  Height = 250
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 41
    Width = 340
    Height = 182
    ActivePage = TabSheet3
    Align = alClient
    TabOrder = 0
    object TabSheet3: TTabSheet
      Caption = 'Diagonalization'
      ImageIndex = 2
      object Button1: TButton
        Left = 8
        Top = 16
        Width = 113
        Height = 25
        Caption = '3 x 3 Jacobi Test'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 8
        Top = 48
        Width = 113
        Height = 25
        Caption = '4 x 4 tred - tql test'
        TabOrder = 1
        OnClick = Button2Click
      end
    end
    object TabSheet1: TTabSheet
      Caption = 'SVD test'
      ImageIndex = 1
      object Button3: TButton
        Left = 8
        Top = 8
        Width = 107
        Height = 25
        Caption = 'SVD 4 x 3 test'
        TabOrder = 0
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 8
        Top = 48
        Width = 105
        Height = 25
        Caption = 'SVD 3 x 4 test'
        TabOrder = 1
        OnClick = Button4Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Lin Algebra'
      ImageIndex = 2
      object Button6: TButton
        Left = 8
        Top = 8
        Width = 113
        Height = 25
        Caption = 'Orthogonalization'
        TabOrder = 0
        OnClick = Button6Click
      end
      object Button7: TButton
        Left = 8
        Top = 48
        Width = 113
        Height = 25
        Caption = 'Fast Inverse'
        TabOrder = 1
        OnClick = Button7Click
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Results'
      ImageIndex = 3
      object Button5: TButton
        Left = 224
        Top = 8
        Width = 97
        Height = 25
        Caption = 'Arrays to HTML'
        TabOrder = 0
        OnClick = Button5Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 340
    Height = 41
    Align = alTop
    TabOrder = 1
    object Label3: TLabel
      Left = 16
      Top = 12
      Width = 184
      Height = 13
      Cursor = crHandPoint
      Caption = 'http://www.shokhirev.com/nikolai.html'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = Label3Click
    end
  end
end

⌨️ 快捷键说明

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