代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/468322/6996366
c 4x4键盘扫描c51程序.c
uchar getkey( )
{
uchar c,c1,c2,i;
ulong j;
bit iskey=0;
uchar dout[4]={0xdf,0xef,0xf7,0xfb};
uchar din[8]={0,1,0,2,0,0,0,3};
uchar code key[8][4]={{'1','4','*','7'},{'2','5','0','8'},
www.eeworm.com/read/222913/4817409
h keyboard.h
#include "..\inc\def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
int IsKeyDown(void);
void Key_Test(void);
www.eeworm.com/read/284190/4066726
h keyboard.h
#include "..\inc\def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
int IsKeyDown(void);
void Key_Test(void);
www.eeworm.com/read/386001/2577368
h keyboard.h
#include "..\inc\def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
int IsKeyDown(void);
void Key_Test(void);
www.eeworm.com/read/404165/11490902
c key.c
#include
unsigned char k;
unsigned char Getkey()
{
P7=0xFE;
if(P7==0xEE)return 1;
if(P7==0xDE)return 2;
if(P7==0xBE)return 3;
//if(P7==0x7E)return 10;
P7=0xFD;
www.eeworm.com/read/19141/813837
c 数控直流电源.c
#include
#define uchar unsigned char
sbit dp=P1^4;
sbit sh=P1^5;
void delay(unsigned int t);
uchar Getkey(void);
void Disp(uchar n);
uchar Disptab[10]={0x11,0x7d,0x23,0x29,0x4d,0
www.eeworm.com/read/235880/14048500
c ch374.c
#define CH374HF_NO_CODE 1
#include "CH374.H"
/* 为printf和getkey输入输出初始化串口 */
void mInitSTDIO( )
{
SCON = 0x50;
PCON = 0x80;
TMOD = 0x21;
TH1 = 0xf3; /* 24MHz晶振, 9600bps */
TR1 = 1
www.eeworm.com/read/288598/8619662
c sudoko.c
#include
#include
#include
#include
void sudo(int a[9][9])
{
int x,s,b,c,d;
int i,j,i1,j1,rem=0;
for(i1=0;i1
www.eeworm.com/read/350945/10693503
c main.c
#include
#include"ForATmega8515.h"
#define C0 0x04
#define C1 0x08
#define C2 0x10
#define R0 0x40
#define R1 0x80
void delay(uint ticks);//严时
uchar GetKey(void);
www.eeworm.com/read/337401/12371075
o kbsub.o
XH
H 2 areas 7 global symbols
M KBSub.c
S __r0 Ref0000
S __r1 Ref0000
A text size BA flags 0
S _KB_Def Def005A
S _GetKey Def00A3
S _KB_Scan Def0013
S _KB_Init Def0000
A lit size 21 flags 0