代码搜索:Key

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

代码结果 10,000
www.eeworm.com/read/291798/8394730

c key.c

#include #include #include #include #include #define nop _nop_() bit key_flag; uchar key_value; void wt_dog() { x5045_cs=1; nop;nop;n
www.eeworm.com/read/291798/8394747

obj key.obj

www.eeworm.com/read/291798/8394757

lst key.lst

C51 COMPILER V6.23a KEY 11/26/2006 16:12:14 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE KEY OBJECT MODULE PLACED IN ke
www.eeworm.com/read/192213/8398794

bmp key.bmp

www.eeworm.com/read/192058/8409382

c key.c

//按键扫描驱动程序 unsigned char key,key_h,kpush; unsigned int key_l; //按键连接到p1.0、p1.1、p1.2 void int_t0(void) interrupt 1 { unsigned char dd,i; TL0=TL0+30;TH0=0xfb; //800 /* 按键判别 */ if ((P1&
www.eeworm.com/read/192055/8409467

opt key.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/192055/8409470

c key.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/391291/8411565

c key.c

//按键扫描驱动程序 unsigned char key,key_h,kpush; unsigned int key_l; //按键连接到p1.0、p1.1、p1.2 void int_t0(void) interrupt 1 { unsigned char dd,i; TL0=TL0+30;TH0=0xfb; //800 /* 按键判别 */ if ((P1&
www.eeworm.com/read/291292/8426399

c key.c

#include "key.h" #include "common.h" #include "def.h" #include unsigned char getkey(void) { unsigned char buffer,display_bit,i; buffer=0xff; //赋初值为0xff delay_ms(0x08)
www.eeworm.com/read/291292/8426402

h key.h

#ifndef _key_ #define _key_ unsigned char getkey(void); #endif