代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/141988/12974593

m isefcall.m

function isefcall() global XSIZE global YSIZE global MAINFIG global FITHANDLES global BEELD BEELD = get(MAINFIG, 'userdata'); %cirkel; %set(MAINFIG, 'userdata', BEELD); %SIZE = max(XSIZ
www.eeworm.com/read/328837/12999219

java chasesprite.java

package found; import javax.microedition.lcdui.*; import javax.microedition.lcdui.game.*; import java.util.*; public class ChaseSprite extends Sprite { private Random rand; private
www.eeworm.com/read/327773/13062344

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/242169/13091054

h can.h

#ifndef CAN_H #define CAN_H extern uint8 xdata CAN_SendDATA[8]; extern uint8 xdata CAN_RecvDATA[8]; #define CAN_6CLK 1 // 1(uS) // sfr CAN0CN = 0xF8; /* CA
www.eeworm.com/read/327142/13097324

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/327033/13102911

h elev.h

// elev.h // header file for elevators -- contains class declarations #include "elev_app.h" //provided by client #include "msoftcon.h" //for console graphics #inclu
www.eeworm.com/read/140015/13114272

c utilities.c

/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted provided * that: (1) source distributio
www.eeworm.com/read/139772/13135441

mes~orig forces49.mes~orig

step=0 startvalue corrected in order to fit bounds donlp2, v3, 05/29/98, copyright P. Spellucci Thu Feb 24 16:55:06 2000 forces49 step=1 rankdeficiency of grad's of active constr.! del= 2.00000000000
www.eeworm.com/read/325618/13193903

java tank.java

import java.awt.*; import java.awt.event.*; import java.util.*; public class Tank { public static final int XSPEED = 3; public static final int YSPEED = 3; public static final int WIDTH = 3
www.eeworm.com/read/325618/13193963

java tank.java

import java.awt.*; import java.awt.event.*; import java.util.*; public class Tank { public static final int XSPEED = 3; public static final int YSPEED = 3; public static final int WIDTH = 3