代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad.lst
C51 COMPILER V7.05 KEYPAD 04/08/2005 13:54:35 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.h
/***********************************************************************/
#ifndef _KEYPADH_
#define _KEYPADH_
/***********************************************************************
DESC:
keypad.c
//-----------------------------------------------------------------------------
// File: Keypad.c
// Contents: Process keypad-key
//
// Copyright (c) 2004 ItoM Semiconductor. All right
keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
keypad.java
package com.javapatterns.command.audioplayer;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
keypad.c
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
keypad.h
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
keypad.c
#include
#include
#include
void yanshi (unsigned int ms)
{
unsigned char i,j;
for(i=0;i
keypad.asm
; 16-way keypad support
; Chris Ward, 22/12/1999
; *** KEYSCAN: Keypad matrix scanning routine
; A,X,Y preserved
KEYSCAN PHA
LDA KEYTIMER
BEQ KEYSCAN1
DEC KEYTIMER
KEYSCAN1 LDA KEYNEW
B
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()
{