代码搜索结果

找到约 2,241 项符合 Keypad 的代码

keypad.c

/* +----------------------------------------------------------------------------- | Project : GSM-PS | Modul : DRV_KBD +--------------------------------------------------------------------

keypad.java

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

keypad.java

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

keypad.c

/* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended p

keypad.el

;; Terminal-independent keypad and function key bindings. ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute

keypad.java

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

keypad.java

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

keypad.c

/* #include #include #include #include */ #include #include static int fd = -1; void main(void) { int result; char b

keypad.java

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

keypad.java

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