代码搜索结果

找到约 1,930 项符合 Keypad 的代码

keypad.c

//--------------------------------------------------------------------------- // Terawins Inc. Company Confidential Strictly Private // // $Archive: Keypad.c $ // $Revision: 0.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() {

69_tb_decoder.vhd

library ieee; use ieee.std_logic_1164.all; use work.p_alarm.all; entity tb_decoder is end tb_decoder; architecture tb of tb_decoder is component decoder port(keypad:in std_logic

keypaddef.h

// keypadDef.h: data/structure for keypad //----------------------------------------------------------------------------- // Key mapping table, used by the keypad dispatcher (ProcessKey) //------

keypad.c

//----------------------------------------------------------------------------- // File: Keypad.c // Contents: Process keypad-key // // Copyright (c) 2004 ItoM Semiconductor. All right

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; /**

69_tb_decoder.vhd

library ieee; use ieee.std_logic_1164.all; use work.p_alarm.all; entity tb_decoder is end tb_decoder; architecture tb of tb_decoder is component decoder port(keypad:in std_logic