代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/163858/10142340
c aes_key.c
/* aes_key.c */
/*
* Copyright (C) 2005
* Akira Iwata & Masayuki Sato
* Akira Iwata Laboratory,
* Nagoya Institute of Technology in Japan.
*
* All rights reserved.
*
* This software i
www.eeworm.com/read/163629/10152092
ps2key
www.eeworm.com/read/359310/10156340
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/359310/10156343
c key_test.c
#include "GloblDef.h"
#include "key.h"
extern void KeyInitial();
extern BYTE GetKeyValue();
extern BYTE ScanKey();
extern BYTE xdata ScanKeyInterval; //键扫描时间
#pragma NOAREGS
void OnTimer()
www.eeworm.com/read/359108/10165777
lst read_key.lst
C51 COMPILER V7.50 READ_KEY 05/08/2005 19:55:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE READ_KEY
OBJECT MODULE PLACED I
www.eeworm.com/read/359108/10165817
c key_unit.c
#define DATA_PORT P0
uchar bdata mtol_a;
uchar bdata mtol_b;
sbit a0 = mtol_a^0;
sbit a1 = mtol_a^1;
sbit a2 = mtol_a^2;
sbit a3 = mtol_a^3;
sbit a4 = mtol_a^4;
www.eeworm.com/read/359084/10166579
h get_key.h
int kbd_init();
int kbd_close();
char get_key(void);
int get_line(char *cmd);
www.eeworm.com/read/359084/10166593
c get_key.c
#include
#include
#include
#include
#include
#include
#include
#include "kbd_zlg7289.h"
#include "kbd_types.h"
#include "g
www.eeworm.com/read/359084/10166602
o get_key.o
www.eeworm.com/read/163285/10166893