How to create a plagiarism detector of c++ files [closed]

删除回忆录丶 提交于 2019-12-04 02:56:18

问题


hi a am a student and a have a project "plagiarism detector in c++ and java files" and i am in trouble

i want(i hope to want) to see an example exist , a project in that title or a documentation in this field (in practice part)


回答1:


I think firstly you could create double originality() measurement function, which will give you float point value between 0 and 1, and then use it for your plagiarism detector via formula plagiarism = 1. - originality(). Then you will define threshold level and vous a la.



来源:https://stackoverflow.com/questions/9687763/how-to-create-a-plagiarism-detector-of-c-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!