程序作业自动批改系统,作业相似度比较系统
License
Creative Commons Attribution Non-Commercial License V2.0Follow assign-judge
Other Useful Business Software
Stay in Flow. Let Zenflow Handle the Heavy Lifting.
Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
作业相似度比较系统(antiplag)主要检查、比较学生提交的电子档作业之间的相似度,能对程序语言(如java、c、c#等)类作业、中文文档类作业(如实验报告等)之间的相似度进行比较,进而发现学生之间互相抄袭的行为。 <br>程序作业自动批改系统(assign-judge)可以对学生提交的Java、c语言文本界面程序以及GUI(Java Swing)界面程序作业进行自动批改。其基本原理是自动编译学生提交的源代码、自动加载编译后的二进制程序、按功能点(测试用例)执行程序,最后根据执行结果计算出作业分数。