1 / 60
文档名称:

基于MVC的科研信息管理平台毕业论文.doc

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

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

分享

预览

基于MVC的科研信息管理平台毕业论文.doc

上传人:策划大师 2011/11/13 文件大小:0 KB

下载得到文件列表

基于MVC的科研信息管理平台毕业论文.doc

文档介绍

文档介绍:黄石理工学院
毕业设计[论文]
题目:基于MCS-51的万年历设计
院系:
专业:
姓名:
指导老师:
摘要
本设计是一个基于MCS-51单片机实现的万年历。
本文首先描述系统硬件工作原理,并附以系统结构框图加以说明,着重介绍了本系统所应用的各硬件接口技术和各个接口模块的功能及工作过程,其次,详细阐述了程序的各个模块和实现方法。本设计以数字集成电路技术为基础,AT89C51单片机技术为核心。本文编写的主导思想是软、硬件相结合,以硬件为基础,来进行各功能模块的编写。
本系统以单片机的C语言进行软件设计,为了便于扩展和更改,软件的设计采用模块化结构,使程序设计的逻辑关系更加简洁明了。系统通过字符型液晶显示数据,所以具有人性化的操作和直观的显示效果。可以显示时间、公历日期、星期,并有闹铃、语音报时及检测温度的功能。
关键词: 单片机; 液晶模块;语音报时;温度传感器;
Abstract
The design is a based on the MCS-51 perpetual calendar.
This article first describes the system hardware principle of work,and attaches by the system structure diagram performs to explain,emphatically introduced this system applies various hardware connection technology and each interface module function and the workprocess, next, it is elaborated the procedure of each module and how they realized. This design is based on the digital IC, and the core of AT89C51 MCU technique. This article writed with the guiding of software and hardware unifies, take the hardware as thefoundation, writing each programme for each functions module.
This system’s software design whth the MCU C language, in order to be advantageous for theexpansion and change, the software design uses the design of modularization, so that the logical of the programmer e clear and it is easy to understand .This system use the character LCD to show the data,so it has the humanize operation and the intuitionistic show effect. It can show the time, Gregorian calendar, week, bell, pronunciation of time and the temperature examination.
The keyword:MCU; LCD module; The pronunciation of time; Temperature sensor.
目录
摘要 I
ABSTRACT II
第1章绪论 1
第2章方案论证 3
功能要求 3
方案确定 3
第3章系统硬件设计 6
电源部分的设计 6
变压器式直流稳压电源 6
开关式直流稳压电源 7
开关式直流稳压电源的设计 7
主电路的设计 8
主要芯片的选择 8
主电路原理分析 9
单片机外围芯片简介 10
1602LCD显示模块 10
温度传感器DS18B20 13
语音芯片ISD1420 16
第4章程序设计 19
总体设计 19
主程序的设计 20
INT1中断服务程序 22
各功能模块的设计 22
显示子程序 22
日历、时间校正