代码搜索结果

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

kpd_api.h

/** * @file kpd_api.h * * API Definition for keypad driver. * * This file gathers all the constants, structure and functions declaration * useful for a keypad driver user. * * @autho

kpd_process_internal_msg.h

/** * @file kpd_process_internal_msg.h * * Declaration of internal function for keypad driver. * These functions process internal messages received by the keypad task. * * @author Laur

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

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

vt200.el

;; vt200 series terminal stuff. ;; April 1985, Joe Kelsey (require 'keypad) (defvar CSI-map nil "The CSI-map maps the CSI function keys on the VT200 keyboard. The CSI keys are the dark function ke

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