代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/121301/14760545
java gameframe.java
package SnakeGame;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.awt.geom.*;
class GameFrame extends JFrame
{
private Toolkit tempKit;
www.eeworm.com/read/220661/14793242
java compassformatdemo2.java
/* -----------------------
* CompassFormatDemo2.java
* -----------------------
* (C) Copyright 2004, by Object Refinery Limited.
*
*/
package demo;
import java.awt.BorderLayout;
impor
www.eeworm.com/read/220363/14803222
java bullet.java
import java.awt.*;
public class bullet implements Actor{
public int xPos;
public int yPos;
public ClientModel gameModel;
public int direction;
public String Type = "bullet";
public bu
www.eeworm.com/read/220010/14856039
txt knighttourproblem.txt
/* ------------------------------------------------------ */
/* PROGRAM knight tour : */
/* Given a n*n chess board and a starting position, */
/* this progra
www.eeworm.com/read/118392/14873842
c chain.c
/*
* File: chain.c
* Concomitant control chain (CCC)
* Theory and code by Jorge Arellano Cid
*
* Copyright 2001, 2002 Jorge Arellano Cid
*
* This program is free software; you
www.eeworm.com/read/117561/14915728
h prepare.h
/* prepares the data for the main loop */
void prepare()
{
long x,y,z;
char i;
long ind,indp1,indm1,Ra;
long it;
char d,c;
double div,V;
long Nxy=Nx*Ny;
char str[1000];
/* start matlab */
i
www.eeworm.com/read/117355/14928898
java enemy.java
/*
* @(#)Enemy.java 0.20 02/11/07
* Copyright (c) 2002 InterScape Creations. All Rights Reserved.
*/
import javax.microedition.lcdui.*;
import java.util.Random;
class Enemy implements Runnable {
www.eeworm.com/read/116715/14957819
cls ctank.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/216756/14993262
java crocodile.java
import java.util.Vector;
/**
* Crocodile - simulates a crocodile - can wade, eat, and consume
* energy in the process.
*/
public class Crocodile extends LivingBeing {
/**
* The croco
www.eeworm.com/read/216704/14996758
cs dataparameter.cs
using System;
using System.Data;
namespace Platform.Data {
public class DataParameter : IDbDataParameter, ICloneable {
private byte _Precision;
private byte _Scale;
private int _Siz