代码搜索:漏洞扫描

找到约 5,408 项符合「漏洞扫描」的源代码

代码结果 5,408
www.eeworm.com/read/25789/949926

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/26219/955741

c 按键扫描程序.c

//********键盘扫描**********8 sbit System=p1.0; sbit TimeUp=p1.1; sbit TimeDown=p1.2; sbit Exit=p1.3; //*******按键扫描程序**** void keyscan() { if(System ==0) { delay5ms(); if(System==0) {
www.eeworm.com/read/445143/1726267

sqe 扫描2.sqe

========== Description Part Begin ========== name = "扫描2"; description = "模仿扫描的动作。(注意: 最好设置黑色的背景色。)"; version = "1.00"; bin = "scanning2.bin"; ========== Description Part End ========== ======
www.eeworm.com/read/473174/6857418

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/194936/8184023

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/193177/8249190

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