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

正文內(nèi)容

片機課程設(shè)計--數(shù)字電子鐘設(shè)計-免費閱讀

2025-07-06 06:46 上一頁面

下一頁面
  

【正文】 19 20 參考文獻(xiàn) [1] 李廣弟 .單片機 基礎(chǔ) [M],北京航空航天大學(xué)出版社, . Li Guangdi. Microcontroller based on [M], Beijing Aerospace University Press, . 21 致 謝 通過不斷努力,終于完成了此次單片機的課程設(shè)計。 設(shè)計體會 本次課程設(shè)計,讓我受益匪淺,認(rèn)識到了自己的許多缺點和不足,使我深深的感受到了理論聯(lián)系實際的必要性及其重要性。 完成了設(shè)計任務(wù)。使十位數(shù)占低 4 位 16 MOV R0, A 。加 1 DA A 。 。延時 1 毫秒 MOV A, R2 。 。加 1 后時值在 R2 中 XRL A, 24H 。分十位顯示緩沖單元地址 ACALL DADD1 。不滿 20 次 ,轉(zhuǎn) RET0 返回 MOV 30H, 14H ?,F(xiàn)場保護(hù) PUSH ACC。系統(tǒng)初始化后提示符“ P.”字符代碼表 DISBH:DB 10H,10H,10H,10H,10H,10H,10H,11H 。先向 P1 口寫 1 MOV A, P1 。沒有鍵按下,轉(zhuǎn)返回 MOV B, 20H 。 LJMP ML2 。 LCALL KEY AJMP ML3 LOOP5: JB , LOOP6 。分加一 MOV 24H, 73H 。 KEYAA: MOV R0, 75H 。*********************************************************************** 。裝載計數(shù)初值 MOV TH0, 0BH。系統(tǒng)監(jiān)控程序區(qū) ORG 000BH LJMP PIT0 ORG 0100H。*********************************************************************** 。TAB(共陽數(shù)碼管字型代碼表 ) 。*********************************************************************** 。 段控線,接 LED 的顯示段 dp,g,f,e,d,c,b,a 。設(shè)計者:游天樂 。 中斷服務(wù)程序: 主要是用于電子鐘的準(zhǔn)確運行、數(shù)據(jù)輸入過程中的閃爍。 ( 3)輸出模塊: 本次設(shè)計顯示為 8 位, 采用兩個四位 一體 數(shù)碼管(共陽極)作為顯示窗口,既可以節(jié)約成本又能簡化電路。 2 設(shè)計課題硬件系統(tǒng)的設(shè)計 2 設(shè)計課題硬件系統(tǒng)各模塊功能簡要介紹 本設(shè)計的硬件系統(tǒng)主要采用以下基本模塊來實現(xiàn),單片機最小系統(tǒng)模塊,輸入模塊、輸出模塊、電源模塊。 關(guān)鍵詞 電子鐘 ; AT89S52; 硬件設(shè)計;軟件設(shè)計 ABSTRACT Clock is widely used in life, and a simple digital clock is more weled by people. So to design a simple digital electronic clock is system use a single chip AT89S52 of ATMEL’s as its core to control The crystal oscillator clock,using of E12MHz is connected with the microcontroller AT89S52, through the software programming method to achieve a 24hour cycle, and eight 8segment LED digital tube (two four in one digital tube) displays hours, minutes and seconds requirements, and in the time course of a timing function, when the time arrived ahead of scheduled time to buzz a good timekeeping. The clock has four buttons S1, S2, S3 and S4 key, and make the appropriate action can be achieved when the school, timing, reset. With a time display, alarm clock settings, timer function, corrective action. Accurate travel time, display and intuitive, precision, stability, and so on. With a high application value. Key words electronic clock; AT89S52; hardware design; software design II 目 錄 1 設(shè)計課題任務(wù)、功能要求說明及方案介紹……………………………………… 1 設(shè)計課題任務(wù) ………………………………… …………………………… 1 功能要求說明 ……………………………………………………………… 1 設(shè)計總體方案介紹及原理說明 …………………………………………… 1 2 設(shè)計課題硬件系統(tǒng)的設(shè)計 ……………………………………………………… 2 設(shè)計課題硬件系統(tǒng)各模塊功能簡要介紹 ………………………………… 2 設(shè)計課題電路原理圖、 PCB 圖、元器件布局圖 ………………………… 2 設(shè)計課題元器件清單 ……………………………………………………… 3 3 設(shè)計課題軟件系統(tǒng)的設(shè)計………………………………………………………… 4 設(shè) 計課題使用單片機資源的情況 ………………………………………… 4 設(shè)計課題軟件系統(tǒng)各模塊功能簡要介紹 ………………………………… 4 設(shè)計課題軟件系統(tǒng)程序流程框圖 ………………………………………… 5 設(shè)計課題軟件系統(tǒng)程序清單 ……………………………………………… 8 4 設(shè)計結(jié)論、仿真結(jié)果、誤差分析、教學(xué)建議 ………………………………… 19 設(shè)計課題的設(shè)計結(jié)論及使用說明………………………………………… 19 設(shè)計課題的仿真結(jié)果……………………………………………………… 19 設(shè)計課題的誤差分析…………………… ………………………………… 20 設(shè)計體會…………………………………………………………………… 20 教學(xué)建議…………………………………………………………………… 20 結(jié) 束 語 …………………………………………………………………………… 21 致 謝 …………………………………………………………………………… 22 參考文獻(xiàn) …………………………………………………………………………… 23 附 錄 A …………………………………
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1