代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/164154/10127499
sym key.sym
www.eeworm.com/read/164117/10128290
cpp key.cpp
// IBM PC Implementation of the DES Cryptographic Algorithm
//
// Key Schedule Routine
//
// by Dr B R Gladman (gladman@seven77.demon.co.uk)
#include "stdafx.h"
#include "des.h"
// key shif
www.eeworm.com/read/164094/10129420
c key.c
#include
char kbhit( void )
{
unsigned char RestoreP1, RestoreIE;
char ret=0;
unsigned char InP1;
RestoreIE = IE;
EA = 0;
RestoreP1 = P1;
P1 = 0x0f;
InP1 = P1;
P1 = Resto
www.eeworm.com/read/164094/10129430
obj key.obj
www.eeworm.com/read/164094/10129434
lst key.lst
C51 COMPILER V6.23a KEY 02/21/2005 21:27:34 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN ke
www.eeworm.com/read/164094/10129487
c key.c
#include
char kbhit( void )
{
unsigned char RestoreP1, RestoreIE;
char ret=0;
unsigned char InP1;
RestoreIE = IE;
EA = 0;
RestoreP1 = P1;
P1 = 0x0f;
InP1 = P1;
P1 = Resto
www.eeworm.com/read/164094/10129496
obj key.obj
www.eeworm.com/read/164094/10129500
lst key.lst
C51 COMPILER V6.23a KEY 02/21/2005 22:30:45 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN ke
www.eeworm.com/read/359676/10130265
o key.o
www.eeworm.com/read/359676/10130266
h key.h
/*
串口转键盘驱动
Brad 2004-11-29
Scancode
-Key- -Press- -Release-
Up 0xE0 0x48 0xE0 0xC8
Down 0xE0 0x50 0xE0 0xD0
Left 0xE0 0x4B 0xE0 0xCB
Right 0