代码搜索:Obstacles
找到约 93 项符合「Obstacles」的源代码
代码结果 93
www.eeworm.com/read/224689/14572589
htm article785.asp.htm
A Practical Guide to Building a Complete Game A
www.eeworm.com/read/237912/13919102
htm article785.asp.htm
A Practical Guide to Building a Complete Game A
www.eeworm.com/read/113520/15454416
htm article785.asp.htm
A Practical Guide to Building a Complete Game A
www.eeworm.com/read/380706/9134496
m g2d.m
function D=G2D(G)
%Construct Adjacency Matrix by path graph
% G is matrix of 0 and 1, 1 represents obstacles
a=1;
N=size(G,1);
D=inf*ones(N^2,N^2);
for i=1:(N^2)
x=ceil(i/N-0.00001);
www.eeworm.com/read/134053/5895402
pas breakout.pas
{************************************************}
{ }
{ Breakout Demo Program }
{ Copyright (c) 1992 by Borland Internatio
www.eeworm.com/read/415663/11059457
m sim_obstaclep.m
function sim_obstaclep(instance, job_id)
% job_id:
% >0 -- called in condor for specific jobs, never use it manually
% except for debugging!
% ==0 -- called by user: run all jobs without using co
www.eeworm.com/read/186325/8945244
java wraptour3d.java
// WrapTour3D.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* Usual checkboard world but with:
* extra scenery and obstacles
- the scenery is loaded with Pro
www.eeworm.com/read/169255/9872110
cs dodger.cs
using System;
using System.Drawing;
using System.Windows.Forms;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;
using Direct3D = Microsoft.DirectX.Direct3D;
namespace Dodger
{
www.eeworm.com/read/456357/7351145
h sobst.h
/*
YAKS, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free software
www.eeworm.com/read/456357/7351168
h environ.h
/*
Optann, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free softwa