代码搜索结果
找到约 2,241 项符合
Keypad 的代码
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","
samplearray.java
/*
* Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and w
julia.java
package com.javapatterns.command.audioplayer2;
/** This is the Client role */
public class Julia
{
private static Keypad keypad;
private static AudioPlayer myAudio = new AudioPlayer()
julia.java
package com.javapatterns.command.audioplayer;
/** This is the Client role */
public class Julia
{
private static Keypad keypad;
private static AudioPlayer myAudio = new AudioPlayer();
kon.c
/* kon.c 4.1 83/03/09 */
/*
* Turn on keypad, so it sends codes instead of doing them in local.
*/
#include "2648.h"
kon()
{
escseq(NONE);
outstr("\33&s1A");
}
koff()
{
escseq(NONE);
outstr("
04.htm
计算器
julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
ex_dtmf.c
/////////////////////////////////////////////////////////////////////////
//// EX_DTMF.C ////
////