代码搜索结果
找到约 1,930 项符合
Keypad 的代码
keypad.c
/*
filename: Keypad.c
purpose: deal with the things about input
author: wx
date: 2003-3-20
*/
#include
#include
#include
#include
#include
keypad.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
ʵ
#include
int main()
{
int ch;
initscr(); /* 开始curses模式 */
raw(); /* 禁用行缓冲 */
keypad(stdscr, TRUE); /* 开启功能键响应模式 */
noecho(); /* 当执行getch()函数的时候关闭键盘回显 */
p
keypad.lst
C51 COMPILER V7.50 KEYPAD 01/12/2006 13:31:13 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.c
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Keypad.c $
// $Revision: 0.01 $
// $Author: jw
keypad.h
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Keypad.h $
// $Revision: 1.01 $
// $Author: jw
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
insertkeypadkeys.em
/*
Macro commands to insert characters found on the keypad.
Because of a bug in Source Insight, the / * - + keys on the
numeric keypad do not insert those characters, even if 'NumLock' is off
calc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
calc.lnp
"calc.obj",
"keypad.obj",
"lcd.obj"
TO "calc"