代码搜索:扫描程序
找到约 10,000 项符合「扫描程序」的源代码
代码结果 10,000
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
www.eeworm.com/read/266010/11246700
c 按键中断扫描.c
//按键扫描驱动程序
unsigned char key,key_h,kpush;
unsigned int key_l;
//按键连接到p1.0、p1.1、p1.2
void int_t0(void) interrupt 1 {
unsigned char dd,i;
TL0=TL0+30;TH0=0xfb; //800
/* 按键判别 */
if ((P1&
www.eeworm.com/read/146455/12647015
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/100760/15864937
doc 扫描线方法.doc
www.eeworm.com/read/100760/15864938
c 扫描线方法.c
/**********************************************************************************
Scan-Line Polygon Fill Algorithm. Referenced Program Is In
"Computer Graphics,C Version 2nd Ed" By DON