代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/361420/10053068
asm key.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/361420/10053086
inc key.inc
.external F_Key_Init
.external F_Key_Scan
.external F_Key_Get
.define KEY_1 0x01
.define KEY_2 0x02
.define KEY_3 0x04
www.eeworm.com/read/361420/10053094
h key.h
#ifndef __KEY_h__
#define __KEY_h__
// write your header here
void Key_Init(void);
void Key_Scan(void);
unsigned Key_Get(void);
#define KEY_1 0x01
#define KEY_2 0x02
#define KEY_3 0x04
www.eeworm.com/read/165655/10055198
h key.h
#ifndef _KEY_DEFINE_
#define _KEY_DEFINE_
/**********************************/
//新薄膜开关(双确认键)
#define KEY_0 0
#define KEY_DOT 1
#define KEY_BACK 2
#define KEY_INC 3
www.eeworm.com/read/165536/10057983
exe key.exe
www.eeworm.com/read/165536/10058033
txt key.txt
KEY [OS/2 ONLY]
NAME KEY - Put the arguments onto the keyboard buffer.
SYNTAX
key arguments | \scancode,charcode |
www.eeworm.com/read/165536/10058160
c key.c
/*
* KEY.C - Monitor to play arguments as they were given from command line.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 19.3.1991
*/
static char *VERSION = "Version 1.0. Copyright (c
www.eeworm.com/read/165536/10058341
mak key.mak
#
# Makefile for KEY.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my sy
www.eeworm.com/read/361262/10062451
h key.h
#include"common.h"
/*
void delay(uchar a);
char kbscan();
*/
//#define uint unsigned int
//#define uchar uchar
/*
sbit P10=P1^0;
sbit P11=P1^1;
sbit P12=P1^2;
sbit P13=P1^3;
sbit P14=P1^
www.eeworm.com/read/361262/10062466