代码搜索结果
找到约 1,930 项符合
Keypad 的代码
intruder.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
2410keypad.h
//====================================================================
// File Name : 2410KeyPad.h
// Function : S3C2410 KeyPad Head file
// Program : Shin, On Pil (SOP)
// Date : May 06,
ex6-3.lnp
"EX6-3.obj",
"delay100us.obj",
"lcd.obj",
"keypad.obj"
TO "ex6-3"
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
实例11-2.c
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
实例11-2.c
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
实例11-2.c
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
keypad.c
//****************************************************************************
//
// KEYPAD.C - Routines for reading the User Buttons of the keypad
//
// Copyright (c) 2001 Cirrus Logic, Inc.
//
calc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
calc.lnp
"calc.obj",
"keypad.obj",
"lcd.obj"
TO "calc"