代码搜索:Key

找到约 10,000 项符合「Key」的源代码

代码结果 10,000
www.eeworm.com/read/161070/10456883

jhd key.jhd

MODULE keyled
www.eeworm.com/read/353238/10459860

c key.c

//1 2 3 4 //5 6 7 8 //9 10 11 12 //13 14 15 16 #include #define CLK 0x0004 //IOB2 #define DATA 0x0002 //IOB1 #define LOAD 0x0001 //IOB0
www.eeworm.com/read/353238/10459951

c key.c

//1 2 3 4 //5 6 7 8 //9 10 11 12 //13 14 15 16 #include #define CLK 0x0400 //IOB2 #define DATA 0x0200 //IOB1 #define LOAD 0x0100 //IOB0
www.eeworm.com/read/424293/10466181

lst key.lst

Sunplus u'nSP Assembler - Ver. 1.8.0 Listing File Has Been Relocated .define P_IOA_DATA 0x7000
www.eeworm.com/read/424293/10466223

obj key.obj

www.eeworm.com/read/424293/10466238

asm key.asm

.define P_IOA_DATA 0x7000 .define P_IOA_DIR 0x7002 .define P_IOA_ATTRI 0x7003 .define P_IOB_DATA 0x7005 .define P_IOB_DIR 0x7007 .define P_IOB_ATTRI 0x7008
www.eeworm.com/read/279061/10468583

lst key.lst

C51 COMPILER V7.06 KEY 01/02/2000 11:14:25 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE KEY OBJECT MODULE PLACED IN Key
www.eeworm.com/read/279061/10468632

h key.h

#ifndef _Key_H_ #define _Key_H_ void K_Write(unsigned char RomAddress,unsigned char Wdata); unsigned char K_Read(unsigned char RomAddress); void Key_ReadBuf(void); void Key_WriteBuf(void); void
www.eeworm.com/read/279061/10468676

c key.c

#include #include "c8051f.h" #include "key.h" unsigned char KeyBuf[24]; unsigned char bdata tempp_p; sbit DDD_7 = tempp_p^7; sbit DDD_0 = tempp_p^0; void Delay1ms(unsigned char T
www.eeworm.com/read/279061/10468730

obj key.obj