代码搜索:扫描程序

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

代码结果 10,000
www.eeworm.com/read/168552/9907847

asm 键盘扫描驱动.asm

STARTSCAN: OLR Keyport,#(1
www.eeworm.com/read/163189/10172134

txt 10.1.5键盘扫描.txt

PORT1 EQU P0 PORT2 EQU P2 ORG 0H JMP MAIN ORG 30H MAIN: MOV SP,#5FH MOV PORT2,#0FFH LOOP: MOV R0,#4 MOV R1,#11101111B MOV R2,#0FFH NLINE: MOV A,R1 MO
www.eeworm.com/read/424315/10464664

txt 10.1.5键盘扫描.txt

PORT1 EQU P0 PORT2 EQU P2 ORG 0H JMP MAIN ORG 30H MAIN: MOV SP,#5FH MOV PORT2,#0FFH LOOP: MOV R0,#4 MOV R1,#11101111B MOV R2,#0FFH NLINE: MOV A,R1 MO
www.eeworm.com/read/420954/10766062

c 超级io扫描.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};//共阴 sbit CLK1=P2^0; sbit DAT1=P2^1; sbit CLK2=P3^6; sbit DAT2
www.eeworm.com/read/470156/6914271

asm 7按键扫描 .asm

;================================================= ; 按键扫描 ;================================================= ; ; zsMCU51实验板配套学习例程 ; ; 中山单片机学习网 智佳科技 ; ; 作者:逸风 QQ:105558851 ; ; http
www.eeworm.com/read/459723/7266091

txt 10.1.5键盘扫描.txt

PORT1 EQU P0 PORT2 EQU P2 ORG 0H JMP MAIN ORG 30H MAIN: MOV SP,#5FH MOV PORT2,#0FFH LOOP: MOV R0,#4 MOV R1,#11101111B MOV R2,#0FFH NLINE: MOV A,R1 MO
www.eeworm.com/read/458817/7288932

asm 7按键扫描 .asm

;================================================= ; 按键扫描 ;================================================= ; ; zsMCU51实验板配套学习例程 ; ; 中山单片机学习网 智佳科技 ; ; 作者:逸风 QQ:105558851 ; ; http