代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/414761/11103034
txt 顺逆流水灯.txt
。
;左移
star: mov r3,#8 ;设置流水位数
mov p1,#11111110b ;从p1.0开始
loop: acall d01s
mov a,p1 ;读取p1当前数据到acc
rl a ;左移一位
mov p1,a
www.eeworm.com/read/411536/11239211
txt led流水灯实验.txt
org 0000h ;开始
ajmp loop
org 0030h ;到0030h处避开00-30的敏感地址
loop:
mov p3,#0ffh;关闭所有灯
clr p3.0 ;点亮灯p1.0
lcall delay ;延时一段时间?
clr p3.1 ;点亮灯p1.1
lcall delay
www.eeworm.com/read/410943/11263540
bin 流水灯1.bin
www.eeworm.com/read/410943/11263541
asm 流水灯1.asm
;广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH ;赋初值
CLR C
MOV R2,#8
LOOP:RRC A ; 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A
www.eeworm.com/read/410943/11263542
hex 流水灯1.hex
www.eeworm.com/read/410943/11263546
hex 流水灯2.hex
www.eeworm.com/read/410943/11263547
asm 流水灯2.asm
;查表法广告流水灯
ORG 00H
MOV P2,#80H
START: MOV DPTR,#TABLE ; 将表的地址存入数据指针
LOOP: CLR A
MOVC A,@A+DPTR ;到数据指针所指的地址取码
CJNE A,#01,LOOP1 ; 取出的码是否01H
www.eeworm.com/read/410943/11263548
bin 流水灯2.bin
www.eeworm.com/read/147730/12534518
txt 顺逆流水灯.txt
。
;左移
star: mov r3,#8 ;设置流水位数
mov p1,#11111110b ;从p1.0开始
loop: acall d01s
mov a,p1 ;读取p1当前数据到acc
rl a ;左移一位
mov p1,a
www.eeworm.com/read/403924/11498833
mht 频域是什么意思 是什么东西_什么叫--什么是频域.mht
From:
Subject: =?gb2312?B?xrXT8srHyrLDtNLiy7wgysfKssO0tqvO91/KssO0vdAtLcqyw7TKx8a10/I=?=
Date: Sun, 11 Jan 2009 08:24:27 +0800
MIME-Version: 1.0
Content-Type: