===更新记录===
==2007.7.4==
- 燃烧远征竞技场计算器 1.0 Beta发布
- 提供Rating换算点数功能
==2007.7.10==
- 燃烧远征竞技场计算器 1.0 正式发布
- 加入点数换算Rating功能
- 修正了当文本框为空时执行计算, 而造成的程序崩溃
- 加入更新日志
___________________________________________________________
这是配合我的竞技场FAQ帖子写的简单的竞技场点数计算器
http://bbs.duowan.com/thread-11639785-1-1.html
希望这个界面不是太糟糕...
我用Visual Studio.net写的. 这意味着你需要有.Net Framework的支持才能运行>.> 抱歉, 我也不想的, 但我手上没有VB6
支持系统: Windows Vista/Windows 2003/Windows XP Pro 带.Net Framework/Windows XP Home 带.NET Framework
目前还没做点数转Rating 的计算. 如果觉得我写得太垃圾了, 有能力的可以自己写一个. 公式如下
复制内容到剪贴板
代码:
Team Rating Arena Point Formulae
X = Team Rating, Y = Arena Points
If X<=1500: Y = 0.38*X-194
(note: this calculation can go negative, but will be floored at 0)
If X>1500: Y =1426.79/[(1+918.836*e^(-0.00386405*X)]
2v2 teams earn 70% of the points of a 5v5 team with the same rating
3v3 teams earn 80% of the points of a 5v5 team with the same rating 此次版本(v1.0 正式版)压缩包尺寸58.8K, 占用磁盘60.0K. 解压后程序212K. 如果你不是在多玩下载, 或者尺寸不对. 自求多福了就
[
本帖最后由 传说中的大师兄 于 2007-7-12 13:40 编辑 ]