代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/259619/11777610

c gifbg.c

/***************************************************************************** * "Gif-Lib" - Yet another gif library. * * * * Written by: Gershon Elber Ver 0.1, Jul. 1989
www.eeworm.com/read/259283/11809990

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/259217/11814951

lst beicheng2r.lst

C51 COMPILER V6.23a BEICHENG2R 11/20/2006 09:18:11 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE BEICHENG2R OBJECT MODULE PLACE
www.eeworm.com/read/259217/11814991

c xsj_liudong_car.c

#include #include #include unsigned char TLV=0x00; unsigned char THV=0xe7; unsigned short SECTICKS=240; //24; //65536/(65536-(THV*256+TLV))*18; unsigned short HAL
www.eeworm.com/read/259217/11815030

lst yizhan.lst

C51 COMPILER V7.06 YIZHAN 02/07/2007 14:02:59 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE YIZHAN OBJECT MODULE PLACED IN
www.eeworm.com/read/259217/11815057

c beicheng2r.c

#define COMRBUFFLEN 16 #include #include bit triggle=0,startframe=0,com2rb=1,lastcom2rb=1,lastdirection=1,direction1=0,direction2=1,direction=0; unsigned char TLV=0xb0; //
www.eeworm.com/read/259217/11815146

c yizhan.c

#include #include #include unsigned char TLV=0x00; unsigned char THV=0xe7; unsigned short SECTICKS=240; //24; //65536/(65536-(THV*256+TLV))*18; unsigned short HAL
www.eeworm.com/read/259217/11815293

lst xsj_liudong_car.lst

C51 COMPILER V6.23a XSJ_LIUDONG_CAR 01/04/2000 07:41:01 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE XSJ_LIUDONG_CAR OBJECT MODULE
www.eeworm.com/read/154897/11920022

c chain.c

/* * File: chain.c * Concomitant control chain (CCC) * Theory and code by Jorge Arellano Cid * * Copyright 2001, 2002 Jorge Arellano Cid * * This program is free software; you
www.eeworm.com/read/257293/11934797

c maze_rec.c

/* 迷宫问题的递归算法*/ #include #include #define M 8 #define N 11 /* 迷宫maze[M][N]中求从入口maze[x1][y1]到出口maze[x2][y2]的一条路径 */ /* 其中 1