代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/154593/11943869

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/154446/11960249

java chasesprite.java

import javax.microedition.lcdui.*; import javax.microedition.lcdui.game.*; import java.util.*; public class ChaseSprite extends Sprite { private Random rand; private int speed;
www.eeworm.com/read/343072/11977167

frm form2.frm

VERSION 5.00 Begin VB.Form Form2 BorderStyle = 0 'None ClientHeight = 1305 ClientLeft = -30 ClientTop = -315 ClientWidth = 1425 ControlBox
www.eeworm.com/read/343061/11979321

java cell.java

import javax.swing.Icon; import javax.swing.JButton; public class Cell extends JButton { Cell(Icon icon){//实际为ICON super(icon); this.setSize(100,100); } public void move(String dire
www.eeworm.com/read/154062/11990871

pas superstream.pas

{** SuperStream is copyright (c) 2000 Ross Judson. The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in
www.eeworm.com/read/256425/12000781

java maze1.java

// 程序:平面迷宫制作 // 范例文件:Maze1.java import java.awt.*; import java.applet.*; import java.awt.event.*; public class Maze1 extends Applet implements KeyListener, Runnable { int ImageWidth,Imag
www.eeworm.com/read/256346/12006719

java maze1.java

// 程序:平面迷宫制作 // 范例文件:Maze1.java import java.awt.*; import java.applet.*; import java.awt.event.*; public class Maze1 extends Applet implements KeyListener, Runnable { int
www.eeworm.com/read/342347/12026890

cpp toj_2883.cpp

/*2883. City Mapping Time Limit: 1.0 Seconds Memory Limit: 65536K Total Runs: 282 Accepted Runs: 158 Long long ago, Hawk City was a small but the richest city on our continent. The king of the
www.eeworm.com/read/153407/12035209

m antright.m

function ntime=antright %ANTRIGHT Turns the GPLAB artificial ant to the right. % ANTRIGHT returns the number of the time step used by the ant after % turning. Other variables are returned as
www.eeworm.com/read/153407/12035222

m antleft.m

function ntime=antleft %ANTLEFT Turns the GPLAB artificial ant to the left. % ANTLEFT returns the number of the time step used by the ant after % turning. Other variables are returned as glo