代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/195501/8149561
c main.c
/*------------------------------------------------------------------------------
MAIN.C: Interrupt Driver SIO Using printf.
---------------------------------------------------------------------
www.eeworm.com/read/269646/11085024
h keyboard.h
#include "def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
www.eeworm.com/read/202706/15375491
c main.c
/*------------------------------------------------------------------------------
MAIN.C: Interrupt Driver SIO Using printf.
Copyright 1995-2002 KEIL Software, Inc.
------------------------------
www.eeworm.com/read/192537/8375920
h keyboard.h
#include "def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
www.eeworm.com/read/390651/8454963
cc server.cc
/* $Id: server.cc,v 1.58 2005/08/02 19:45:32 jonathan Exp $
* Jonathan Ledlie, Harvard University.
* Copyright 2005. All rights reserved.
*/
#include
#include
#include
www.eeworm.com/read/390651/8454981
cc~ server.cc~
/* $Id: server.cc,v 1.58 2005/08/02 19:45:32 jonathan Exp $
* Jonathan Ledlie, Harvard University.
* Copyright 2005. All rights reserved.
*/
#include
#include
#include
www.eeworm.com/read/287309/8695339
lst xiyiji.lst
C51 COMPILER V7.07 XIYIJI 09/11/2005 16:35:01 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE XIYIJI
OBJECT MODULE PLACED IN
www.eeworm.com/read/287309/8695370
c xiyiji.c
/*P1.0~~~p1.5 键盘扫描口
P3.5 测温器
P3.6 加热器
P0 显示数据口
P2.0~~~P2.2 显示口控制线
P2.3 检测水满
P2.4 检测水排光
P2.5 加水闸;
P2.6 排水闸;
P2.7 喇叭
3.0 洗衣服电机
P3.1 洗衣服电机
P3.2 P3.3 P3.4 状态灯口
剩下没用到的口有
P3.7
www.eeworm.com/read/286571/8758342
h kb.h
extern uchar getkey(void); //返回按键码
extern bit testkey(void); //检查有无按键
www.eeworm.com/read/385136/8817475
h keyboard.h
#include "def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)