代码搜索:共阴极数码管
找到约 10,000 项符合「共阴极数码管」的源代码
代码结果 10,000
www.eeworm.com/read/295200/8180608
c test44x_testled.c
/*************************LED 显示程序******************************************/
/* 此程序是针对于msp447学习班编写,对led显示进行测试, 程序中有一个测试测试led数码管*/
/* 是否正常的test()函数。本程序根据电路板上led的设置,可显示6位数字和小数点,显示范围*/
/*推荐为0.0 ~ 9
www.eeworm.com/read/295039/8189275
plg 7ledshowpro.plg
礦ision2 Build Log
Project:
D:\51单片机实用程序设计典型实例\第2章 单片机实现数码管显示\proc\8LEDShowPro.uv2
Project File Date: 08/23/2005
Output:
Build target 'Target
www.eeworm.com/read/394608/8216598
plg 7ledshowpro.plg
礦ision2 Build Log
Project:
D:\51单片机实用程序设计典型实例\第2章 单片机实现数码管显示\proc\8LEDShowPro.uv2
Project File Date: 08/23/2005
Output:
Build target 'Target
www.eeworm.com/read/392877/8321821
plg 7ledshowpro.plg
礦ision2 Build Log
Project:
D:\51单片机实用程序设计典型实例\第2章 单片机实现数码管显示\proc\8LEDShowPro.uv2
Project File Date: 08/23/2005
Output:
Build target 'Target
www.eeworm.com/read/370393/9602224
vhd traffic.vhd
--
-- 本实验模拟路口的红黄绿交通灯的变化过程,用LED灯表示交通灯,并在数码管上显示当前状态剩余时间。
-- 红灯持续时间为30秒,黄灯3秒,绿灯30秒
--
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
www.eeworm.com/read/370391/9602427
v div.v
//两个3位二进制数的除法,结果(整数商)输出到数码管显示
//a:dial[2:0]
//b:dial[5:3]
module div(a,b,c,en);
input[2:0] a,b;//a 被除数,b 除数
output[7:0] c;
reg[7:0] c;
output[7:0] en;
reg[3:0] c_tmp;//商(整数部分)
reg[2:0]
www.eeworm.com/read/369837/9632150
plg 7ledshowpro.plg
礦ision2 Build Log
Project:
D:\51单片机实用程序设计典型实例\第2章 单片机实现数码管显示\proc\8LEDShowPro.uv2
Project File Date: 08/23/2005
Output:
Build target 'Target
www.eeworm.com/read/368158/9708840
#3 wdisp6.#3
;参考程序A:;WDISP6.ASM
;程序功能:在六个数码管上显示6位数据。数值在CPU RAM 的71H ~ 76H之中。
$INCLUDE (C8051F020.inc)
ORG 00H
AJMP START
ORG 0030H
START: ACALL PORT_Init ;I/O口初始化
ACALL INT8255 ;8255
www.eeworm.com/read/368158/9708842
asm wdisp6.asm
;参考程序A:;WDISP6.ASM
;程序功能:在六个数码管上显示6位数据。数值在CPU RAM 的71H ~ 76H之中。
$INCLUDE (C8051F020.inc)
ORG 00H
AJMP START
ORG 0030H
START: ACALL PORT_Init ;I/O口初始化
ACALL INT8255 ;8255
www.eeworm.com/read/368158/9708852
#2 wdisp6.#2
;参考程序A:;WDISP6.ASM
;程序功能:在六个数码管上显示6位数据。数值在CPU RAM 的71H ~ 76H之中。
$INCLUDE (C8051F020.inc)
ORG 00H
AJMP START
ORG 0030H
START: ACALL PORT_Init ;I/O口初始化
ACALL INT8255 ;8255