播放器畢業(yè)設(shè)計(jì).rar
播放器畢業(yè)設(shè)計(jì),2.3萬(wàn)字43頁(yè)論文+源代碼+安裝文件摘要在電腦極大普及的今天,欣賞音樂(lè)是我們?nèi)粘I畹闹匾M成部分,當(dāng)然離不開(kāi)多媒體播放器。因此,畢業(yè)設(shè)計(jì)就制作了一個(gè)mp3多媒體播放器就是很自然的事情了,編寫環(huán)境是delphi7.0和windows2000 server,此mp3多媒體播放器具有一般播放器的所有功能,編...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 xiaowei 發(fā)布
播放器畢業(yè)設(shè)計(jì)
2.3萬(wàn)字 43頁(yè)
論文+源代碼+安裝文件
摘 要
在電腦極大普及的今天,欣賞音樂(lè)是我們?nèi)粘I畹闹匾M成部分,當(dāng)然離不開(kāi)多媒體播放器。因此,畢業(yè)設(shè)計(jì)就制作了一個(gè)mp3多媒體播放器就是很自然的事情了,編寫環(huán)境是Delphi7.0和Windows2000 Server,此mp3多媒體播放器具有一般播放器的所有功能,編寫思路如下:整個(gè)程序共分五個(gè)大的模塊,登錄窗口模塊,主窗口模塊,歌曲列表模塊,幫助模塊和附加模塊。登錄窗口模塊在打開(kāi)時(shí)顯示播放器簡(jiǎn)要信息,主窗口界面沿用了標(biāo)準(zhǔn)的windows窗口,主窗口的功能有對(duì)要播放文件的大部分控制功能,顯示所播放曲目的名稱,引用Windows API 函數(shù)實(shí)現(xiàn)對(duì)音量的控制,左右聲道的控制,引用了一個(gè)mp3音頻顯示動(dòng)態(tài)鏈接庫(kù)以顯示音頻,還有附加功能,如:本機(jī)IP地址的顯示等。在歌曲目錄模塊中,不論是主窗口還是三個(gè)窗口的組合,在歌曲目錄窗口中支持雙擊某首歌曲的播放,支持多個(gè)文件的同時(shí)打開(kāi),支持從資源管理器中拖放文件,支持歌曲目錄的二次打開(kāi)和保存。通過(guò)主窗口能有選擇的播放單個(gè)文件,按順序播放和隨機(jī)播放,單次播放和循環(huán)播放目錄表中的文件。幫助模塊用于聯(lián)機(jī)幫助,沒(méi)有實(shí)現(xiàn)用途。此播放器還嵌套一個(gè)RealPlayer播放器,即附加模塊,豐富了應(yīng)有的功能。
關(guān)鍵詞:API,多媒體,動(dòng)態(tài)鏈接庫(kù),音頻
ABSTRACT
Today the computer has been used widespread strongly, it is a usual thing to enjoy music. Obviously, we must use the music player. So making a mp3 player in my graduating designing is a natural thing. And I do it in the software environment of Delphi 7.0 and Window 2000 Server. The mp3 player has all functions of other players got in the Internet or market.This is my thinking : the whole program has five big modules,login form module,main formmodule,music listing module, help module and additive module.When we open the mp3 player,firstly,the login form shows some simple information.The main form continues to use the normal windows form, all of its functions have most of functions of controlling to open music,showing the name of music,the controlling of volume,the controlling of track,and referring to a mp3 dll to show audio frequency,in addition,it has other appended functions,such as showing IP of local PC.In the module of music list,the main form and the combination of the three forms can correspond to ......
參 考 文 獻(xiàn)
[1] 張海藩. 軟件工程導(dǎo)論(第三版).清華大學(xué)出版社,1999
[2] 沈堅(jiān) 張?jiān)鰪?qiáng) 等. Delphi7新概念百例. 中國(guó)水利水電出版社 ,2003
2.3萬(wàn)字 43頁(yè)
論文+源代碼+安裝文件
摘 要
在電腦極大普及的今天,欣賞音樂(lè)是我們?nèi)粘I畹闹匾M成部分,當(dāng)然離不開(kāi)多媒體播放器。因此,畢業(yè)設(shè)計(jì)就制作了一個(gè)mp3多媒體播放器就是很自然的事情了,編寫環(huán)境是Delphi7.0和Windows2000 Server,此mp3多媒體播放器具有一般播放器的所有功能,編寫思路如下:整個(gè)程序共分五個(gè)大的模塊,登錄窗口模塊,主窗口模塊,歌曲列表模塊,幫助模塊和附加模塊。登錄窗口模塊在打開(kāi)時(shí)顯示播放器簡(jiǎn)要信息,主窗口界面沿用了標(biāo)準(zhǔn)的windows窗口,主窗口的功能有對(duì)要播放文件的大部分控制功能,顯示所播放曲目的名稱,引用Windows API 函數(shù)實(shí)現(xiàn)對(duì)音量的控制,左右聲道的控制,引用了一個(gè)mp3音頻顯示動(dòng)態(tài)鏈接庫(kù)以顯示音頻,還有附加功能,如:本機(jī)IP地址的顯示等。在歌曲目錄模塊中,不論是主窗口還是三個(gè)窗口的組合,在歌曲目錄窗口中支持雙擊某首歌曲的播放,支持多個(gè)文件的同時(shí)打開(kāi),支持從資源管理器中拖放文件,支持歌曲目錄的二次打開(kāi)和保存。通過(guò)主窗口能有選擇的播放單個(gè)文件,按順序播放和隨機(jī)播放,單次播放和循環(huán)播放目錄表中的文件。幫助模塊用于聯(lián)機(jī)幫助,沒(méi)有實(shí)現(xiàn)用途。此播放器還嵌套一個(gè)RealPlayer播放器,即附加模塊,豐富了應(yīng)有的功能。
關(guān)鍵詞:API,多媒體,動(dòng)態(tài)鏈接庫(kù),音頻
ABSTRACT
Today the computer has been used widespread strongly, it is a usual thing to enjoy music. Obviously, we must use the music player. So making a mp3 player in my graduating designing is a natural thing. And I do it in the software environment of Delphi 7.0 and Window 2000 Server. The mp3 player has all functions of other players got in the Internet or market.This is my thinking : the whole program has five big modules,login form module,main formmodule,music listing module, help module and additive module.When we open the mp3 player,firstly,the login form shows some simple information.The main form continues to use the normal windows form, all of its functions have most of functions of controlling to open music,showing the name of music,the controlling of volume,the controlling of track,and referring to a mp3 dll to show audio frequency,in addition,it has other appended functions,such as showing IP of local PC.In the module of music list,the main form and the combination of the three forms can correspond to ......
參 考 文 獻(xiàn)
[1] 張海藩. 軟件工程導(dǎo)論(第三版).清華大學(xué)出版社,1999
[2] 沈堅(jiān) 張?jiān)鰪?qiáng) 等. Delphi7新概念百例. 中國(guó)水利水電出版社 ,2003
TA們正在看...
- 3、xx縣公安指揮中心初步設(shè)計(jì)方案2017.docx
- 4、xx項(xiàng)目實(shí)施集成合同書參考模板2017.doc
- 5、xx縣公安局無(wú)縫拼接led顯控系統(tǒng)技術(shù)方案2017.docx
- 6、xx縣人臉識(shí)別試點(diǎn)項(xiàng)目技術(shù)方案2017.docx
- 8、xx縣公安局天網(wǎng)平臺(tái)改造和新建云存儲(chǔ)系統(tǒng)方案概...docx
- 9、某某市數(shù)字化城管系統(tǒng)總集成方案初稿.doc
- 10、xx縣天網(wǎng)工程(二期)初步設(shè)計(jì)方案概述2017.docx
- 7、xx智能交通項(xiàng)目解決方案建議書2017.pdf
- xx縣xx村依托合作社組織發(fā)展特色產(chǎn)業(yè).doc
- 水性工業(yè)漆商業(yè)計(jì)劃書-(2017年).pptx