代码搜索:Key_UP
找到约 218 项符合「Key_UP」的源代码
代码结果 218
www.eeworm.com/read/218774/14906918
c counter.c
//******************************FileName: Counter.C**************************//
//******************************ICCAVR V6.30编译*****************************//
#include
www.eeworm.com/read/412013/11217628
h ps2key.h
sbit Key_Data= P3^4; //定义Keyboard引脚
sbit Key_CLK = P3^3;
void Decode(unsigned char ScanCode);
void Init_PS2(void);
unsigned char code cdle_net[] = {"---HUST---STI---"};
unsigned char code
www.eeworm.com/read/489017/6481593
lst yt_key.lst
###############################################################################
# #
#
www.eeworm.com/read/334623/12584462
c ps2.c
#include "bf5xx.h"
#include "types.h"
#include "scancodes.h"
#include
/****************************************************************************
* 功能 :外部声明的变量
**************
www.eeworm.com/read/125819/6021198
cc a.cc
#include
#include
int sfr[4];
int port[4];
void
init_panel(PANEL *p)
{
int mask, x, y;
int na, ha;
int cursor= 2;
WINDOW *w= panel_window(p);
if (has_colors())
www.eeworm.com/read/479865/6681849
c shizhong.c
//design by Mr zhen
//date:2009-05-10
//采用4-4矩阵键盘中的三个作为按键
#include
#include
#include"ds1302.h"
#include"lcd1602.h"
#define uchar unsigned char
#define uint unsigned int
uc
www.eeworm.com/read/479865/6681852
lst shizhong.lst
C51 COMPILER V8.05a SHIZHONG 05/13/2009 17:15:03 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE SHIZHONG
OBJECT MODULE PLACED
www.eeworm.com/read/234684/14100209
c test.c
#include
#include "lcddrv.h"
#include "menudrv.h"
#include "keyScan.h"
#define KEY_UP 1
#define KEY_DOWN 5
#define KEY_OK 0
#define KEY_ESC 2
void main()
{
unsigned char
www.eeworm.com/read/214523/15097508
c ps2main.c
#include
#include
#include "1602.h"
#include "KeyCode.h"
#define uchar unsigned char
#define uint unsigned int
uchar Int_Number=0; //中断计数器;
uchar Key_Va
www.eeworm.com/read/214523/15097539
_c ps2main._c
#include
#include
#include "1602.h"
#include "KeyCode.h"
#define uchar unsigned char
#define uint unsigned int
uchar Int_Number=0; //中断计数器;
uchar Key_Va