代码搜索结果

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

decoder.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE WORK.P_ALARM.ALL; ENTITY DECODER IS PORT(KEYPAD: IN STD_LOGIC_VECTOR(9 DOWNTO 0); VALUE: OUT T_DIGITAL); END ENTITY DECODER; ARCHITECTURE

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

kpp.h

#ifndef KPP_DRV_H #define KPP_DRV_H #include "../libs/motolibs.h" /* Reads a value from the keypad port */ hword kpp_peek(void); #endif

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.c

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

keypad.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

keypad.c

/*----------------------------------------------- Virtual51 KeyPad Demo Oscilator:12Mhz ------------------------------------------------*/ #include #define uint unsigned int