memory.h

来自「RoboCup 2D 仿真组冠军源代码之1998年冠军队——CMUnited98」· C头文件 代码 · 共 37 行

H
37
字号
/* -*- Mode: C -*- *//* Memory.h * 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  */#ifndef _MEMORY_H_#define _MEMORY_H_#include "MemAction.h"class Memory : public ActionInfo{public:  void Initialize(); // depends on the size of the teams/*   void AssignMarks(); *//*   void ReactToScoreAndTime(); *//*   void ReactToOpponents(); */};/* extern Memory *const Mem; */   /* it's in client.h */#endif

⌨️ 快捷键说明

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