2009 ROBOCUP 仿真2DSERVER 源码

源代码在线查看: timer.cpp

软件大小: 700 K
上传用户: feigo156
关键词: 2DSERVER ROBOCUP 2009 仿真
下载地址: 免注册下载 普通下载 VIP

相关代码

				// -*-c++-*-								/***************************************************************************				                                   timer.cpp				              The timer class is an abstract base class for timing				                             -------------------				    begin                : AUG-2002				    copyright            : (C) 2002 by The RoboCup Soccer Server				                           Maintenance Group.				    email                : sserver-admin@lists.sourceforge.net				 ***************************************************************************/								/***************************************************************************				 *                                                                         *				 *   This program is free software; you can redistribute it and/or modify  *				 *   it under the terms of the GNU LGPL as published by the Free Software  *				 *   Foundation; either version 2 of the License, or (at your option) any  *				 *   later version.                                                        *				 *                                                                         *				 ***************************************************************************/												#include "timer.h"												// Timer::Factory &				// Timer::factory()				// {				//     static Factory rval;				//     return rval;				// }							

相关资源