代码搜索:Obstacles
找到约 93 项符合「Obstacles」的源代码
代码结果 93
www.eeworm.com/read/166293/10024980
cpp mappath.cpp
//////////////////////////////////////////////////////////////////////
// MuRoS - Multi Robot Simulator
//
// Luiz Chaimowicz
// GRASP Lab. University of Pennsylvania
// VERLab - DCC - UFMG - Bra
www.eeworm.com/read/482240/6630283
cpp mappath.cpp
//////////////////////////////////////////////////////////////////////
// MuRoS - Multi Robot Simulator
//
// Luiz Chaimowicz
// GRASP Lab. University of Pennsylvania
// VERLab - DCC - UFMG - Bra
www.eeworm.com/read/238625/7069007
vb gameworld.vb
Imports SteeringVB.ParamLoader
Public Class GameWorld
'//a container of all the moving entities
Dim m_Vehicles As New ArrayList
'//any obstacles
Dim m_Obstacles As New Array
www.eeworm.com/read/379363/9199744
cpp roadmapvertex.cpp
#include "RVOSimulator.h"
#include "RoadmapVertex.h"
#include "Roadmap.h"
#include "Obstacle.h"
namespace RVO {
RVOSimulator* RoadmapVertex::_sim = RVOSimulator::Instance();
RoadmapVert
www.eeworm.com/read/434629/1869952
java nettour3d.java
// NetTour3D.java
// Andrew Davison, July 2003, dandrew@ratree.psu.ac.th
/* The Tour3D world (checkboard, obstacles, scenery).
The scenery and obstacles are loaded from a 'tour'
file, as bef
www.eeworm.com/read/100868/15863445
c game.c
//Main game loop
#include "..\\include\\move.h"
#define __GLOBAL__
#include "..\\include\\globals.h"
#include "..\\include\\prototyp.h"
extern long total_open[],total_iterations[],total_close
www.eeworm.com/read/102391/15784497
hh box.hh
///////////////////////////////////////////////////////////////////////////
//
// File: boxobstacle.hh
// Author: Andrew Howard
// Date: 18 Dec 2000
// Desc: Simulates box obstacles
//
// CVS info:
//
www.eeworm.com/read/102391/15784513
hh bitmap.hh
///////////////////////////////////////////////////////////////////////////
//
// File: bitmap.hh
// Author: Andrew Howard
// Date: 29 Dec 2001
// Desc: Simulates fixed obstacles
//
// CVS info:
// $
www.eeworm.com/read/102391/15784522
cc bitmap.cc
///////////////////////////////////////////////////////////////////////////
//
// File: fixedobstacle.cc
// Author: Andrew Howard
// Date: 29 Dec 2001
// Desc: Simulates fixed obstacles
//
// CVS info
www.eeworm.com/read/115940/14995820
txt readme.txt
This is a skeleton of the code necessary to implement some of the
ideas presented in the article:
"Navigating Doors, Elevators, Ledges and Other Obstacles."
Author: John A. Hancock
Sinc