代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/113658/15451749

h path.h

//********************************************************* //寻路处理 //作者:雷雨、曾铮 //时间:2004年6月 //说明:给出较好的选择,让角色可以正常的行走。 //********************************************************* #ifndef path_h_
www.eeworm.com/read/112652/15479661

cpp demo8_10.cpp

// DEMO8_10.CPP - Page scrolling demo // INCLUDES /////////////////////////////////////////////// #define WIN32_LEAN_AND_MEAN // you must #define INITGUID if not done elsewhere #define INI
www.eeworm.com/read/112620/15481556

java tank.java

import java.awt.*; public class Tank{ // contral varibles private final int UP = 0; private final int DOWN = 1; private final int LEFT = 2; private final int RIGHT = 3; // Physical info
www.eeworm.com/read/110261/15537962

txt readme - keys.txt

Keyboard Movement and Keys --------------------------- Movement : Direction Keys Stave Left : a Stave Right: d Run : Left Shift Shoot : Left Control Drop Marker: Space Mouse Control
www.eeworm.com/read/110114/15541760

frm main.frm

VERSION 5.00 Begin VB.Form frmMain AutoRedraw = -1 'True BackColor = &H00008000& BorderStyle = 1 'Fixed Single Caption = "Ping Pong" ClientHeight
www.eeworm.com/read/109466/15557142

cc robot.cc

/* 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/108773/15575761

pas ucar.pas

unit uCar; interface uses SysUtils, Classes, Controls, ExtCtrls, uLight, uPort, Dialogs, Types; type TCarDirection = (cdLeft, cdRight, cdDown, cdUp); TCarState = (csStop, csForward,
www.eeworm.com/read/107013/15614783

java abstractrobot.java

package wilson; import robocode.*; import java.util.*; /** * AbstractRobot - difine the structure of my bot and implement some utility elements */ public abstract class AbstractRobot extends
www.eeworm.com/read/104928/15681265

wsf buildparams.wsf

www.eeworm.com/read/104619/15689335

cpp 5_1view.cpp

// 5_1View.cpp : implementation of the CMy5_1View class // #include "stdafx.h" #include "5_1.h" #include "5_1Doc.h" #include "5_1View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F