(AI-TANK)迭代的方法打击走直线的机器人

//这个机器人演示了如何用迭代的方法打击走直线的机器人 #include <airobot/c/SimpleRobot.h> //开火时的炮弹能量 #define POWER 0.5 void onTick(struct TickAction* action) { double nextX, nextY, dis; long time; struct Bot* bot = getFirs
相关文章
相关标签/搜索