freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

畢業(yè)設計論文_基于at89c51單片機數(shù)字時鐘的設計(已修改)

2024-12-02 18:33 本頁面
 

【正文】 (論文)題目: 數(shù)字時鐘制作 :設計一個數(shù)字溫度計,要求如下: ( 1)設計一個能動態(tài)顯示時分秒的數(shù)字時鐘 ( 2)可以調節(jié)小時和分鐘 ( 3)有鬧鐘功能,并且可以自行設定鬧鐘的時間 ( 4)要有完整的設計思路,包括硬件電路設計、軟件設計、源程序和仿真結果,或者實物演示。 : [1] 李朝青 . 單片機原理及接口技術(簡明修訂版 ). 杭州 。 北京航空航天大學出版社, 1998 [2] 李廣弟 . 單片機基礎 [M]. 北京 。 北京航空航天大學出版社, 1994 [3] 閻石 . 數(shù)字電子技術基礎(第三版) . 北京 。 高等教育出版社, 1989 [4] 廖常初 . 現(xiàn)場總線概述 [J]. 電工技術, 1999. [5] 高衛(wèi)東,辛友順,韓彥征 . 51單片機原理與實踐 [M]. 北京 。 北京航空航天大學出版社, 2020 (論文)任務書于 2020 年 11 月 7 日發(fā)出,應于 2020 年 12 月 7 日前完成,然后提交畢業(yè)考試委員會進行答辯。 2 畢業(yè)設計(論文)評語: ( 應包括平時表現(xiàn)、論文質量、答辯表現(xiàn)等內容 ) 畢業(yè)設計(論文 )總評成績: 畢業(yè)設計(論文)答辯負責人簽字: 年 月 日 I 摘要 本文介紹了一款基于 AT89C51 單片機數(shù)字時鐘的設計,闡述了多功能數(shù)字時鐘的設計思路,詳細敘述了系統(tǒng)硬件、軟件設計的具體過程。本設計用AT89C51 作為主控器件,用 DS1302 作為時間的計數(shù),用 LED— 12864 為顯示器件。通過 DS1302 直接 讀取時間、日期,進行數(shù)據(jù)轉換,該器件的物理化學性穩(wěn)定,線性度較好,能自動計算年、月、日、時、分、秒、和星期,能自動計算閏年。該器件可直接向單片機傳送數(shù)字信號,便于單片機控制和處理。而LCD— 12864 是常用的液晶顯示器件,其顯示的分辨率為 128*64,可以顯示 8*4行 16*16 點陣的漢字,也可以完成圖形顯示,低電壓功耗是其又一個顯著特點。在設計中還采用了單片機常用的匯編語言進行編寫。在實際的仿真調試過程中,通過與實際時鐘進行對比,查找誤差的根源,確定調整誤差的方法,盡量減少誤差。使系統(tǒng)可以達到與實際時間一致 的高精度準確性。 關鍵詞 :數(shù)字時鐘, AT89C51, DS1302, LED— 12864 II Abstract This paper introduces a digital clock based on AT89C51 design, this paper expounds the multifunction digital clock design ideas, and this paper describes the system hardware and software design of the specific process. This design is use AT89C51 for Master control device, use DS1302 for times count and use LED12864 for shows. Through the DS1302 directly read time, date, carries on the data transfer, this device of physical chemical stability, linearity is good, can automatically calculate date and time, minutes and seconds, and week, can automatically calculate a leap year. This device can be sent directly to the single chip microputer digital signal, facilitate singlechip microputer control and processing. And LCD12864 is monly used liquid crystal display device, its the resolution of the display for 128 * 64, can display 8 * 4 line 16 * 16 dot matrix characters, also can be finished graphic display, low voltage power consumption is its and a notable features. In the design of the single chip puter is also used in the assembly languages used to write. In the actual simulation debugging process, through paring with actual clock, find the source of the error, determine the arithmetic and try to minimize the error. The system can be achieved with the actual time consistent high precision accuracy. Keyword: Digital clock, AT89C51, DS1302, LED12864 摘要 ............................................................ I Abstract ....................................................... II 第一章 諸論 ..................................................... 1 設計背景 ..................................................... 1 數(shù)字時鐘設計方案論證 ........................................ 1 方案一 .................................................... 1 方案二 .................................................... 1 方案二的總體設計框圖 ........................................ 2 第二章 主要元器件介紹 ........................................... 3 AT89C51 的性能介紹 ........................................... 3 DS1302 概述 .................................................. 6 DS1302 的基本情況 .......................................... 6 DS1302 的結構及工作原理 .................................... 6 引腳功能及結構 ............................................ 6 DS1302 的控制字節(jié) .......................................... 7 數(shù)據(jù)輸入輸出 (I/O) ......................................... 7 DS1302 與 CPU 的連接 ........................................ 8 第三章 硬件設計 ................................................. 9 單片機最小系統(tǒng)設計 .......................................... 9 按鍵模塊 .................................................. 9 振蕩電路和復位電路 ........................................ 9 DS1302 與單片機的接口電路 ................................... 11 顯示電路 ................................................... 11 第四章 軟件設計 ................................................ 13 主程序流程圖 ............................................... 13 各 子程序流程圖 ............................................. 14 DS1302 實時時間流程 ....................................... 14 LCD12864 流程圖 ........................................... 15 第五章 仿真軟件 ................................................ 17 PROTEUS 仿真軟件介紹 ........................................ 17 Proteus ISIS 的基本操作 ................................... 18 第六章 仿真調試與系統(tǒng)測試 ...................................... 23 仿真調試 ................................................... 23 繪制仿真原理圖如 61 所示: ............................... 23 系統(tǒng)調試 ................................................. 23 開始仿真 ................................................. 24 ..................................................... 24 ..................................................... 25 ..................................................... 26 結束語 ......................................................... 29 參考文獻 ....................................................... 30 致 謝 .......................................................... 31 附錄 1 元器件清單 .............................................. 32 附錄 2 核心代碼 ................................................ 33 1 第一章 諸論 設計背景 隨著“信息時代”的到來,我們的生活也趨向于數(shù)字化,信息化。“時間”是生活、工作都必不可少的信息。所以數(shù)字時鐘是當今社會集信息化與數(shù)字化一身的設計。而作為今次設計主要的控制器件 —— 單片機更是現(xiàn)代化的器件。單片機作為微型計算機的一個分支,產(chǎn)生于 20 世紀 70 年代,經(jīng)過二三十年的發(fā)展,在各行各業(yè)中都已廣泛應用。單片機體積小,重量輕,抗干擾能力強,對環(huán)境要求不高, 價格低廉,可靠性高,靈活性好。 美國 DALLAS 公司推出的具有涓細電流充電能的低功耗實時時鐘電路DS1302。它可以對年、月、日、周日、時、分、秒進行時,還具有閏年補償?shù)榷喾N功能,而且 DS1302 的使用壽命長,誤差小。對于數(shù)字電子萬年歷采用直觀的數(shù)字顯示,可以同時顯示年、月、日、周日、時、分、秒和溫度等信息,還具有時間校準等功能。該電路采用 AT89C51 單片機為核心,功耗小,能在3V 的低壓工作,電壓可選用 3V
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1