代码搜索:Key

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

代码结果 10,000
www.eeworm.com/read/181751/9238927

xpm key.xpm

/* XPM */ static char * key_xpm[] = { "32 32 117 2", " c None", ". c #5F6066", "+ c #71737A", "@ c #74767D", "# c #75777E", "$ c #72747B", "% c #67686F", "& c #5B5C62", "* c #6F7077", "= c
www.eeworm.com/read/181751/9238936

png key.png

www.eeworm.com/read/181751/9238939

ico key.ico

www.eeworm.com/read/378171/9249061

asm key.asm

//====================================================== // The information contained herein is the exclusive property of // Sunnnorth Technology Co. And shall not be distributed, reproduced, //
www.eeworm.com/read/378171/9249103

inc key.inc

.external F_Key_Init .external F_Key_Scan .external F_Key_Get .define KEY_0 0x81 .define KEY_1 0x82 .define KEY_2 0x84 .define KEY_3 0x88 .define KEY_4 0x41 .define KEY_5 0x42 .define
www.eeworm.com/read/378171/9249119

h key.h

#ifndef __KEY_h__ #define __KEY_h__ // write your header here void Key_Init(void); void Key_Scan(void); unsigned Key_Get(void); #define KEY_0 0x81 #define KEY_1 0x82 #define KEY_2 0x84
www.eeworm.com/read/378166/9249273

asm key.asm

//====================================================== // The information contained herein is the exclusive property of // Sunnnorth Technology Co. And shall not be distributed, reproduced, //
www.eeworm.com/read/378166/9249299

inc key.inc

.external F_Key_Init .external F_Key_Scan .external F_Key_Get .define KEY_1 0x01 .define KEY_2 0x02 .define KEY_3 0x04
www.eeworm.com/read/378166/9249312

h key.h

#ifndef __KEY_h__ #define __KEY_h__ // write your header here void Key_Init(void); void Key_Scan(void); unsigned Key_Get(void); #define KEY8 0x01 #define KEY7 0x02 #define KEY6 0x04 #d
www.eeworm.com/read/378126/9250453

asm key.asm

.INCLUDE SPCE061.INC .RAM .PUBLIC KeyBuf //保存键值 .VAR KeyBuf .VAR KeyValue .DATA KeyTbl: //键盘编码表 .DW 0x007F,0x00BF,0x00DF,0x00EF //K1,K2,K3,K4 .DW 0x00F7,0x00FB,0x0