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

📄 udpa.dfm

📁 动态规划算法求字符串的相似性(编辑距离)
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 130
  Width = 559
  Height = 500
  Caption = 'Dynamic Programming Algorithm (DPA) for Edit-Distance'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    551
    466)
  PixelsPerInch = 96
  TextHeight = 13
  object StringGrid1: TStringGrid
    Left = 16
    Top = 120
    Width = 521
    Height = 329
    Anchors = [akLeft, akTop, akRight, akBottom]
    Ctl3D = False
    DefaultColWidth = 25
    DefaultRowHeight = 17
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Courier New'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 16
    Top = 8
    Width = 201
    Height = 21
    TabOrder = 1
    Text = 'appropriate meaning'
  end
  object Edit2: TEdit
    Left = 16
    Top = 40
    Width = 201
    Height = 21
    TabOrder = 2
    Text = 'approximate matching'
  end
  object Button1: TButton
    Left = 16
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Calc'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 232
    Top = 8
    Width = 305
    Height = 105
    Anchors = [akLeft, akTop, akRight]
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Courier New'
    Font.Style = []
    Lines.Strings = (
      'Memo1')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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