代码搜索结果
找到约 2,241 项符合
Keypad 的代码
kbd.upg
Keyboard
NORMAL
00 Reserved (no event indicated)
01 Keyboard ErrorRollOver
02 Keyboard POSTFail
03 Keyboard ErrorUndefine
04 Keyboard a and A
05 Keyboard b and B
06 Keyboard c and C
07 Keyboa
all.bat
@echo off
if exist cerr.lst del cerr.lst
if exist user.lst del User.lst
if exist transmit.lst del transmit.lst
if exist string.lst del string.lst
if exist menu.lst del menu.lst
if exist ke
pdd_keyp.h
#ifndef PDD_KEYP_H
#define PDD_KEYP_H
/** @file */
/* -----------------------------------------------------------------------------
Copyright (C) Siemens AG 1994-2001 * ALL RIGHTS RESERVED
This so
keyboard.c
/*****************************************************************************
* VAULT INFORMATION SERVICES *
* TEXAS INST
键盘扫描程序.txt
#define KEYPAD_PORT P2
sbit C1=KEYPAD_PORT^0;
sbit C2=KEYPAD_PORT^1;
sbit C3=KEYPAD_PORT^2;
sbit R1=KEYPAD_PORT^6;
sbit R2=KEYPAD_PORT^5;
sbit R3=KEYPAD_PORT^4;
sbit R4=KEYPAD
makefile
CC = /opt/xscalev1/bin/arm-linux-gcc
INCLUDEDIR = /XSBase270/2.4/Kernel/xsbase/linux-2.4.21-emdoor_EDR/include
CFLAGS = -D__KERNEL__ -DMODULE
CFLAGS += -I.. -I$(INCLUDEDIR)
APP_INCLUDEDIR = /opt/xsca
keyboard.c
//
// keyboard.c : chpie
//
#include
// Sheet of Ordinary scancodes
char dataSheet[128][20] = {
"ERROR", "(ESC)",
"1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)",
toyface.java
import javax.swing.JPanel;
import javax.swing.*;
import java.awt.*;
public class ToyFace extends JPanel {
public ToyFace()
{
lcd = new Lcd(13);
keypad = new Keypad(lcd);
setLayo
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
withdrawal.h
// Withdrawal.h
// Withdrawal class definition. Represents a withdrawal transaction.
#ifndef WITHDRAWAL_H
#define WITHDRAWAL_H
#include "Transaction.h" // Transaction class definition
class Key