代码搜索:Key1

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

代码结果 1,573
www.eeworm.com/read/197725/7972570

h key.h

#ifndef KEY_H_INCLUDED #define KEY_H_INCLUDED sbit key1=P0^7; sbit key2=P0^6; sbit key3=P0^5; sbit key4=P0^4; #endif
www.eeworm.com/read/323119/13352809

test index_merge_innodb.test

# # Index merge tests # -- source include/have_innodb.inc --disable_warnings drop table if exists t1,t2; --enable_warnings create table t1 ( key1 int not null, key2 int not null, INDEX i1
www.eeworm.com/read/131315/5935644

dbm

die "cant create dbmtest" unless dbmopen(%keys, "dbmtest", 0666); print "Writing...\n"; $keys{'key0'} = 0; $keys{'key1'} = 1; $keys{'key2'} = 2; $keys{'key3'} = 3; $keys{'key4'} = 4; $keys{'key5'} =
www.eeworm.com/read/434443/6330738

c main.c

#include "systemInit.h" #define LED1 GPIO_PIN_0 #define LED2 GPIO_PIN_2 #define KEY1 GPIO_PIN_1 #define KEY2 GPIO_PIN_5 // 主函数(程序入口) int m
www.eeworm.com/read/479241/6690374

pdm project1.pdm

[Root] Most Recent Package=Standard Setup Package 1 [Package|Standard Setup Package 1|Project1] Icon1=Project1.exe Title1=Project1 StartIn1=$(AppPath) Key1=Icon1 [Package|Standard Setup P
www.eeworm.com/read/157881/11658399

h data.h

#include #include #include #include #include #include typedef struct project { int key1;//标识运动会项目编号 char projectNB[25];//男子项
www.eeworm.com/read/157326/11720120

c timer.c

#include "iom8515v.h" #include "macros.h" #include "MAIN.h" #pragma interrupt_handler Timer0OverInter:8 uint LightCount=0; uchar KeyTime=0; uchar Key1,Key2,Key3; uchar KeyStatus=0; /******
www.eeworm.com/read/132091/14110778

c sed1520.c

#include #include #include #include #include #include #include "AD.H" //unsigned int val; unsigned char key0,key,key1,
www.eeworm.com/read/27130/863112

msp430f149-

This is an internal working file generated by the Source Browser. 15:46 48s D:\MSP430-II开发板光盘\MSP430F149实验板实验代码\实验4:独立按键实验\key1\Debug\Obj\main.pbi
www.eeworm.com/read/478601/1349880

h key.h

#ifndef _KEY_H_ #define _KEY_H_ // 定义KEY名称 #define KEY1 0x01 #define KEY2 0x02 // 初始化KEY extern void KEY_Init(unsigned char ucKEY); // 读取KEY extern unsigned