代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/489352/6470373
txt 6位led动态显示程序(c程序).txt
module seg71(clk,rst,dataout,en);
input clk,rst;
output[7:0] dataout;
output[5:0] en;
reg[7:0] dataout;
reg[5:0] en;
reg[2:0] cnt_scan;
reg[4:0] dataout_buf;
always@(posedge clk or ne
www.eeworm.com/read/345370/11817582
doc 点阵式led“0-9”数字显示技术.doc
www.eeworm.com/read/337870/12335247
dbk last loaded 16x16led点阵显示.dbk
www.eeworm.com/read/250912/12376247
pdf led显示屏原理及工程技术.pdf
www.eeworm.com/read/233636/14144175
c 26点阵式led简单图形显示技术.c
#include
//26. 点阵式LED简单图形显示技术
unsigned char code tab[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f};
unsigned char code graph[3][8]={{0x12,0x14,0x3c,0x48,0x3c,0x14,0x12,0x00},
www.eeworm.com/read/233636/14144597
doc 26. 点阵式led简单图形显示技术.doc
www.eeworm.com/read/227496/14422335
mht 点阵式led“0-9”数字显示技术.mht
From:
Subject: =?gb2312?B?tePV88q9TEVEobAwo605obHK/dfWz9TKvry8yvU=?=
Date: Wed, 21 Mar 2007 16:44:43 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
www.eeworm.com/read/218520/14916622
rar 点阵式led“0-9”数字显示技术.rar
www.eeworm.com/read/208747/15238322
doc led点阵左移显示-单片机示范程序.doc
www.eeworm.com/read/205446/15315977