代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/366485/9812002
c getkey.c
/*串口1通信底层函数*/
#include // SFR declarations
char _getkey () {
char c;
while ((SCON1&0X1)!=0X1);
c = SBUF1;
SCON1&=~0X1;
return (c);
}
www.eeworm.com/read/168863/9891208
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 1999
www.eeworm.com/read/166030/10040079
class getkey.class
www.eeworm.com/read/166030/10040124
java getkey.java
package data;
import java.security.*;
import java.security.spec.*;
import java.security.interfaces.*;
import java.io.*;
import data.MyWindowListener;
import java.sql.*;
import data.Connect;
www.eeworm.com/read/165390/10065855
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 1999
www.eeworm.com/read/163470/10159147
c getkey.c
#ifndef _CHIPSOURCE_DEFINE
#include "CHIPSOURCE.c"
#endif
BYTE GetKey(void);
BYTE GetKey(void)
{
data BYTE key;
while(KeyCode==0) {KEY_ROW0=0;KEY_ROW1=0;}
key=KeyCode;
KeyCode=0;
www.eeworm.com/read/354481/10350789
c getkey.c
#include
#include "head.h"
void display (uint8_t c,uint8_t d);
extern uint8_t key;
void adjtime (void);
void adjalm (void);
////////////////////////////////////////////
/*
www.eeworm.com/read/159920/10589245
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/159864/10607009
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/159864/10607134
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)