代码搜索:Digit

找到约 4,689 项符合「Digit」的源代码

代码结果 4,689
www.eeworm.com/read/19153/815702

asm clock.asm

.include "2313def.inc" .equ IND_DATA =5 ;IND_DATA conn to pin #5 .equ IND_CLOCK =6 ;IND_CLOCK conn to pin #6 .def CNT1 =R25 ;(GL)Counter for DIGIT_7SEG1/DIGIT_7SEG2 Select .def KEY =R2
www.eeworm.com/read/287753/8671181

c tvtuner.c

#include "reg51.h" #include "tvtune.h" #include "global.h" //*************************************************************************************** void Tv_Process_key(void) { unsigned cha
www.eeworm.com/read/140180/5793986

c intf.c

/***************************************************************************** * intf.c: Video CD interface to handle user interaction and still time ************************************************
www.eeworm.com/read/403361/11518597

c intf.c

/***************************************************************************** * intf.c: Video CD interface to handle user interaction and still time ************************************************
www.eeworm.com/read/134263/13999786

c tvtune.c

#include "reg51.h" #include "tvtune.h" #include "global.h" //*************************************************************************************** void Tv_Process_key(void) { unsigned char
www.eeworm.com/read/467653/7007316

asm 统计.asm

data segment letter db 0 digit db 0 other db 0 str db 80 db ? db 80 dup(?) data ends code segment a
www.eeworm.com/read/466057/7043613

asm key.asm

;This is "THE DIGITAL CODE LOCK" Program which takes a 4-digit password ;from the user and compares it with the already saved password. ;If the password entered is correct then the LED GLOWS!!!!
www.eeworm.com/read/490339/6454771

l java.l

%{ #include //#include "types.h" #include "y.tab.h" %} Separator [\(\)\{\}\[\]\;\,\.] Delimitator [\=\>\
www.eeworm.com/read/11569/230921

c tst_ungetchar.c

#include void tst_ungetchar (void) { char k; while (isdigit (k = getchar ())) { /* stay in the loop as long as k is a digit */ } ungetchar (k); }
www.eeworm.com/read/211492/4942248

h pl.h

#define keynum 42 //the number of the keyword #define nummax 14 //the number of a digit #define maxlen 10 //the max length of a keyword #define maxline 81 //the max length of a lin