代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/387056/8709210
hex 花样流水灯程序.hex
:10008F00202208FEFDFBF7EFDFBF7F7FBFDFEFF71B
:10009F00FBFDFEFEFCF8F0E0C08000E7DBBD7E7EDE
:0500AF00BDDBE7AA55CE
:1000D800E4FDFCC3ED9FEC9E500DE4FB0BBB78FCEC
:0700E8000DBD00010C80ECCE
:0100EF0022EE
www.eeworm.com/read/387056/8709323
pdf 简单流水灯实验.pdf
www.eeworm.com/read/178750/9386520
txt flash分页流水灯.txt
.mmregs
.global _main
.text
dm1: ssbx xf
call delay
rsbx xf
call delay
stm #01h,ar4
portw ar4,00h
call delay
stm #02h,ar4
portw ar4,00h
call de
www.eeworm.com/read/175106/9560293
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/364831/9891717
vhd 8位流水灯.vhd
--8位流水灯程序,采用双进程实现。
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity relamp is
port(clock:in std_logic;
y:out std_logic_vector(7 downto 0));
end relamp;
www.eeworm.com/read/363368/9957416
txt 流水灯暗点流动.txt
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint a);
void main()
{
uint a,b;
while(1)
{
b=0x80;
for(a=0;a
www.eeworm.com/read/363368/9957418
txt 流水灯亮点流动.txt
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint a);
void main()
{
uint a,b;
while(1)
{
b=0x7f;
for(a=0;a
www.eeworm.com/read/355629/10252592
bak 流水灯_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/355629/10252597
uv2 流水灯.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Targe
www.eeworm.com/read/355629/10252623
m51 流水灯.m51
BL51 BANKED LINKER/LOCATER V6.05 08/21/2008 14:41:18 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
C:\PROGRAM FILES\KEIL\C51\BIN\B