readme.txt
来自「delphi版的文件比较代码」· 文本 代码 · 共 32 行
TXT
32 行
This zip file contains ...
1. Source code for the freeware component - TDiff - written in
Borland's Delphi programming language. This component dramatically
simplify programming tasks that require calculations of 'shortest path' or
'longest common sequence' as typically required in file compare utilities.
2. Two very simple demo applications (with full source code) that
demonstrate how the 'TDiff' component can be used in Delphi programs.
3. A fully featured text compare utility 'TextDiff' (without source code)
which showcases the speed and accuracy of the TDiff component. The
utility (and accompanying help file) requires no installation apart from
extracting from this zip file.
4. PDF documents fully describing the principle algorithms used in both the
new and the older TDiff component ...
The original TDiff component was based on:
"An O(ND) Difference Algorithm and its Variations"
by E Myers - Algorithmica Vol. 1 No. 2, 1986, pp. 251-266
The current TDiff component is based on:
"An O(NP) Sequence Comparison Algorithm"
by Sun Wu, Udi Manber & Gene Myers
------------------------------------------------------------------------------
## TDiff Component ##
Version : 4.1
Last updated : 28 May 2008
Compilers : Delphi 7
Author : Angus Johnson - angusj-AT-myrealbox-DOT-com
Copyright :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?