代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/284630/8912684
key zcommdoc.key
Manual for ZCOMM 18.18, shareware cousin to Pro-YAM with
ZMODEM, YMODEM, Telink/FIDO, SEAlink, MODEM7, and XMODEM (with Enhanced
Data Recovery), MobyKermit, SuperKermit (Sliding Windows), Compuserve B
www.eeworm.com/read/284630/8912693
key gsz.key
Visually striking big brother to DSZ, the Classic stand-alone
shareware that sends or receives files using ZMODEM-90(Tm), True
YMODEM(Tm), or XMODEM. Includes GCOLORS to customize display
color schem
www.eeworm.com/read/284630/8912806
key rzsztlb.key
Fast, reliable VMS ZMODEM-90(Tm) protocol file transfer programs
with MobyTurbo(Tm and Crash Recovery for use only with DSZ,
ZCOMM, and Pro-YAM. 1-27-94 Improved througput on some VAX
machines. Uplo
www.eeworm.com/read/284630/8912899
key yamlinux.key
Beta test Pro-YAM for Linux.
This is the Pro-YAM flavor for Linux.
ENCRYPTED Demand Upgrade(TM) file for licensed users of Omen Technology's
Professional-YAM Integrated Communications Tools for the IB
www.eeworm.com/read/284630/8912941
key dsz.key
Classic stand-alone shareware sends or receives files using
ZMODEM-90(Tm), True YMODEM(Tm), or XMODEM. "Talk" command term emulation for
automatic ZMODEM downloads Features fast background transfers
www.eeworm.com/read/284630/8912943
key crzsz.key
Fast, reliable Unix/Linux/BSD XMODEM, YMODEM, and ZMODEM
protocol file transfer CLIENTS. Designed to be called from
Kermit, TIP, etc. Features automatic command and file
transfers, recovery from int
www.eeworm.com/read/284592/8915020
h key.h
#ifndef __KEY_H__
#define __KEY_H__
#include "71x_lib.h"
extern void Delay(u32 DelayTime);
//按键定义
/*#define KEY_CANCEL 0x0400 //p0.10
#define KEY_ENTER 0x0800 //p0.11
#de
www.eeworm.com/read/284592/8915026
c key.c
#include "Key.h"
#include "CommonDefine.h"
#include "LCD.h"
extern const u8 STR_SHUTDOWN[];
/*************************************************************************************************
www.eeworm.com/read/427880/8915177
c key.c
#define KEY_C
#include "includes.h"
char read_keybord(void)
{
static char key_state = 0;
static char key_value, key_line;
static char key_return = NO_KEY;
unsigned char i;
www.eeworm.com/read/427880/8915203
h key.h
#ifndef KEY_H
#define KEY_H
#ifdef KEY_C
#define NO_KEY 255
//#ifdef KEY_4X4 //键盘为4X4
/*#define K1_1 1
#define K1_2 2
#define K1_3 3
#define K1_4 4
#define K2_1 5
#define K2_2 6
#de