代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/324450/3502531
cc update.cc
#include "guardgoal.ih"
void GuardGoal::update()
{
Behavior::update();
WorldModel &wm = WorldModel::getInstance();
Vector3D ball = wm.getObjectPosition(Types::BALL).getMu();
Vector3D vBall
www.eeworm.com/read/324450/3502555
cc generategoal.cc
#include "getfromside.ih"
rf GetFromSide::generateGoal(unsigned step, unsigned slot)
{
d_committed = true;
rf goal = new Goal();
rf dis = goal->addDisjunct();
r
www.eeworm.com/read/324450/3502574
cc getcurrentstate.cc
#include "turnto.ih"
rf TurnTo::getCurrentState()
{
rf state = new State();
rf dis = state->addDisjunct();
rf con = dis->addConjunct();
// con->addVa
www.eeworm.com/read/324450/3502608
cc generategoal.cc
#include "keepergetup.ih"
rf KeeperGetUp::generateGoal(unsigned step, unsigned slot)
{
rf goal = new Goal();
rf dis = goal->addDisjunct();
rf con = dis->a
www.eeworm.com/read/324450/3502611
cc getcurrentstate.cc
#include "score.ih"
rf Score::getCurrentState()
{
rf state = new State();
rf dis = state->addDisjunct();
rf con = dis->addConjunct();
// con->addVar(
www.eeworm.com/read/324450/3502614
cc getcapability.cc
#include "score.ih"
Behavior::ConfidenceInterval Score::getCapability(rf s, rf g)
{
WorldModel& wm = WorldModel::getInstance();
return wm.onMyBack() || wm.onMyBelly() || wm.onMySi
www.eeworm.com/read/324450/3502623
cc getcurrentstate.cc
#include "beamto.ih"
rf BeamTo::getCurrentState()
{
rf state = new State();
rf dis = state->addDisjunct();
rf con = dis->addConjunct();
// con->addVa
www.eeworm.com/read/324450/3502653
cc getcapability.cc
#include "miniwalkforward.ih"
Behavior::ConfidenceInterval MiniWalkForward::getCapability(rf s, rf g)
{
Vector3D pos = g->getVector("Pos");
_debugLevel4(ident()
www.eeworm.com/read/309003/3708334
m toon0333.m
% toon0333 -- Behavior of Wavelet Transform of Singularities
%
% Show the MRA's of the signals in toon0331.
%
qmf = MakeONFilter('Coiflet',3);
wcRamp = FWT_PO(Ramp,3,qmf);
wcCrease = FWT_P
www.eeworm.com/read/440906/1782633
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *