代码搜索结果
找到约 1,930 项符合
Keypad 的代码
keypad.asm
/*******************************************************************************
************ LABCENTER ELECTRONICS ************
****
julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
keypad.java
package com.javapatterns.command.audioplayer;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
keypad.lst
C51 COMPILER V7.50 KEYPAD 10/30/2006 16:14:45 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.c
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Keypad.c $
// $Revision: 0.01 $
// $Author: jw
keypad.c
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Keypad.c $
// $Revision: 0.01 $
// $Author: jw
keypad.h
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Keypad.h $
// $Revision: 1.01 $
// $Author: jw
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()
{