代码搜索结果
找到约 1,930 项符合
Keypad 的代码
avr242.asm
;**** A P P L I C A T I O N N O T E A V R ??? ************************
;*
;* Title: Multiplexing LED drive and 4x4 keypad sampling
;* Version: 1.0
;* Last Updated: 98.07.24
;* Target: All
deposit.h
// Deposit.h
// Deposit class definition. Represents a deposit transaction.
#ifndef DEPOSIT_H
#define DEPOSIT_H
#include "Transaction.h" // Transaction class definition
class Keypad; // forward
实例11-2.c
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
intruder.lnp
"MAIN.obj",
"KEYPAD.obj",
"PC_O.obj",
"Simple_EOS.obj",
"PC_O_T1.obj",
"Intruder.obj"
TO "Intruder"
RAMSIZE(256)
intruder_uv2.bak
### 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,
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,
keypad.c
/* This routine illustrates the keypad interface. To implement
* detection of a single escape character, allow for timeout.
*/
#include
#include
#include "demolib.c"
#define
modules.unx
useropen
pager
keypad
smgtest