資源描述:
《基于c#實現(xiàn)音樂播放器功能》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、閩江學院本科畢業(yè)論文(設計)題目基于C#實現(xiàn)音樂播放器功能學生姓名學號系別計算機科學系年級專業(yè)通信工程指導教師職稱教授完成日期摘要現(xiàn)代經濟發(fā)展迅速,科學技術也在不斷發(fā)展進步,日益繁榮的計算機信息技術帶給人們許多便利。音樂作為人們生活中常見的娛樂方式,也在計算機普及的沖擊下發(fā)生了革新。隨著音樂的數(shù)字化,媒體播放器也往更高質方向進步。最常見的Windowsmediaplayer——因其強大的音頻解碼功能而備受青睞。當你也想自己動手制作一個能夠簡單播放歌曲的音樂播放器,體驗一下編程的樂趣的時候你可以使用Visualstdio
2、2013工具。本文的目的在于讓大家知道一種簡單建造音樂播放器的方法,主要是通過Visualstdio進行。文章包含了對音樂播放器界面實現(xiàn)的方法和對后臺代碼的理解及掌握,主要實現(xiàn)通過電腦使用播放器進行音樂播放功能和簡單的在線搜索的功能。通過實踐進一步理解播放器的需求,以及其開發(fā)過程,基本滿足大眾播放器的要求。文中使用面向.netframe框架,設計了一個簡單的音樂播放器。該播放器可以實現(xiàn)播放功能、搜索功能、歌詞顯示等。關鍵字:音樂播放器、Visualstudio2013、.netframeAbstractWithther
3、apiddevelopmentofmoderneconomyandthecontinuousdevelopmentofscienceandtechnology,computerinformationtechnologyisbecomingmoreandmoreprosperous.Musicasacommonwayofentertainmentinpeople'slives,butalsobecauseofthepopularityofcomputershaschanged.Withdigitalmusic,media
4、playersalsoprogresstohigherqualitydirection.BecauseoftheWindowsMediaPlayer’spowerfulaudiodecoding,themostcommonWindowsMediaPlayerlovedbyeveryone.Ifyouwanttomakeasimplemusicplayertoplaysongsandtoexperiencethefunofprogramming,youcanusetheVisualstdio2013.Thepurpose
5、ofthisistomakeeveryoneknowasimplewaytobuildamusicplayer,andthismethodismainlyachievedbytheVisualstdio.Articlecontainsthemethodofamusicplayerinterfaceimplementations,tounderstandandgraspthecode-behind,themainfunctionofthemusicplayeristoplaysongsandtosearchonline.
6、Throughpracticewecanfurtherunderstandtheneedsoftheplayeranditsdevelopmentprocess.Themusicplayermeetstherequirementsofthepublicplayersbasically.Thisarticleuses.netframeworktodesignasimplemusicplayer.Thismusicplayercanplaysongs,searchonline,anddisplaythelyrics.Key
7、words:musicplayer.thevisualstdio2013..netframe目錄1.引言11.1選題背景及意義11.2網絡流行音樂播放器簡介11.2.1酷狗音樂11.2.2百度音樂21.3課題研究思路22.開發(fā)技術簡介22.1C#編程語言介紹22.2WindowsMediaPlayer32.3Windows控件32.4WebBrowser控件33.需求分析43.1功能需求43.2開發(fā)與運行環(huán)境63.3可行性分析63.3.1技術可行性73.3.2經濟可行性73.3.3法律可行性74.系統(tǒng)設計74.1設計概
8、要74.2功能模塊85.功能實現(xiàn)95.1播放器框架設計95.1.1命名空間結構95.1.2App.config95.2歌曲添加模塊105.3歌曲刪除模塊115.4播放控制模塊125.4.1取消自動播放125.4.2點擊播放音樂125.4.3歌曲切換135.5自動播放下一曲135.6顯示歌詞模塊145.7顯示皮膚模塊155.8播放器