代码搜索结果
找到约 1,930 项符合
Keypad 的代码
keypad.lst
C51 COMPILER V7.50 KEYPAD 11/10/2008 14:21:37 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
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
keypad.c
/*-----------------------------------------------------------------------------------------
KEYPAD.C
Source file to KEYPAD operation
Project: RADIATION COUNTING SYSTEM
ELECTRONICS CORPORATION OF I
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"
keypad.asm
/*******************************************************************************
************ LABCENTER ELECTRONICS ************
****
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"
keypad.asm
/*******************************************************************************
************ LABCENTER ELECTRONICS ************
****
timer1.c
#include
#include "..\h\timer1.h"
#include "..\h\keypad.h" // --> 粗У亚峄猫摇 keypad.h
volatile struct timer1STATUS Timer1;
volatile struct ScheduleSTATUS Schedule1;
void initi