代码搜索结果
找到约 2,241 项符合
Keypad 的代码
atm.h
// ATM.h
// ATM class definition. Represents an automated teller machine.
#ifndef ATM_H
#define ATM_H
#include "Screen.h" // Screen class definition
#include "Keypad.h" // Keypad class definiti
atm.h
// ATM.h
// ATM class definition. Represents an automated teller machine.
#ifndef ATM_H
#define ATM_H
#include "Screen.h" // Screen class definition
#include "Keypad.h" // Keypad class definiti
aesop2440_buttons.c
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
calculator.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
aesop2440_buttons.c
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
s4.el
;; Map s4 function key escape sequences
;; into the standard slots in function-keymap where we can;
;; set up terminal-specific bindings where we must
;;
;; by: Eric S. Raymond == {ihnp4,rutgers,seism
scankey.c
/*-----------------------------------------------------------------------
ScanKey.C
scan keypad to find which key is pressed
by dylin,2002,09
---------------------------------------------------