代码搜索:Key_UP
找到约 218 项符合「Key_UP」的源代码
代码结果 218
www.eeworm.com/read/332314/12764039
h demonstrator.h
// Demonstrator.h Joystick version
#include
#include
#define KEY_UP 0
#define KEY_DOWN 1
#define KEY_LEFT 2
#define KEY_RIGHT 3
#define KEY_PUSH
www.eeworm.com/read/403822/11508965
dt 153.dt
INCLUDE "EM78P153.INC"
;INCLUDE "MACRO.DT"
KEY1 EQU 1
KEY2 EQU 2
KEY3 EQU 3
KEY_DOWN EQU 6
KEY_UP EQU 7
/***************位定义***************************************************************
www.eeworm.com/read/337432/12369911
v digit_clock_top.v
module DIGIT_CLOCK_TOP(
//CLOCK & RESET
clk_in,
//clk_1k,
//clk_8Hz,
//clk_1Hz,
rst_n,
//INPUT
KEY_MODE,
KEY_SET,
KEY_DOWN,
KEY_UP,
//OUT
www.eeworm.com/read/118535/14864664
h global_h.h
#ifndef GLOBAL_H
#define GLOBAL_H
extern int KEY_LEFT;
extern int KEY_RIGHT;
extern int KEY_UP;
extern int KEY_DOWN;
extern int BUTTON_ON;
extern int MAINMEAUFLAG;
extern int KE
www.eeworm.com/read/430964/8715538
c allwindow.c
#include
//----------------------------------------------
//宏定义
#define KEY_ENTER 0x01
#define KEY_MOVE 0x02
#define KEY_DOWN 0x03
#define KEY_UP 0x04
www.eeworm.com/read/118535/14864681
h global.h
#ifndef _global_h
#define _global_h
extern int KEY_LEFT;
extern int KEY_RIGHT;
extern int KEY_UP;
extern int KEY_DOWN;
extern int MAINMEAUFLAG;
extern int KEY_SURE;
extern int SUBMEAU
www.eeworm.com/read/185315/9043350
c 实例11-7.c
/*获得输入*/
for(;;) {
ch= wgetch(win);
if(ch==' q ') b r e a k;
if(ch==KEY_UP) { if(cury>1) cury_ _; }
else if(ch==KEY_DOWN){if(cury1)curx__;}
else if(ch
www.eeworm.com/read/282753/9069449
c 实例11-7.c
/*获得输入*/
for(;;) {
ch= wgetch(win);
if(ch==' q ') b r e a k;
if(ch==KEY_UP) { if(cury>1) cury_ _; }
else if(ch==KEY_DOWN){if(cury1)curx__;}
else if(ch
www.eeworm.com/read/184780/9076558
c 实例11-7.c
/*获得输入*/
for(;;) {
ch= wgetch(win);
if(ch==' q ') b r e a k;
if(ch==KEY_UP) { if(cury>1) cury_ _; }
else if(ch==KEY_DOWN){if(cury1)curx__;}
else if(ch
www.eeworm.com/read/157145/10246223
ʵ
/*获得输入*/
for(;;) {
ch= wgetch(win);
if(ch==' q ') b r e a k;
if(ch==KEY_UP) { if(cury>1) cury_ _; }
else if(ch==KEY_DOWN){if(cury1)curx__;}
else if(ch