代码搜索结果
找到约 1,930 项符合
Keypad 的代码
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;
/**
readme.txt
led_flash.c 是驱动程序
ledtest.c 是测试程序
——————————————
uClinux启动后,在控制台输入ledtest 回车后
led开始闪烁,这时按下keypad任意键,开启或关闭led闪烁。
lcd.doc
T h e I O K e y p a d / L C D D e m o
(0) OVERVIEW
This demo is meant to be used with the io.lib software. For me, its
primary function has been to verify and test the keypad
rxvtref-keycodes.yo
COMMENT(-- $Id: rxvtRef-keycodes.yo,v 1.2 1998/04/20 07:24:24 mason Exp $ --)
label(KeyCodes)
nsect(Key Codes)
Note: bf(Shift) + bf(F1)-bf(F10) generates bf(F11)-bf(F20)
For the keypad, use bf(Shift
实例11-2.c
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
ex4-9_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
ex4-9.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
ex4-9.lnp
"ex4-9.obj",
"keypad.obj"
TO "ex4-9"
RAMSIZE(256)
keypad.c
/*
4x4 Keypad Demo
CodeVisionAVR C Compiler
(C) 2000-2002 HP InfoTech S.R.L.
www.hpinfotech.ro
Chip: AT90S8515
Connect the keypad matrix as follows:
[STK500 PORTD HEADER