代码搜索:Key

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

代码结果 10,000
www.eeworm.com/read/308711/13694939

opt key2.opt

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

c key2.c

#include "reg51.h" void main() { for(;;) { P3|=0x3c; /*将P3.2~P3.5位置高电平*/ if((P3|0xfb)!=0xff) /*判断K1是否被按下*/ P1=0; /*按下去了,点亮全部LED*/ else P1=0xff; /*否则熄灭所有灯*/ } }
www.eeworm.com/read/308711/13694943

plg key2.plg

礦ision3 Build Log Project: F:\gongshuchao\单片机c 光盘\exam\CH04\key2\key2.uv2 Project File Date: 03/01/2006 Output: Build target 'Target 1' compi
www.eeworm.com/read/308711/13694944

avi key2.avi

www.eeworm.com/read/308711/13694945

hex key2.hex

www.eeworm.com/read/308711/13694946

lst key2.lst

C51 COMPILER V8.02 KEY2 03/11/2008 13:17:56 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE KEY2 OBJECT MODULE PLACED IN KE
www.eeworm.com/read/308711/13694948

lnp key2.lnp

"KEY2.obj" TO "key2" RAMSIZE(256)
www.eeworm.com/read/308711/13694949

obj key2.obj

www.eeworm.com/read/308144/13707316

h get_key.h

/**********************************************************************************/ //写一个八个按键的程序.最后的两个按键为方向键,可以连续调整. #define nullkey 0 #define pr_timekey 9 #define nusekey 10 uchar get_key(voi
www.eeworm.com/read/308035/13710900

c key_led.c

#define GPDCON (*(volatile unsigned long *)0x56000030) #define GPDDAT (*(volatile unsigned long *)0x56000034) #define GPFCON (*(volatile unsigned long *)0x56000050) #define GPFDAT (*(volatil