代码搜索结果
找到约 2,241 项符合
Keypad 的代码
ex6-1_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
ex4-9.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
ex6-4_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
fingerprj.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
ʵ
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
keys.h
/* List of valid keys */
"ANY", "KEY_ANY",
"UNDERSCORE", "'_'",
"PLUS", "'+'",
"MINUS", "'-'",
"AT", "'@'",
"HASH", "'#'",
"DOLLAR", "'$'",
"SLASH", "'/'",
"
calc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
makefile
# MPLAB IDE generated this makefile for use with GNU make.
# Project: dsPIC30F4011_keypad.mcp
# Date: Tue Dec 23 23:14:10 2008
AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30
nmakefile
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: dsPIC30F4011_keypad.mcp
# Date: Tue Dec 23 23:14:10 2008
AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
A
lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {