/The-Rating-of-Examination

It's a simple thing about calculate the rating of examinations.

Primary LanguagePython

The-Rating-of-Examination

假如将考试类比成 CodeForces 的比赛的话,每个人的 Rating 曲线会是什么样子的呢?

简单地做了个小玩意,用来计算每个人在文化课的 Rating 曲线。

get-score.py 是用来获取成绩数据,需要 Splinter,Chrome 的话需要一个驱动

cal-rating.cpp 是根据成绩数据计算 Rating 的

NoScore 记录不存在的学号

成绩数据放在 exam 文件夹内

rating 数据放在 rating 文件夹内

Rating.xlsx 是最后的统计结果

现在统计到高三上学期摸底考

UPD 11.1:成绩查询的 SQL 注入点已被封,所以没用了……