代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/286289/8773954
key private.key
www.eeworm.com/read/286264/8775462
plg key.plg
礦ision2 Build Log
Project:
F:\cbook\ch08\key1\key.uv2
Project File Date: 11/01/2005
Output:
www.eeworm.com/read/286264/8775474
opt key.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/286264/8775476
avi key.avi
www.eeworm.com/read/286264/8775924
key4
www.eeworm.com/read/286264/8776037
key3
www.eeworm.com/read/286264/8776054
obj key.obj
www.eeworm.com/read/286264/8776057
lst key.lst
C51 COMPILER V7.06 KEY 03/01/2006 14:56:47 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN KEY
www.eeworm.com/read/286264/8776064
plg key.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH04\key1\KEY.uv2
Project File Date: 08/04/2005
Output:
Build target 'Target 1'
compiling KEY.C.
www.eeworm.com/read/286264/8776069
c key.c
#include "reg51.h"
void main()
{ unsigned char KeyValue;
for(;;)
{ P3|=0xc3;
KeyValue=P3|0xfb;
if(KeyValue!=0xff)
P1=0;
KeyValue=P3|0xf7;
if(KeyValue!=0xff)
P1=0xff;
}
}