代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/377867/6941332
qsf led.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/377867/6941334
pin led.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/300915/6943115
dsn led.dsn
www.eeworm.com/read/300915/6943116
lst led.lst
ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1
MCS-51 Family Cross Assembler A S E M - 5 1
www.eeworm.com/read/300915/6943117
sdi led.sdi
,,,light bit 00h
,,, org 0
0000,02 00 30,, ljmp start
,,, org 3
0003,B2 00,, cpl light
0005,32,, reti
,,, org 30h
0030,D2 88,s
www.eeworm.com/read/300915/6943118
asm led.asm
light bit 00h
org 0
ljmp start
org 3
cpl light
reti
org 30h
start: setb it0
setb ex0
setb ea
mov a,#0FEH
setb light
loop: jnb light,loop
mov p1,a
lcall delay
rl a
sjmp l
www.eeworm.com/read/300915/6943119
hex led.hex
:06000000020030B20032E4
:10003000D288D2A8D2AF74FED2003000FDF5901263
:0E00400000452380F579007800D8FED9FA2219
:00000001FF
www.eeworm.com/read/300915/6943120
pwi led.pwi
www.eeworm.com/read/177104/6957245
txt led.txt
//****************************************************************/
/*8路顺序控制器源程序,源文件名order.c*/
//先顺序点亮led0--led7,然后再反序点亮led7--led0
//************************************************