基于mcs-51的萬(wàn)年歷設(shè)計(jì).doc
約58頁(yè)DOC格式手機(jī)打開展開
基于mcs-51的萬(wàn)年歷設(shè)計(jì),論文標(biāo)準(zhǔn)word格式排版共58頁(yè) 27094字摘要本設(shè)計(jì)是一個(gè)基于mcs-51單片機(jī)實(shí)現(xiàn)的萬(wàn)年歷。本文首先描述系統(tǒng)硬件工作原理,并附以系統(tǒng)結(jié)構(gòu)框圖加以說(shuō)明,著重介紹了本系統(tǒng)所應(yīng)用的各硬件接口技術(shù)和各個(gè)接口模塊的功能及工作過程,其次,詳細(xì)闡述了程序的各個(gè)模塊和實(shí)現(xiàn)方法。本設(shè)計(jì)以數(shù)字集成電路技術(shù)為基礎(chǔ),at89c51單片機(jī)...


內(nèi)容介紹
此文檔由會(huì)員 莎士比亞 發(fā)布
論文標(biāo)準(zhǔn)WORD格式排版共58頁(yè) 27094字
摘 要
本設(shè)計(jì)是一個(gè)基于MCS-51單片機(jī)實(shí)現(xiàn)的萬(wàn)年歷。
本文首先描述系統(tǒng)硬件工作原理,并附以系統(tǒng)結(jié)構(gòu)框圖加以說(shuō)明,著重介紹了本系統(tǒng)所應(yīng)用的各硬件接口技術(shù)和各個(gè)接口模塊的功能及工作過程,其次,詳細(xì)闡述了程序的各個(gè)模塊和實(shí)現(xiàn)方法。本設(shè)計(jì)以數(shù)字集成電路技術(shù)為基礎(chǔ),AT89C51單片機(jī)技術(shù)為核心。本文編寫的主導(dǎo)思想是軟、硬件相結(jié)合,以硬件為基礎(chǔ),來(lái)進(jìn)行各功能模塊的編寫。
本系統(tǒng)以單片機(jī)的C語(yǔ)言進(jìn)行軟件設(shè)計(jì),為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡(jiǎn)潔明了。系統(tǒng)通過字符型液晶顯示數(shù)據(jù),所以具有人性化的操作和直觀的顯示效果??梢燥@示時(shí)間、公歷日期、星期,并有鬧鈴、語(yǔ)音報(bào)時(shí)及檢測(cè)溫度的功能。
關(guān)鍵詞: 單片機(jī); 液晶模塊 ;語(yǔ)音報(bào)時(shí);溫度傳感器;
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 become 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
2.1 功能要求 3
2.2 方案確定 3
第3章 系統(tǒng)硬件設(shè)計(jì) 6
3.1 電源部分的設(shè)計(jì) 6
3.1.1 變壓器式直流穩(wěn)壓電源 6
3.1.2 開關(guān)式直流穩(wěn)壓電源 7
3.1.3 開關(guān)式直流穩(wěn)壓電源的設(shè)計(jì) 7
3.2 主電路的設(shè)計(jì) 8
3.2.1 主要芯片的選擇 8
3.2.2 主電路原理分析 9
3.3 單片機(jī)外圍芯片簡(jiǎn)介 10
3.3.1 1602LCD顯示模塊 10
3.3.2 溫度傳感器DS18B20 13
3.3.3 語(yǔ)音芯片ISD1420 16
第4章 程序設(shè)計(jì) 19
4.1 總體設(shè)計(jì) 19
4.2 主程序的設(shè)計(jì) 20
4.3 INT1中斷服務(wù)程序 22
4.4 各功能模塊的設(shè)計(jì) 22
4.4.1 顯示子程序 22
4.4.2 日歷、時(shí)間校正子程序 23
4.4.3 定時(shí)處理子程序 23
4.4.4 溫度檢測(cè)及處理子程序 25
4.4.5 語(yǔ)音報(bào)時(shí)子程序 27
4.4.6 延時(shí)子程序 28
第5章 調(diào)試及性能分析 29
5.1 軟件調(diào)試 29
5.2 硬件調(diào)試 29
5.3 性能分析 30
結(jié)束語(yǔ) 31
致謝 32
附錄一 系統(tǒng)原理圖 33
附錄二 系統(tǒng)的PCB圖和元件安裝圖 34
附錄三 程序清單 35
主要參考文獻(xiàn) 54
摘 要
本設(shè)計(jì)是一個(gè)基于MCS-51單片機(jī)實(shí)現(xiàn)的萬(wàn)年歷。
本文首先描述系統(tǒng)硬件工作原理,并附以系統(tǒng)結(jié)構(gòu)框圖加以說(shuō)明,著重介紹了本系統(tǒng)所應(yīng)用的各硬件接口技術(shù)和各個(gè)接口模塊的功能及工作過程,其次,詳細(xì)闡述了程序的各個(gè)模塊和實(shí)現(xiàn)方法。本設(shè)計(jì)以數(shù)字集成電路技術(shù)為基礎(chǔ),AT89C51單片機(jī)技術(shù)為核心。本文編寫的主導(dǎo)思想是軟、硬件相結(jié)合,以硬件為基礎(chǔ),來(lái)進(jìn)行各功能模塊的編寫。
本系統(tǒng)以單片機(jī)的C語(yǔ)言進(jìn)行軟件設(shè)計(jì),為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡(jiǎn)潔明了。系統(tǒng)通過字符型液晶顯示數(shù)據(jù),所以具有人性化的操作和直觀的顯示效果??梢燥@示時(shí)間、公歷日期、星期,并有鬧鈴、語(yǔ)音報(bào)時(shí)及檢測(cè)溫度的功能。
關(guān)鍵詞: 單片機(jī); 液晶模塊 ;語(yǔ)音報(bào)時(shí);溫度傳感器;
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 become 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
2.1 功能要求 3
2.2 方案確定 3
第3章 系統(tǒng)硬件設(shè)計(jì) 6
3.1 電源部分的設(shè)計(jì) 6
3.1.1 變壓器式直流穩(wěn)壓電源 6
3.1.2 開關(guān)式直流穩(wěn)壓電源 7
3.1.3 開關(guān)式直流穩(wěn)壓電源的設(shè)計(jì) 7
3.2 主電路的設(shè)計(jì) 8
3.2.1 主要芯片的選擇 8
3.2.2 主電路原理分析 9
3.3 單片機(jī)外圍芯片簡(jiǎn)介 10
3.3.1 1602LCD顯示模塊 10
3.3.2 溫度傳感器DS18B20 13
3.3.3 語(yǔ)音芯片ISD1420 16
第4章 程序設(shè)計(jì) 19
4.1 總體設(shè)計(jì) 19
4.2 主程序的設(shè)計(jì) 20
4.3 INT1中斷服務(wù)程序 22
4.4 各功能模塊的設(shè)計(jì) 22
4.4.1 顯示子程序 22
4.4.2 日歷、時(shí)間校正子程序 23
4.4.3 定時(shí)處理子程序 23
4.4.4 溫度檢測(cè)及處理子程序 25
4.4.5 語(yǔ)音報(bào)時(shí)子程序 27
4.4.6 延時(shí)子程序 28
第5章 調(diào)試及性能分析 29
5.1 軟件調(diào)試 29
5.2 硬件調(diào)試 29
5.3 性能分析 30
結(jié)束語(yǔ) 31
致謝 32
附錄一 系統(tǒng)原理圖 33
附錄二 系統(tǒng)的PCB圖和元件安裝圖 34
附錄三 程序清單 35
主要參考文獻(xiàn) 54
TA們正在看...
- 模具設(shè)計(jì)與制造畢業(yè)設(shè)計(jì)論文墊片落料沖孔復(fù)合模設(shè)計(jì).doc
- 模具設(shè)計(jì)與制造論文電話機(jī)面板模具設(shè)計(jì).doc
- 塑膠模具畢業(yè)設(shè)計(jì)論文塑件的成形工藝性分析.doc
- 塑料模具畢業(yè),課程設(shè)計(jì)說(shuō)明任務(wù)書,圓蓋注塑模設(shè)...doc
- 塑料模具畢業(yè),課程設(shè)計(jì)說(shuō)明任務(wù)書,圓蓋注塑模設(shè)...doc
- 塑料注射模具設(shè)計(jì)與制造實(shí)例.doc
- 注塑模具畢業(yè)論文.doc
- 注塑模具畢業(yè)設(shè)計(jì)論文(鬧鐘后蓋實(shí)例)附圖紙.doc
- 注塑模具典型結(jié)構(gòu).ppt
- 畢業(yè)設(shè)計(jì)我國(guó)蔬菜硝酸鹽污染現(xiàn)狀及防治研究.doc