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

📄 memory.c

📁 RoboCup 2D 仿真组冠军源代码之1998年冠军队——CMUnited98源代码
💻 C
字号:
/* -*- Mode: C -*- */#include "Memory.h"/* Memory.C * CMUnited98 (soccer client for Robocup98) * Peter Stone <pstone@cs.cmu.edu> * Computer Science Department * Carnegie Mellon University * Copyright (C) 1998 Peter Stone * * CMUnited-98 was created by Peter Stone, Manuela Veloso, and Patrick Riley * * 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. *//* Memory.C contains the top-level Memory class  */void Memory::Initialize(){  PlayerInfo::Initialize();  PositionInfo::Initialize();  ActionInfo::Initialize(); #ifndef RELEASE_VERSION   FormationInfo::Initialize();    DTInfo::Initialize();    AdversarialInfo::Initialize();    PatInfo::Initialize();    CommunicateInfo::Initialize(); #endif}

⌨️ 快捷键说明

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