代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/426371/10255273
java enemy.java
import javax.microedition.lcdui.*;
import java.util.Random;
class Enemy
{
private static Graphics g = null;
private static Random myrandom = new Random();
public boolean alive;
www.eeworm.com/read/280938/10277617
c 96.c
#include
#include
#include
/*定义控制命令*/
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
/*定义蛇的最大节数*/
www.eeworm.com/read/426161/10278174
js script10.js
document.onkeydown = keyHit;
var thisPic = 0;
function keyHit(evt) {
var myPix = new Array("images/callisto.jpg","images/europa.jpg","images/io.jpg","images/ganymede.jpg");
var imgCt = myPix.length
www.eeworm.com/read/355288/10280776
c alloca.c
/* alloca.c -- allocate automatically reclaimed memory
(Mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca function,
which is used to all
www.eeworm.com/read/162705/10281192
edf top.edf
(edif (rename top "full_adder")
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timeStamp 2004 2 2 9 43 1)
(author "Synplicity, Inc.")
www.eeworm.com/read/355284/10281263
in gsm_config.h.in
/* gsm_config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef c
www.eeworm.com/read/162699/10281704
ptf full_1c20.ptf
SYSTEM full_1c20
{
System_Wizard_Version = "4.01";
System_Wizard_Build = "214";
WIZARD_SCRIPT_ARGUMENTS
{
device_family = "CYCLONE";
clock_freq = "50000000";
gen
www.eeworm.com/read/162699/10281930
01 full_1c20.ptf.4.01
SYSTEM full_1c20
{
System_Wizard_Version = "4.01";
System_Wizard_Build = "214";
WIZARD_SCRIPT_ARGUMENTS
{
device_family = "CYCLONE";
clock_freq = "50000000";
gen
www.eeworm.com/read/426109/10286754
java dbmanager.java
import java.sql.*;
import javax.swing.*;
import java.util.*;
//数据库操作类
public class DBManager {
//定义返回结果集
ResultSet rs;
//创建指定数据库的URL
String strurl = "jdbc:odbc:house";
//缺省构造方法