代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/147938/12509542

cs operatormanageservices.asmx.cs

using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Diagnostics; using System.Web; usi
www.eeworm.com/read/147938/12509560

cs customerinquiryservices.asmx.cs

using System; using System.Configuration; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Web; usi
www.eeworm.com/read/249281/12513364

c shake.c

1 贪吃蛇   #define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b
www.eeworm.com/read/335372/12532084

h main.h

#ifndef __MAIN_H__ #define __MAIN_H__ #include "define.h" #include "serial.h" #include "vfd.h" /*------------------------------------------------------------------------------*/ //定义PSD的寄存器偏移地
www.eeworm.com/read/147568/12546125

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/335193/12546528

edn uart_rx.edn

(edif uart_rx (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0)) (status (written (timestamp 2000 10 3 10 51 0) (author "Ken Chapman - Xilinx Ltd") (program
www.eeworm.com/read/335193/12546535

edn uart_tx.edn

(edif uart_tx (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0)) (status (written (timestamp 2000 9 27 15 36 0) (author "Ken Chapman - Xilinx Ltd") (program
www.eeworm.com/read/335158/12548158

txt 贪食蛇.txt

#define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int scor
www.eeworm.com/read/335066/12551204

ppf vga_audio_pll.ppf

www.eeworm.com/read/147315/12564920

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