代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/399173/7884052
c key.c
/*
file: KEY.C
purpose:
new keyboard interrupt handler and various keyboard routines
based on code from ZKEY.ASM
date: 11/4/95
note:
the key interrupts are not passed
www.eeworm.com/read/199129/7885879
bmp key.bmp
www.eeworm.com/read/399134/7887066
c key.c
//1 2 3 4
//5 6 7 8
//9 10 11 12
//13 14 15 16
#include
#define CLK 0x0004 //IOB2
#define DATA 0x0002 //IOB1
#define LOAD 0x0001 //IOB0
www.eeworm.com/read/399134/7887087
c key.c
//1 2 3 4
//5 6 7 8
//9 10 11 12
//13 14 15 16
#include
#define CLK 0x0400 //IOB2
#define DATA 0x0200 //IOB1
#define LOAD 0x0100 //IOB0
www.eeworm.com/read/434109/7888248
plg key.plg
礦ision3 Build Log
Project:
E:\单片机\单片机程序\key\key.uv2
Project File Date: 12/03/2008
Output:
www.eeworm.com/read/434109/7888273
c key.c
/******************
#include
#include"key.h"
unsigned char temp;
unsigned char key;
unsigned char i,j;
void delay()
{
for(i=50;i>0;i--)
for(j=200;j>0;j--);
}
unsi
www.eeworm.com/read/434109/7888276
h key.h
#ifndef __KEY_H__
#define __KEY_H__
#define KEY P3
extern unsigned char program_SCANkey();
#endif
www.eeworm.com/read/434109/7888294
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/434109/7888306
obj key.obj
www.eeworm.com/read/434109/7888313
lst key.lst
C51 COMPILER V8.08 KEY 02/14/2009 08:52:26 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN key