![單片機(jī)音樂設(shè)計_第1頁](http://file3.renrendoc.com/fileroot_temp3/2022-3/28/71fcb55f-43de-4663-9de9-4d2dba276590/71fcb55f-43de-4663-9de9-4d2dba2765901.gif)
![單片機(jī)音樂設(shè)計_第2頁](http://file3.renrendoc.com/fileroot_temp3/2022-3/28/71fcb55f-43de-4663-9de9-4d2dba276590/71fcb55f-43de-4663-9de9-4d2dba2765902.gif)
![單片機(jī)音樂設(shè)計_第3頁](http://file3.renrendoc.com/fileroot_temp3/2022-3/28/71fcb55f-43de-4663-9de9-4d2dba276590/71fcb55f-43de-4663-9de9-4d2dba2765903.gif)
![單片機(jī)音樂設(shè)計_第4頁](http://file3.renrendoc.com/fileroot_temp3/2022-3/28/71fcb55f-43de-4663-9de9-4d2dba276590/71fcb55f-43de-4663-9de9-4d2dba2765904.gif)
![單片機(jī)音樂設(shè)計_第5頁](http://file3.renrendoc.com/fileroot_temp3/2022-3/28/71fcb55f-43de-4663-9de9-4d2dba276590/71fcb55f-43de-4663-9de9-4d2dba2765905.gif)
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、-單片機(jī)音樂設(shè)計題 目:龍的傳人 作 者: 焦亞琪_ 一、龍的傳人的簡譜. z-二、龍的傳人的硬件構(gòu)造:. z-三、龍的傳人的程序如下:*include "AT89*52.H"*define F1 10000 /1/4*define F2 20000 /1/2*define F3 40000 /1/1unsigned char t0_high=0*00; /T0高8位unsigned char t0_low=0*00; /T0低8位unsigned char YH21= 0*F7,0*F8,0*F9,0*F9,0*FA,0*FB,0*FB, 0*FB,0*FC,0*FC,0
2、*FC,0*FD,0*FD,0*FD, 0*FD,0*FE,0*FE,0*FE,0*FE,0*FE,0*FE;unsigned char YL21=0*D8,0*BC,0*85,0*E5,0*92,0*29,0*B0, 0*EF,0*62,0*C7,0*F5,0*4C,0*97,0*DC, 0*FB,0*34,0*67,0*7D,0*A8,0*CF,0*F1;sbit Q=P27;stop1(void) unsigned int i; TR0=0; for(i=0;i<=4700;i+); TR0=1;stop2(void) unsigned int i; TR0=0; for(i=0;
3、i<=11400;i+); TR0=1;delay(n) unsigned int i; for(i=0;i<=n;i+);void timer0() interrupt 1 /用于產(chǎn)生音符的T0中斷效勞程序 TH0=t0_high; TL0=t0_low;Q=Q; /取反beep引腳,發(fā)聲. z-void main(void) TMOD=0*01; /T0方式1. z-TR0=0; /關(guān)閉T0不發(fā)聲 TH0=0*FF; TL0=0*00; ET0=1; /允許T0中斷 EA=1; /允許總中斷 TR0=1; while(1) t0_high=YH13; t0_low=YL13;
4、delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F3); stop1(); t0_high=YH17; t0_low=YL17; delay(F2); stop1();. z- t0_high=YH16; t0_low=YL16; delay(F2); stop1(); stop2(); /第一節(jié) t0_high=YH15; t0_low=YL15;
5、delay(F3); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH13; t0_low=YL13; delay(F3+F3+F3); stop1(); stop2(); /第二節(jié) t0_high=YH13; t0_low=YL13; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15
6、; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F3); stop1(); t0_high=YH17; t0_low=YL17; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); stop2(); /第三節(jié) t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; de
7、lay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH17; t0_low=YL17; delay(F3+F3+F3); stop1(); stop2(); /第四節(jié) t0_high=YH13; t0_low=YL13; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH16; t0_low=YL16;
8、delay(F3); stop1(); t0_high=YH17; t0_low=YL17; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); stop2(); /第五節(jié) t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH13; t0_low=YL13; dela
9、y(F3+F3+F3); stop1(); stop2(); /第六節(jié) t0_high=YH14; t0_low=YL14; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); stop2(); /第七節(jié) t0_high=YH13; t
10、0_low=YL13; delay(F3); stop1(); t0_high=YH13; t0_low=YL13; delay(F2); stop1(); t0_high=YH12; t0_low=YL12; delay(F2); stop1();t0_high=YH13; t0_low=YL13; delay(F3+F3+F3); stop1(); stop2(); /第八節(jié) t0_high=YH17; t0_low=YL17; delay(F3); stop1(); t0_high=YH17; t0_low=YL17; delay(F3); stop1(); t0_high=YH17;
11、t0_low=YL17; delay(F3); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); stop2(); /第九節(jié) t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH17; t0_low=YL17; delay(F2); stop1(); t0_high=YH16; t0_l
12、ow=YL16; delay(F3+F3+F3); stop1(); stop2(); /第十節(jié) t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); stop2(); /第十一節(jié) t
13、0_high=YH14; t0_low=YL14; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); t0_high=YH14; t0_low=YL14; delay(F3+F3+F3); stop1(); stop2(); /第十二節(jié) t0_high=YH17; t0_low=YL17; delay(F3); stop1(); t0_high=YH17; t0_low=YL17; delay(F3); stop1()
14、; t0_high=YH17; t0_low=YL17; delay(F3); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F2); stop1(); stop2(); /第十三節(jié) t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH16; t0_low=YL16; delay(F2); stop1(); t0_high=YH17; t0_low=YL17; delay(F2); stop1(); t
15、0_high=YH16; t0_low=YL16; delay(F3+F3+F3); stop1(); stop2(); /第十四節(jié) t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); t0_high=YH15; t0_low=YL15; delay(F3); stop1(); t0_high=YH14; t0_low=YL14; delay(F2); stop1(); stop2(); /第十五節(jié) t0_high=YH13; t0_low=YL13; delay(F2); stop1(); t0_high=YH13; t0_low=YL13; delay(F2); stop1(); t0_high=YH12; t0_low=YL12; delay(F2); stop1(); t0_high=YH13; t0_low=YL13; delay(F3+F3+F3); stop1(); stop2(); /第十六節(jié) TR0=0; while(1); . z-
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年5G網(wǎng)絡(luò)通信設(shè)備采購合同標(biāo)準(zhǔn)
- 2025年醋酸乙烯酯項目建議書
- 2025年摻混肥項目合作計劃書
- 2025年本地網(wǎng)傳輸系統(tǒng)項目合作計劃書
- 強(qiáng)化法治教育促進(jìn)遵紀(jì)守法計劃
- 學(xué)習(xí)困難學(xué)生支持方案計劃
- 水庫管理與調(diào)度方案計劃
- 選擇合適的理財工具計劃
- 2025年金屬門窗及類似制品項目發(fā)展計劃
- 2025年中國顯控系統(tǒng)行業(yè)供需態(tài)勢、競爭格局及投資前景分析報告(智研咨詢)
- NB/T 11526-2024煤礦微震監(jiān)測系統(tǒng)通用技術(shù)條件
- 2025年福建長汀金龍稀土有限公司招聘筆試參考題庫含答案解析
- 2024年濟(jì)南護(hù)理職業(yè)學(xué)院高職單招職業(yè)技能測驗歷年參考題庫(頻考版)含答案解析
- 四川省綿陽市2025屆高三第二次診斷性考試英語試題(含答案無聽力原文及音頻)
- 貴州省貴陽市普通中學(xué)2024-2025學(xué)年高二上學(xué)期期末監(jiān)測歷史試題(含答案)
- 2025年八省適應(yīng)性 歷史試卷(西北卷)
- Python金融數(shù)據(jù)挖掘與分析實(shí)戰(zhàn)課程教案教學(xué)教案
- 《企業(yè)償債能力存在的問題及優(yōu)化建議:以S地產(chǎn)公司為例》9500字(論文)
- 2025年上半年水利部長江水利委員會事業(yè)單位招聘68人(湖北武漢)重點(diǎn)基礎(chǔ)提升(共500題)附帶答案詳解
- (2024)云南省公務(wù)員考試《行測》真題及答案解析
- 地方政府專項發(fā)債項目培訓(xùn)課件
評論
0/150
提交評論