音樂點播系統(tǒng)畢業(yè)設計.doc
約14頁DOC格式手機打開展開
音樂點播系統(tǒng)畢業(yè)設計,本文共計14頁,2060余字;1摘要這個程序利用計算機發(fā)生原理,編寫的樂曲的程序. 樂曲是按照一定的高低、長短和強弱關系組成的音調。在一首樂曲中,每個音符的音高、音長與頻率有關和節(jié)拍有關,音符和頻率也形成一種對應關系. 這些都是通過bios中的beep子程序來實現(xiàn)的。beep子程序能根據(jù)bx中給出的...
內(nèi)容介紹
此文檔由會員 霜天盈月 發(fā)布
音樂點播系統(tǒng)畢業(yè)設計
本文共計14頁,2060余字;
1摘要
這個程序利用計算機發(fā)生原理,編寫的樂曲的程序. 樂曲是按照一定的高
低、長短和強弱關系組成的音調。在一首樂曲中,每個音符的音高、音長與頻
率有關和節(jié)拍有關,音符和頻率也形成一種對應關系. 這些都是通過BIOS中的
BEEP子程序來實現(xiàn)的。BEEP子程序能根據(jù)BX中給出的計數(shù)值控制8253/54
定時器,產(chǎn)生的頻率為896 Hz的聲音。BX中的計數(shù)值由ERROR_BEEP子程
序設置為533H,然后BEEP程序又將8225的輸出寄存器(I/O端的61H)的
PB0和PB1置1,使揚聲器接通并發(fā)出音頻為896 Hz的聲音。
Abstract:Make use of the language tool masm 5.0 that edit
collected materials the music edit and translate to order to sow the system, using the loudspeaker that it control calculator gives musical performance the melody.Melody is according to certainly high and low, length with strong or weak the tone that relation constitute.In a melody, the sound of each note is high, the sound is long to have something to do with frequency to have relation with rhythm, these are all to passes the sub- procedure of BEEP in the BIOS to realize of.The sub- procedure of BEEP can according to give in the BX of count the value control 8253/54 settle machine, the output frequency is the voice of the 896 Hzs. The BX inside counts the value establisheses to 533 Hs from the sub- procedure of ERROR_BEEP, then the procedure of BEEP again will 8225 of the exportation deposits the PB0 of the machine( the 61 Hs that I/ O carry) to place with the PB1 1, make the loudspeaker connect the to erupt sound of requency as the voice of the 896 Hzs.
目 錄
1、摘要………………………………………………………… 1
2、設計內(nèi)容…………………………………………………… 3
2.1題目意義………………………………………………… 4
2.2功能……………………………………………………… 4
2.3軟件運行環(huán)境…………………………………………… 4
2.4程序說明………………………………………………… 4
2.5程序流程圖……………………………………………… 7
3、總結………………………………………………………… 8
3.1關鍵字………………………………………… 8
3.2設計中遇到的問題及解決方法………………………… 8
3.3設計體會………………………………………………… 8
4、程序源代碼…………………………………………………9
5、參考文獻……………………………………………………13
5參考文獻
IBM PC匯編語言程序設計 (第二版) 沈美明 清華大學出版社
IBM PC匯編語言程序設計 實驗教程 沈美明 溫冬嬋 張赤紅
本文共計14頁,2060余字;
1摘要
這個程序利用計算機發(fā)生原理,編寫的樂曲的程序. 樂曲是按照一定的高
低、長短和強弱關系組成的音調。在一首樂曲中,每個音符的音高、音長與頻
率有關和節(jié)拍有關,音符和頻率也形成一種對應關系. 這些都是通過BIOS中的
BEEP子程序來實現(xiàn)的。BEEP子程序能根據(jù)BX中給出的計數(shù)值控制8253/54
定時器,產(chǎn)生的頻率為896 Hz的聲音。BX中的計數(shù)值由ERROR_BEEP子程
序設置為533H,然后BEEP程序又將8225的輸出寄存器(I/O端的61H)的
PB0和PB1置1,使揚聲器接通并發(fā)出音頻為896 Hz的聲音。
Abstract:Make use of the language tool masm 5.0 that edit
collected materials the music edit and translate to order to sow the system, using the loudspeaker that it control calculator gives musical performance the melody.Melody is according to certainly high and low, length with strong or weak the tone that relation constitute.In a melody, the sound of each note is high, the sound is long to have something to do with frequency to have relation with rhythm, these are all to passes the sub- procedure of BEEP in the BIOS to realize of.The sub- procedure of BEEP can according to give in the BX of count the value control 8253/54 settle machine, the output frequency is the voice of the 896 Hzs. The BX inside counts the value establisheses to 533 Hs from the sub- procedure of ERROR_BEEP, then the procedure of BEEP again will 8225 of the exportation deposits the PB0 of the machine( the 61 Hs that I/ O carry) to place with the PB1 1, make the loudspeaker connect the to erupt sound of requency as the voice of the 896 Hzs.
目 錄
1、摘要………………………………………………………… 1
2、設計內(nèi)容…………………………………………………… 3
2.1題目意義………………………………………………… 4
2.2功能……………………………………………………… 4
2.3軟件運行環(huán)境…………………………………………… 4
2.4程序說明………………………………………………… 4
2.5程序流程圖……………………………………………… 7
3、總結………………………………………………………… 8
3.1關鍵字………………………………………… 8
3.2設計中遇到的問題及解決方法………………………… 8
3.3設計體會………………………………………………… 8
4、程序源代碼…………………………………………………9
5、參考文獻……………………………………………………13
5參考文獻
IBM PC匯編語言程序設計 (第二版) 沈美明 清華大學出版社
IBM PC匯編語言程序設計 實驗教程 沈美明 溫冬嬋 張赤紅