代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/325618/13194002
java tank.java
import java.awt.*;
import java.awt.event.*;
public class Tank {
public static final int XSPEED = 5;
public static final int YSPEED = 5;
public static final int WIDTH = 30;
public static fi
www.eeworm.com/read/325618/13194031
java missile.java
import java.awt.*;
public class Missile {
private static final int XSPEED = 20;
private static final int YSPEED = 20;
int x,y;
Tank.Direction dir;
public Missile(int x, int y, Tank.Dir
www.eeworm.com/read/325486/13201103
java parent.java
// Introduced in Chapter 11
/**
* Something which has children, such as a BinarySearchTree or a
* BinaryNode.
*/
public interface Parent {
/**
* Return the left child if direction < 0, or
www.eeworm.com/read/138119/13259097
c settextstyle.c
/*
TurboC, a library for porting Borland Turbo C to GNU gcc.
Copyright 2002 Ronald S. Burkey
This library is free software; you can redistribute it and/or
modify it under the terms of the GN
www.eeworm.com/read/324115/13284911
java player.java
import java.awt.*;
/**
* 定义吃豆者的类
*/
public class Player{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int speed;
private int direction;
pri
www.eeworm.com/read/137853/13293589
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/324029/13293825
h main.h
/************************************************************************/
/* Renesas System Solutions (Beijing) Co., LTD. */
/* All rights reserved. */
/* */
/*
www.eeworm.com/read/137233/13337499
cc mower.cc
// mower.cc
/* ---------------------------------------------------------------
The Lawnmower Problem
An example for how to use gpc++ - The Genetic Programming Kernel
This program is free software
www.eeworm.com/read/137233/13337603
cc trail.cc
// trail.cc
/* ---------------------------------------------------------------
The Artificial Ant Problem
An example for how to use gpc++ - The Genetic Programming Kernel
This program is free sof
www.eeworm.com/read/136932/13354023
c funio.c
/****************************************************************
* funio.c See funlib.h for instuctions *
* Dean Tsai about using this file. *
* 10/12/02