代码搜索:Key1

找到约 1,573 项符合「Key1」的源代码

代码结果 1,573
www.eeworm.com/read/337644/12352512

asp bjz.asp

www.eeworm.com/read/230516/14282991

rpt key1.fit.rpt

Fitter report for key1 Sat Feb 18 13:29:06 2006 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fit
www.eeworm.com/read/192980/8261166

rpt key1.fit.rpt

Fitter report for key1 Wed Dec 14 12:07:27 2005 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fit
www.eeworm.com/read/421290/10744619

txt 程序(若上面的工程文件打不开用这个).txt

#include"reg52.h" #define led P1 //宏定义P1口为数码管的数据口 sbit key1=P2^4; //将P2^4口映射为变量key1 sbit key2=P2^5; //将P2^3口映射为变量key2 sbit key3=P2^6; //将
www.eeworm.com/read/421290/10744633

c text2.c

#include"reg52.h" #define led P1 //宏定义P1口为数码管的数据口 sbit key1=P2^4; //将P2^4口映射为变量key1 sbit key2=P2^5; //将P2^3口映射为变量key2 sbit key3=P2^6; //将
www.eeworm.com/read/466403/7034699

asm mms.asm

ORG 0000H MOV P3,#0BFH MOV R4,#00H BEGIN: MOV R0,#01FH MOV R3,#00H KEY : MOV P1,#0FH MOV A,P1 ANL A,#0FH CJNE A,#0FH,KEY1 SJMP KEY KEY1: MOV P3,#0BFH LCALL DEL12 MO
www.eeworm.com/read/252757/12265111

asm 键盘扫描汇编.asm

查询工作方式进行扫描键盘 KEY1: ACALL KS1 JNZ KEY2 KEY3: DELAY6MS JMP KEY1 KEY2: ACALL DELAT12MS ACALL KS1 JZ KEY6 AJMP KEY3 KEY6: MOV A,#FEH MOV R1,A MOV R2,#0 //R2保存列号 KEY5:
www.eeworm.com/read/267063/11196451

v clock.v

module clock(clk10ms,key1,key2,key3,key4,disp,spk); input clk10ms,key1,key2,key3,key4; output [15:0] disp; output spk; reg [15:0] disp; reg clk1s,clk1m,clk1h,clk1d,set=1,run=0,num=0,alm_s
www.eeworm.com/read/270743/11028226

asp bjz.asp

www.eeworm.com/read/137446/13322117

bas module1.bas

Attribute VB_Name = "Module1" Public key1 As Boolean Public kk As Integer Public Sub 切换(i As Integer) Unload system Unload hotel Unload check Unload bookhotel Unload changeroom Unload roominf