代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/494667/6359897
m51 text1.m51
BL51 BANKED LINKER/LOCATER V6.00 06/17/2008 20:46:36 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\编程开发\KEIL3\C51\BIN\BL51.EXE
www.eeworm.com/read/492654/6417314
m51 test.m51
BL51 BANKED LINKER/LOCATER V6.00 03/05/2009 15:26:55 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE test.o
www.eeworm.com/read/492669/6418371
h init.h
#ifndef Init_h
#define Init_h
#define uchar unsigned char
#define uint unsigned int
void Delay(uint x);
void SysInit();
void LcdWrite(uchar style,uchar input);
void
www.eeworm.com/read/410360/11290245
lnp studypro.lnp
"Main.obj",
"SysIntInit.obj",
"SysDevInit.obj",
"LcdDev_Ra8806.obj",
"LcdFrame.obj",
"KeyScan.obj",
"Application.obj"
TO "StudyPro"
RAMSIZE(256)
www.eeworm.com/read/262944/11383985
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "SMC1602.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#include "Introduce.h"
#endif
www.eeworm.com/read/407619/11413166
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "LCD12864.h"
#include "LCDShowMap.h"
#include "GameGraph.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#en
www.eeworm.com/read/404377/11486588
asm key.asm
*******************************************************
* TMS320C24xx ANSI C Codegen Version 7.04
*******************************************************
; dspac -v2xx -iD:/CCStudio_v3.1/c24
www.eeworm.com/read/402250/11540230
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "LED6Show.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#endif
www.eeworm.com/read/400192/11581633
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "LED6Show.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#endif
www.eeworm.com/read/158523/11603697
c key.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
uchar Data[] = {2,3,4,5}; //欲显示的数据
uchar KeyScan; //最新扫描出来的组合码
uchar KeyScanCode; //暂存待定的码值
uchar KeyFlag =