📄 agentdecision.cpp
字号:
/*********************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -