1 / 20
文档名称:

[毕业设计精品]数字电子钟.doc

格式:doc   大小:147KB   页数:20页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

[毕业设计精品]数字电子钟.doc

上传人:xiang1982071 2017/12/6 文件大小:147 KB

下载得到文件列表

[毕业设计精品]数字电子钟.doc

相关文档

文档介绍

文档介绍:单片机技术课程设计说明书

数字电子钟

系、部:电气与信息工程系
学生姓名:
指导教师:
专业:自动化
班级:自本
完成时间:2010年1月2日
摘要
数字电子钟广泛应用于生活生产中,因此对其深入了解很有必要,在此用单片机设计了一个简单的数字电子钟。
本设计为基于AT89S52单片机,辅以必要的外围电路,设计了一个简单的数字电子时钟。在硬件方面,除了CPU外,用数码管来进行显示,LED采用动态扫描显示。通过LED能够比较准确显示时、分、秒,四个简单的按键实现对时间的调整。软件方面采用汇编语言编程。整个电子钟系统能完成时间的显示,调时,调分,调秒,复位等功能。本次设计的电子钟带有独立式键盘,用共阴数码管显示,现在生活中液晶显示器用的比较多,所以此电子钟在生活中推广的现实意义不是很大。
关键词数字电子钟;AT89S52;汇编语言
ABSTRACT
Digital electronic clock is widely used in the production of life, so it is necessary for its understanding, in this single chip puter designed a simple digital electronic clock.
This design is based on the AT89S52 microcontroller, combined with the necessary peripheral circuits, design a simple digital electronic clocks. On the hardware side, in addition to CPU, to carry a digital tube display, LED display dynamic scan. Through the LED can accurately display hours, minutes, seconds, four simple keys to realize the time adjustment. Software using assembly language programming. pletion of the entire electronic time clock system to the display, transfer, the transfer points, transfer seconds, reset and other functions. The design of the electronic clock with a stand-alone keyboard, with a total of Yin digital tube display, liquid crystal displays now used in daily life are more
Therefore, the electronic clock in life to promote the practical significance is not great.
Keywords: Digital electronic clock; AT89S52; Assembly Language
目录
1 课题设计任务、功能要求及总体方案……………………………………………1
课题设计任务………………………………………………………………1
功能要求说明………………………………………………………………1
设计总体方案介绍及工作原理说明………………………………………1
2 数字电子钟硬件系统的设计…………………………………………………… 2
数字电子钟硬件系统各模块功能简要介绍………………………………2
数字电子钟原理图、PCB图及元器件布局图…………………………… 3
数字电子钟元器件清单……………………………………………………3
3 数字电子钟软件系统的设计…………………………………………………… 4
数字电子钟使用的单片机资源……………………………………………4
数字电子钟软件系统各模块功能简要介绍………………………………4
数字电子钟软件系统程序流程框图………………………………………4
数字电子钟软件系统程序清单……………………………………………8
4 课题设计结论、仿真结果、误差分析和教学建议…………………………… 14
数字电子钟的设计结论和使用