代码搜索结果

找到约 1,930 项符合 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","

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()

keypad.java

package com.javapatterns.command.audioplayer2; /** This is the Invoker role */ public class Keypad { private Command playCmd; private Command rewindCmd; private Command stopCmd;

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();

keypad.java

package com.javapatterns.command.audioplayer; /** This is the Invoker role */ public class Keypad { private Command playCmd; private Command rewindCmd; private Command stopCmd;

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("

keypad.lst

C51 COMPILER V7.06 KEYPAD 06/19/2006 11:59:53 PAGE 1 C51 COMPILER V7.06, 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.h

//--------------------------------------------------------------------------- // Terawins Inc. Company Confidential Strictly Private // // $Archive: Keypad.h $ // $Revision: 1.01 $ // $Author: jw