代码搜索:按键扫描

找到约 10,000 项符合「按键扫描」的源代码

代码结果 10,000
www.eeworm.com/read/442066/7660502

obj 按键函数.obj

www.eeworm.com/read/442066/7660504

c 按键函数.c

#include"tab.h" #include"160128_driver.h" //全局变量 unsigned char Custom=1;//关数寄存器 extern unsigned int Time;//时间数寄存器 unsigned char Steps=0;//步数内存分配 unsigned char x_Coordinate,y_Coordinate;//人物当前的坐标
www.eeworm.com/read/399506/7856305

asm 按键计数.asm

;两位数码管,按键加一减一数显程序(P3.2为加一键,P3.3为减一键) TEMP EQU 22H ;计数器寄存器 ;******; ;主程序; ;******; MOV TEMP,#100 ;初始化计数器 GO: SETB P3.2 ;置P3.2为加1键 SETB P3.3
www.eeworm.com/read/295936/8132412

jpg 按键电路.jpg

www.eeworm.com/read/331711/12812997

hex 按键显示.hex

www.eeworm.com/read/331711/12812998

lst 按键显示.lst

www.eeworm.com/read/331711/12813001

asm 按键显示.asm

ORG 0000H LJMP MAIN ORG 0030H MAIN: MOV SP,#30H MOV P0,#0FFH MOV P2,#00H MOV P1,#0F0H JIANCE: MOV A,P1 ORL A,#0FH CJNE A,#0FFH,QUDOU
www.eeworm.com/read/331711/12813002

bin 按键显示.bin

www.eeworm.com/read/331711/12813044

hex 按键显示.hex

www.eeworm.com/read/331711/12813046

lst 按键显示.lst