📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -