代码搜索结果
找到约 1,930 项符合
Keypad 的代码
phone.java~1~
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneCard phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","
phone.java~4~
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneCard phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","
phone.java~3~
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneCard phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","
phone.java~5~
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneCard phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","
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;
/**
kpd_i.h
/**
* @file kpd_i.h
*
* Declaration of internal function for keypad driver.
*
* @author Laurent Sollier (l-sollier@ti.com)
* @version 0.1
*/
/*
* History:
*
* Date
kpd_power_api.h
/**
* @file kpd_power_api.h
*
* API Definition for keypad driver, used bi PWR SWE.
*
*
* @author Laurent Sollier (l-sollier@ti.com)
* @version 0.1
*/
/*
* History:
*
* D