摘要
介绍了一种对文本内容进行比较的简易算法,该算法可以找出两段文本内容的差异位置、差异类型(错、漏、多打处数和字数)并统计出各类错误的数量,最后给出了较完整的VB代码,该算法也可以用来对程序文件等进行比较和校对。
A simple text comparing algorithm is introduced,which can find out the difference in positions and types between two texts,and count the amout of errors. The full code of VB is given. This algorithm can also be applied to program code comparison and collation.
出处
《计算机应用与软件》
CSCD
北大核心
2007年第8期219-221,共3页
Computer Applications and Software
关键词
文本
符号
算法
比较
VB
Text Symbol Algorithm Compare VB