版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构:Zeidman Consulting United States
出 版 物:《DR DOBBS JOURNAL》 (Dr Dobb's J)
年 卷 期:2004年第29卷第7期
页 面:57-60页
核心收录:
主 题:Computer systems programming
摘 要:Experts in intellectual property litigation have used the commercial version of Code-Match to search for plagiarized source code. CodeMatch makes use of knowledge of programming languages and program structures. The demo version compares two files and lists all their similarities as determined by the five algorithms. The commercial version compares lots of files in different directories and ranks them according to most similar pairs. The CodeMatch Semantic Sequence Matching algorithms compares the first word of every source line in the pair of files, ignoring blank lines and comment lines.