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

正文內(nèi)容

基于at89c51單片機的電子音樂盒設(shè)計課程設(shè)計(已修改)

2024-09-10 17:35 本頁面
 

【正文】 黃河科技學院課程設(shè)計 第 1 頁 黃河科技學院課程設(shè)計任務(wù)書 工 學院 機械 系 機械設(shè)計制造及其自動化 專業(yè) 11 級 機電三 班 學號 11 姓名 指導教師 朱煜鈺 題目 : 基于 AT89C51單片機的電子音樂盒設(shè)計 課程 : 單片機應(yīng)用技術(shù)課程設(shè)計 課程設(shè)計時間 2020年 10 月 27 日 至 2020 年 11 月 10 日 共 2 周 課程設(shè)計工 作內(nèi)容與基本要求 (設(shè)計要求、設(shè)計任務(wù)、工作計劃、所需相關(guān)資料 )(紙張不夠可加頁) 1.設(shè)計要求 利用 AT89C51單片機作為微控制器,用 16盞以上的 LED小燈,實現(xiàn)至少 4 種彩燈燈光效果(不含全部點亮,全部熄滅);可以用輸入按鈕在幾種燈光效果間切換;可以通過按鈕暫停彩燈效果,使小燈全亮,再次按下相同按鈕后繼續(xù)之前的效果。 創(chuàng)新設(shè)計 : 2. 設(shè)計任務(wù) 與要求 根據(jù)該系統(tǒng)設(shè)計的功能要求選擇所用元器件,設(shè)計硬件電路。要求用 Proteus繪制整個 系統(tǒng)電路原理圖。 根據(jù)該系統(tǒng) 要求的功能進行軟件設(shè)計,繪制整個系統(tǒng)的軟件流程圖;根據(jù)流程圖編寫程序并匯編調(diào)試通過;列出軟件清單,軟件清單黃河科技學院課程設(shè)計 第 2 頁 要求逐條加以注釋。 Proteus仿真 用 Proteus對系統(tǒng)軟硬件進行仿真調(diào)試并通過。 編寫設(shè)計說明書 內(nèi)容包括任務(wù)書、設(shè)計方案分析、 硬件部分設(shè)計、軟件部分設(shè)計、調(diào)試結(jié)果整理分析、設(shè)計調(diào)試的心得體會等,字數(shù)不少于 5000字;硬件部分設(shè)計要 繪制整個 系統(tǒng)電路原理圖,對各部分電路設(shè)計原理做出說明;軟件設(shè)計部分要( 用 visio2020 畫圖軟件 )繪制整個系統(tǒng)及各部分的軟件流程圖,列出程序清單,逐 條加以注釋,并注明各程序功能塊的功能。 3.工作計劃 序號 設(shè)計內(nèi)容 所用時間 1 布置任務(wù)及調(diào)研 4天 3 制作與調(diào)試 8天 4 撰寫設(shè)計報告書 2天 合 計 14天 4.主要參考資料 單片機課程設(shè)計指導書 皮大能 北京理工大學出版社 8051單片機實踐與應(yīng)用 吳金戎 清華大學出版社 單片機技術(shù)基礎(chǔ)教程與實踐 夏路易 電子工業(yè)出版社 單片機原理及應(yīng)用 張毅剛 高等教育出版社 基于 Proteus的單片機系統(tǒng)設(shè)計與仿真實例 蔣輝平 機械工業(yè)出版社 ? 指導老師簽字 : 黃河科技學院課程設(shè)計 第 3 頁 日 期 : 摘要 為了實現(xiàn)單片機控制音樂播放,在本次課程設(shè)計中嘗試基于單片機 AT89C51 音樂盒的設(shè)計對這一思路進行驗證。本設(shè)計采用了蜂鳴器發(fā)聲來實現(xiàn)歌曲的播放,能夠保持基本的音調(diào)不變,流暢播 放歌曲。 主要設(shè)計模塊包括數(shù)碼管顯示部分,功能鍵盤部分,蜂鳴器發(fā)聲部分,彩燈部分。數(shù)碼管采用共陽極數(shù)碼管,通過單片機 P1 接口控制,實現(xiàn)歌曲序號的顯示;功能鍵盤采用按鍵開關(guān),通過 P3接口控制,實現(xiàn)歌曲播放順序的調(diào)換和暫停功能;蜂鳴器由單片機的 P2 接口控制,實現(xiàn)歌曲播放;彩燈使用普通二極管,能實現(xiàn)單色常亮和閃爍的效果。 主要工作過程是通過功能鍵實現(xiàn)上、下曲目的播放及暫停功能,同時有數(shù)碼管顯示當前播放曲目的序號,并會有不同的彩燈閃爍效果。本次設(shè)計要使用單片機及 KeilC51 編程軟件編程和 Proteus 單片機仿真軟 件,電工學等方面的有關(guān)知識。用KeilC51 編程軟件編程,用 PROTEUS 單片機仿真軟件仿真。最后制作實物,將程序下載到單片機中,利用 I/O 口產(chǎn)生一定頻率的方波,驅(qū)動蜂鳴器,發(fā)出不同的音調(diào),從而演奏樂曲。 關(guān)鍵字: AT89C51 單片機 ,音樂盒 ,方波 ,音調(diào) 黃河科技學院課程設(shè)計 第 4 頁 Abstract In order to achieve the single chip microputer control music playback, try in the curriculum design based on single chip microputer AT89C51 music box design on this train of thought for design USES the buzzer sound to realize the songs played, can maintain the basic tone is changeless, smooth play songs. Main design module includes digital tube display, keyboard function part, buzzer sound, the tube using a total of anode digital tube, controlled by single chip microputer P1 interface, realize song number display。Through P3 interface, keyboard switch with buttons, control, realize the order of the songs and pause switch function。Buzzer is controlled by a singlechip microputer P2 interface, realize the songs。Lights use normal diode, can realize monochrome normally on and flashing effect. Main working process is through the function keys achieve the function of upper and lower the music play and pause, at the same time have digital tube display the current track number, and have different lights flashing design to use single chip microputer and KeilC51 and Proteus singlechip microputer simulation software, programming software 黃河科技學院課程設(shè)計 第 5 頁 programming on the knowledge of electrotechnics, KeilC51 programming software programming, use PROTEUS singlechip microputer simulation software make physical, download the program to MCU, using I/O mouth produce certain frequency square wave, drive buzzer, a different tone, so as to play music. Keywords:AT89C51 Microcontroller,musical bo
點擊復制文檔內(nèi)容
教學課件相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1