搜索资源列表
Electronicstopwatch
- 电子秒表,在硬件上实现电子秒表,主要用8279键盘/显示芯片,8259A中断控制器,8253定时/计数器以及8255A并行接口芯片-electronic stopwatch in electronic hardware stopwatch, mainly 8279 keyboard / Chip, 8259A interrupt controller, 8253 timer / counter and 8255A Parallel Interface Chip
yinyuebofang
- 一、 使用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3—方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放。
数字表实验
- 该源代码为单片机的电子秒表课程设计源代码,需要课程设计报告的,再找我。 ;实验七:数字表实验 ;实验说明:用8位LED显示小时、分、秒、百分秒。百分秒计时由8253定时器编程实现,每百分秒(0.01;秒)中断一次。 ;编程提示:8253工作在方式3,时钟输入由波特率发生器送出,在波特率9600时钟频率为3000K(计数初;值为3000)。8279工作状态为8位LED显示,左入口。
HK88TE2
- 通过8253、8255芯片、8259A芯片控制步进电机的实验-controlling Stepping motor through 8259A/8255/8253 chips, and display on 8279 chip when nessary
2
- 利用实验台上提供的定时器8253和扩展板上提供的8279以及键盘和数码显示电路,设计一个秒表,由8253中断定时,小键盘控制秒表的启停及初始值的预置。-Experimental use of the platform provided by the expansion of on-board timer 8253 and 8279 provided, as well as keyboard and digital display circuit, the design of a stopwatc
clock
- 我们上课,老师给的参考程序。在星研仿真环境下运行。结合8259、8253、8279三片芯片,CPU为8088。压缩文件内是2份文档,一份是软件框图,另一份是接线及程序代码。-We took classes and teachers to the reference procedure. In the Star simulation environment running under study. 8259,8253,8279 three-chip combination, CPU of 8088
PIANO
- 电子琴8255 8279 8253 液晶显示 键盘输入 -Organ 825,582,798,253 LCD keyboard input
8255P8253
- 用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3—方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放-8279 with a keyboard and display interface chip receives key key, an
Traffic-light-control-system
- 编写一个交通灯控制程序,实现东西路口与南北路口状态灯的转换和紧急处理。采用8253芯片计数,输出1S的时钟脉冲,并使用8255接口芯片控制LED亮灭,同时让8279芯片显示倒计时,键盘控制紧急处理按键,以此实现交通灯指挥控制系统。-Write a traffic light control program, the conversion of the things the intersection with the north and south of the intersection stat
ONE
- 出租车计价器 用于8253 8279等芯片实现计价功能-Taximeter 82,538,279 for the valuation functions such as chip
汇编关于红绿灯代码
- 基于8279、8253、8255、8259芯片的汇编代码,作用为显示红绿灯及相应的数目管显示,计时总数为十秒。