代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/357621/10204627
lst key.lst
C51 COMPILER V7.06 KEY 09/07/2008 18:03:35 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN KEY
www.eeworm.com/read/357621/10204634
c key.c
#include "REG52.h"
#include "HLDY_HEAD.h"
sbit Exit_key=P0^3;
sbit Add_key=P0^2;
sbit Dec_key=P0^1;
sbit Enter_key=P0^0;
unsigned char menu1,menu2,menu3;
extern i[8];
unsigned char set_i
www.eeworm.com/read/357528/10207027
c key.c
www.eeworm.com/read/357373/10211327
gif key.gif
www.eeworm.com/read/357147/10215325
h key.h
/*
file: KEY.H
purpose:
header file for keyboard module
*/
#ifndef _KEY_H_
#define _KEY_H_
#define KEY_ESC 0x01
#define KEY_1 0x02
#define KEY_2 0x03
#define KEY_3
www.eeworm.com/read/357147/10215328
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/356921/10218527
h key.h
#define rowkey() (~P1)&0x0f
#define port P1
#define NULL 0
uchar CODE[]={'7','8','9','-',
'4','5','6','+',
'1','2','3','=',
'0','*','/','.'};
uchar getKey()
{
uchar scan,keyin
www.eeworm.com/read/356881/10219676
c key.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/356645/10223559
c key.c
/*********************************************************
Project: ST FST(TDA7540)
File name: key.c
Description:
Write/Modify: Perry
Time: 2005-11-22- 10:40:55
*************************
www.eeworm.com/read/356645/10223562
h key.h
/*********************************************************
Project: ST FST(TDA7540)
File name: key.h
Description:
Write/Modify: Perry
Time: 2005-11-22- 10:42:59
*************************