⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.cpp

📁 机器人足球仿真11vs11源代码(精简版)
💻 CPP
字号:
// stdafx.cpp : source file that includes just the standard includes
//	MicroClient.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
#include "StrategySystem.h"

//把接收到的队员的坐标和角度放入r[0][i]里面,对方队员的坐标
//放入op里面
//取每个队员的轮速,在Velocity函数计算里面已经获得了三
//个队员的轮速
int nKick;
CStrategySystem* thePlannerR=new CStrategySystem(0);
CStrategySystem* thePlannerL=new CStrategySystem(1);
Robot2 r[2][11];
Robot3 op;//存放对方队员的坐标数据
Robot1 theball;//存放球的坐标数据.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -