文件名称:ELO Rating System实例
文件大小:28KB
文件格式:ZIP
更新时间:2015-03-04 21:42:46
ELO
A simple implementation for the famous ELO Rating System. This resource contains a document(Chinese) that specifies the algorithm of ELO Rating and give some examples that shows to users how to calculate values in this system. I've implemented a test program based on these examples showed in the document.
【文件预览】:
ELO_Rating_System
----User.java(185B)
----ELO等级分体系.doc(120KB)
----EloRating.java(3KB)
----Competitor.java(268B)