📄 readme.txt
字号:
/* TsinghuAeolus soccer client 2002
*
* -- by TsinghuAeolus Team (Champion of RoboCup2001 and RoboCup2002)
*
* [Feautres]
* 1 - compatiable with both windows and Linux (compile switch : WIN32 in .dsp)
* 2 - convenient debug method "OffClient" (compile switch : _OffClient in client.h)
* 3 - an integrate set of base model used by TsinghuAeolus, which includes:
* Hierarchical Objects
* Interaction with Server - Message Parsing, World Model Updating, Command Sending
* Skills: kick, interception
* 4 - an integrate set of peripheral components used by TsinghuAeolus
* Timing mechanism
* Communication Coding and Decoding
* ...
* 5 - a full implementaion of TsinghuAeolus's defense strategy
*
* We're sorry that comments of code may seem awful for you.
* In some cases, it may help a lot if you have read our papers beforehand which are
* available in our website http://robocup.lits.tsinghua.edu.cn.
*
* [Compile for linux]
* run "mk_makefile" to generate Makefile
* run "make"
*
* [Acknowledgements]
* We thank CMU for CMU98 was used for reference in our initial stage of development.
* We thank Jiang Chen for his great contribution on migration to linux.
*
* [License]
* No commecial purpose allowed,
* If you use it, please send a short note to yjy01@mails.tsinghua.edu.cn
*
* Department of Computer Science and Technology
* State Key Lab of Intelligent Technology and Systems
* Tsinghua University
*
* Copyright (C) 2001-2003 TsinghuAeolus Team. All rights reserved.
* Team Leader : Jinyi Yao
* Authors : Jinyi Yao, Fan Yang, Ni Lao, Yunpeng Cai
*
* Copyright (C) 2000-2001 TsinghuAeolus Team
* Team Leader : Shi Li
* Authors : Jiang Chen, Jinyi Yao, Yunpeng Cai
*
* For more information, please see http://robocup.lits.tsinghua.edu.cn
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -