📄 train.h
字号:
/* train.h * CMUnited-97 (soccer client for Robocup-97) * Peter Stone <pstone@cs.cmu.edu> * Computer Science Department * Carnegie Mellon University * Copyright (C) 1997 Peter Stone * * CMUnited-97 was created by Peter Stone and Manuela Veloso * * You may copy and distribute this program freely as long as you retain this notice. * If you make any changes or have any comments we would appreciate a message. */#ifndef _TRAIN_#define _TRIAN_extern int TrainCollect (int (*ChoiceFunction)(float*,float*), float,float);#define TRAINCOLLECT(a,b,c) TrainCollect(a,b,c)void TestKickParameters(float,float,float);#define TESTKICKPARAMETERS(a,b,c) TestKickParameters(a,b,c)void TestCollectParameters(float,float,float,float,float,float,float,float,float);#define TESTCOLLECTPARAMETERS(a,b,c,d,e,f,g,h,i) TestCollectParameters(a,b,c,d,e,f,g,h,i)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -