代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/167950/9944652
asm key.asm
//========================================================================================
// Progarm: The head file for key.asm in assembly view
// Arranged by: Andy Hsu
// Last modified date:
/
www.eeworm.com/read/363557/9945504
h key.h
/*--------------------------------------------------------------------------
KEY.H
Header file for KEY.C
History:
07/20/2006 : First Version V1.0 ---HsinChu Office
Copyright (c) 1998-2006 A
www.eeworm.com/read/363557/9945515
c key.c
www.eeworm.com/read/363557/9945547
obj key.obj
www.eeworm.com/read/363557/9945642
lst key.lst
C51 COMPILER V7.50 KEY 06/25/2008 18:07:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN .\O
www.eeworm.com/read/167649/9957159
h key.h
// Definition of a Key class:
class Key
{ public:
static int comparisons;
Key(int x=0)
{ key = x; }
int the_key( ) const{ return key; }
Key& operator=(const int x)
www.eeworm.com/read/167649/9957216
h key.h
// Definition of a Key class:
class Key
{ public:
static int comparisons;
Key(int x=0)
{ key = x; }
int the_key( ) const{ return key; }
Key& operator=(const int x)
www.eeworm.com/read/167649/9957287
h key.h
// Definition of a Key class:
class Key
{ public:
static int comparisons;
Key(int x=0)
{ key = x; }
int the_key( ) const{ return key; }
Key& operator=(const int x)
www.eeworm.com/read/167528/9964969
c key.c
//按键扫描驱动程序
unsigned char key,key_h,kpush;
unsigned int key_l;
//按键连接到p1.0、p1.1、p1.2
void int_t0(void) interrupt 1 {
unsigned char dd,i;
TL0=TL0+30;TH0=0xfb; //800
/* 按键判别 */
if ((P1&