代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/154593/11943898
pas ucarfactory.pas
unit uCarFactory;
interface
uses ExtCtrls, uCar, SysUtils, uGlobalObj, uPort;
type
TCarFactory = class
private
FTimer: TTimer;
FInterval: integer;
procedure FOnTimer(Sender
www.eeworm.com/read/343401/11950869
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/342996/11984858
in config.h.in
/* 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 const
www.eeworm.com/read/154062/11990862
pas decalio.pas
{** This unit is a nice demonstration of how DeCAL's generic programming works.
Note that there are only two IO procedures in this unit, and they will
successfully do IO for ALL the DeCAL data struc
www.eeworm.com/read/256463/11998371
java listing 7.1.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class KeyCodeExample extends MIDlet
{
private Display display;
private MyCanvas canvas;
public KeyC
www.eeworm.com/read/342725/12004567
edn ledreg.edn
(edif ledreg
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap
(keywordLevel 0))
(status
(written (timestamp 2000 11 5 11 22 0)
(author "ALDEC")
(program "Aldec's EDIF Netlis
www.eeworm.com/read/342725/12004577
edn time_sim.edn
(edif time_sim
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timestamp 2000 11 5 11 23 43)
(program "Xilinx NGD2EDIF" (version "C.22"
www.eeworm.com/read/256256/12011074
c fvs_mask.c
/*#############################################################################
* 文件名:fvs_mask.c
* 功能: 指纹图像有效区域
* modified by PRTsinghua@hotmail.com
##############################################