搜索资源列表
Trafficlight
- 系统设置一个两位BCD码倒计时计数器(计数脉冲1HZ),用于记录各状态持续时间; 因为各状态持续时间不一致,所以上述计数器应置入不同的预置数; 倒计时计数值输出至二个数码管显示; 程序共设置4个进程: ① 进程P1、P2和P3构成两个带有预置数功能的十进制计数器,其中P1和P3分别为个位和十位计数器,P2产生个位向十位的进位信号; ② P4是状态寄存器,控制状态的转换,并输出6盏交通灯的控制信号。-System to set up a two BCD code c
clockR
- 设计倒计时时钟 倒计时:当程序运行时,从59秒递减,以实现倒计时。该实验使用了8253A,8259A,数码管等,以了解这些芯片结合后的硬件设计和软件编程的方法 -Design countdown clock countdown: When program runs, decreasing from 59 seconds to achieve the countdown. The experiment used the 8253A, 8259A, digital tubes, etc.,
xiaoou
- 多功能秒表:可以顺计时和倒计时的秒表,用三位数码管显示。-Multifunctional stopwatch
jiaotongdeng
- 简易交通灯 。 有四个状态0,1,2,3 数码管为2位7段共阳数码管,可以通过修改i,j的值进而修改倒计时的长短。 -Simple traffic lights. There are four LED status 0,1,2,3 for a total of two 7-yang digital tube can be modified i, j and then modify the value of the length of the countdown.
jiaotongdengkongzhi
- 东西和南北方向各有一组红、黄、绿灯用于指挥交通,红、黄、绿的持续时间分别为25s,5s,20s。 当有紧急情况(如消防车)时,两个方向均为红灯亮,计时停止,当特殊情况结束后,控制器恢复原来状态,正常工作。 一组数码管,以倒计时方式显示两个方向允许通行或禁止通行的时间。-East-West and North-South direction of a different set of red, yellow and green light for directing traffic, red, y
transportlight
- 用51单片机做控制器设计一个交通灯系统。该十字路口有两组交通灯(分别管理通道A和通道B两个方向),每一组各有红、黄、绿色指示灯和倒计时数码管显示当前状态和信息。 (1)基本要求 运行中的智能交通系统有以下三种基本情况: 1)正常情况下轮流放行,其中: A通道绿灯30s B通道绿灯15s 每通道从绿灯切换为红灯前,应有5s黄灯时间. 2)A通道、B通道各设置一个行人过街按键。具体功能(以A通道行人过街按为例): 当该按键按下时,A通道显示红灯5s后转为显
shiyan9
- 交通灯控制 实现红黄绿转换 实现数码管显示倒计时 -Control of traffic lights red, yellow, and green conversion to achieve the realization of digital display countdown
50seconddelay
- 数码管50秒倒计时程序,从49每秒倒计时达到0显示,再循环.可以是灯电路,继电器吸合等,或者执行一个程序-Digital control 50 seconds countdown procedures, from 49 second countdown to reach 0 shows that recycling. Can be a lamp circuits, relays, etc. Pick-up, or the implementation of a program
Trafficlights
- 交通灯,绿灯亮30秒,黄灯闪烁3秒,红灯亮20秒,有数码管显示倒计时-Traffic lights
daojishiqi
- 该程序使用两个数码管来实现倒计时,可从99倒数至00然后循环。-dfbfngmn,nm.,>nvnfgbnvb vxcgffcnm,vcbdhgfm
EXP7
- 1、带倒计时的交通灯控制:将L7、L6、L5作为南北路口的交通灯与PC7、PC6、PC5相连;L2、L1、L0作为东西路口的交通灯与PC2、PC1、PC0相连(方式0)。PA口的PA0~PA6作为输出口(方式0输出)连接7段数码管的段码,PC3、PC4连接数码管的S0,S1来选择显示的位。利用8253产生1秒的中断信号,在中断处理程序中用程序处理10秒延迟和2次黄灯闪烁的问题。 编程使六个灯按交通灯变化规律燃灭,同时数码管显示倒计时的值(10~0,4~0)。 2、带违章拍照功能的交通灯控
60-seconds-of-the-countdown
- vhdl语言在fpga板子的数码管上显示60秒倒计时,-vhdl language fpga board digital tube display 60 seconds of the countdown,
smgszsjdj
- 实现数码管倒计时顺计时功能 可通过移位数字顺计倒计按键 -Digital tube countdown the cis timing function the cis-meter countdown keys by shifting digital
Digital-adjustive--timer
- 本程序通过单片机控制,实现定时器的时间设定和数码管显示。是个倒计时定时器,可用于充电时间的控制等方面。-The time setting of the program through the MCU control, timer and digital display. Is a countdown timer, can be used for control and other aspects of the charging time.
60miaodaojishi
- 595和数码管组成的六十秒倒计时程序 可以学习595和数码管用-failed to translate
jiaotongdeng
- 单片机的交通灯程序,数码管显示东西南北方向倒计时,按键控制加减-SCM traffic lights, digital display countdown thing north-south direction, plus or minus buttons control
djs
- 单片机数码管倒计时,3位 5分钟倒计时共阳数码管-Single-chip digital countdown, three five minutes of sun digital countdown
999-seconds-countdown
- STC89C52RC单片机控制3位数码管倒计时,从999秒到0秒。-STC89C52RC MCU control three digital countdown 999 seconds to 0 seconds.
至简设计法--篮球倒计时
- 篮球倒计时 工程说明 本项目包含2个按键和4位数码管显示,要求共同实现一个篮球24秒的倒计时,并具有暂停和重新计数复位的功能。 案例补充说明 与单片机等实现模式相比,FPGA倒计时系统大大简化,整体性能和可靠性得到提高。在篮球24秒倒计时的模块架构设计方面,只需要一级架构下的BCD译码模块、倒计时模块和数码管显示模块,即可实现24秒倒计时功能。(Basketball countdown Engineering descr iption This project contains 2 butt
数码管倒计时
- 通过四个按键设置,开始停止,加,减,完成0-99的倒计时(Through the four key settings, start to stop, add or subtract, complete the countdown of 0-99.)