代码搜索:Key1

找到约 1,573 项符合「Key1」的源代码

代码结果 1,573
www.eeworm.com/read/5947/81792

lid setup.lid

[Languages] key0=0007 key1=0009 Default=0009 count=2
www.eeworm.com/read/5947/81822

lid setup.lid

[Languages] key0=0007 key1=0009 Default=0009 count=2
www.eeworm.com/read/5947/82063

lid setup.lid

[Languages] key0=0009 key1=0011 Default=0009 count=2
www.eeworm.com/read/5947/82086

lid setup.lid

[Languages] key0=0009 key1=0011 Default=0009 count=2
www.eeworm.com/read/5947/82111

lid setup.lid

[Languages] key0=0009 key1=0011 Default=0009 count=2
www.eeworm.com/read/398634/2374689

result rowid_order_innodb.result

drop table if exists t1, t2, t3,t4; create table t1 ( pk1 int not NULL, key1 int(11), key2 int(11), PRIMARY KEY (pk1), KEY key1 (key1), KEY key2 (key2) ) engine=innodb; insert into t1 values (-5, 1,
www.eeworm.com/read/358128/3003660

result rowid_order_innodb.result

drop table if exists t1, t2, t3,t4; create table t1 ( pk1 int not NULL, key1 int(11), key2 int(11), PRIMARY KEY (pk1), KEY key1 (key1), KEY key2 (key2) ) engine=innodb; insert into t1 values (-5, 1,
www.eeworm.com/read/464833/7060538

asm 阵列key.asm

; ;P1口--键盘====================== ORG 0 DBUF EQU 30H TEMP EQU 40H MOV A,#10H MAIN: ACALL DISP ACALL KEY1 MOV 30H, A AJMP MAIN KEY1:
www.eeworm.com/read/464833/7060662

asm 阵列key.asm

; ;P1口--键盘====================== ORG 0 DBUF EQU 30H TEMP EQU 40H MOV A,#10H MAIN: ACALL DISP ACALL KEY1 MOV 30H, A AJMP MAIN KEY1:
www.eeworm.com/read/30040/1015775

c common.c

#include "../config.h" /* 以下为自定义的常用函数 */ #define KEY1 GPIO_PIN_4 void WaitJTAG(void) { SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOA); GPIOPadConfigSet(GPIO_PORTA_BASE, KEY1, GPI