程序作业自动批改系统,作业相似度比较系统
License
Creative Commons Attribution Non-Commercial License V2.0Follow assign-judge
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
作业相似度比较系统(antiplag)主要检查、比较学生提交的电子档作业之间的相似度,能对程序语言(如java、c、c#等)类作业、中文文档类作业(如实验报告等)之间的相似度进行比较,进而发现学生之间互相抄袭的行为。 <br>程序作业自动批改系统(assign-judge)可以对学生提交的Java、c语言文本界面程序以及GUI(Java Swing)界面程序作业进行自动批改。其基本原理是自动编译学生提交的源代码、自动加载编译后的二进制程序、按功能点(测试用例)执行程序,最后根据执行结果计算出作业分数。