代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/233636/14144254
lst getkey.lst
C51 COMPILER V7.10 GETKEY 12/14/2004 00:05:37 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE GETKEY
OBJECT MODULE PLACED IN
www.eeworm.com/read/233636/14144301
src getkey.src
; .\getkey.SRC generated from: ..\SourceFile\getkey.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\getkey.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\getkey.lst)
www.eeworm.com/read/233636/14144349
obj getkey.obj
www.eeworm.com/read/233636/14144450
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 2002
www.eeworm.com/read/130553/14186687
c getkey.c
/*
** Originally published as part of the MicroFirm Function Library
**
** Copyright 1986, S.E. Margison
** Copyright 1989-92, Robert B.Stout
**
** Subset version released to the public doma
www.eeworm.com/read/231067/14257767
c getkey.c
#include
#include
#define uchar unsigned char
#define key_bus P0
uchar code tablekey[16]={15,0,14,13,7,8,9,12,4,5,6,11,1,2,3,10}; //查表对应键盘
/*****************读按键*********
www.eeworm.com/read/117931/14896380
c getkey.c
www.eeworm.com/read/116887/14950937
doc getkey.doc
www.eeworm.com/read/210563/15196493
lst getkey.lst
C51 COMPILER V8.08 GETKEY 05/05/2007 21:05:43 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE GETKEY
OBJECT MODULE PLACED IN
www.eeworm.com/read/210563/15196495
c getkey.c
#include
#include
//-----------------------------
uchar Tab1[]={0xf7,0xfb,0xfd,0xfe};
sfr KeyPort=0x90;
//-----------------------------
uchar ReadKey(void)
{
uchar i