代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/172145/9722839
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/367828/9727997
c aicommon.c
#include "Toolbox.h"
#include "AICommon.h"
TWindow tbWindow;
ai_World MainWorld;
ai_Entity entityList[kMaxEntities];
TBitmap terrainBMP;
TBitmap objectsBMP;
TBit
www.eeworm.com/read/367828/9728023
c aicommon.c
#include "Toolbox.h"
#include "AICommon.h"
TWindow tbWindow;
ai_World MainWorld;
ai_Entity entityList[kMaxEntities];
TBitmap terrainBMP;
TBitmap objectsBMP;
TBit
www.eeworm.com/read/367015/9785834
java zid.java
package tank;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.Toolkit;
import java.util.List;
import java.util.Random;
import javax.swing.JOption
www.eeworm.com/read/415537/11064670
txt outpost rules, outpost rules for system & app.txt
Outpost Rules, Outpost rules for system & app
Here you can find how to set up your Outpost firewall. Most of this rules I found on the internet, but some of them are mine. I think that you should b
www.eeworm.com/read/414898/11096436
java creature.java
package game;
import behavior.*;
import mid.*;
public class Creature {
public final static byte WAIT=0;
public final static byte RUN=1;
public final static byte JUMP=2;
public final static
www.eeworm.com/read/268989/11112296
v 计数器.v
// Efficient Counter Inference
// download from: www.pld.com.cn & www.fpga.com.cn
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, qg,
qh, qi, qj,
www.eeworm.com/read/413349/11158950
cs sortinfo.cs
/** Copyright (c) 2006, All-In-One Creations, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the followi
www.eeworm.com/read/267623/11170629
pas uagent.pas
unit UAgent;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TFagent = class(TForm)
I02: TImage;
www.eeworm.com/read/267623/11170634
~pas uagent.~pas
unit UAgent;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TFagent = class(TForm)
I02: TImage;