agentdecision.cpp
来自「robocup 3d, a 3d base team similar to Uv」· C++ 代码 · 共 43 行
CPP
43 行
/*********************************************************************************** In the name of Almighty ** ** AgentDecision.cpp : Robocup 3D Soccer Simulation Team Zigorat ** (This team was previously named Gcyrus) ** ** Date: 03/20/2007 ** Author: Mahdi Hamdarsi ** Comments: This files contains class decision making mechanisms for ** agent decision hierarchy ** ***********************************************************************************//*! \file AgentDecision.cpp<pre><b>File:</b> AgentDecision.cpp<b>Project:</b> Robocup Soccer Simulation Team: Zigorat<b>Authors:</b> Mahdi Hamdarsi<b>Created:</b> 03/20/2007<b>Last Revision:</b> $ID$<b>Contents:</b> This files contains class decision making mechanisms for agent decision hierarchy<hr size=2><h2><b>Changes</b></h2><b>Date</b> <b>Author</b> <b>Comment</b>03/20/2007 Mahdi Initial version created</pre>*/#include "Agent.h"#include "Logger.h"/*! This method is the main decision selection part for the agent all the decisions are made here */void Agent::makeDecision(){ deMeer5();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?