資源描述:
《QT音頻解碼系統(tǒng)畢業(yè)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、QT音頻解碼系統(tǒng)畢業(yè)論文學(xué)院:專業(yè):指導(dǎo)老師:學(xué)生姓名:日期:I目錄摘要IAbstractII1緒論11.1音樂簡介11.2選題的背景及目的11.2.1音頻編碼基本概念11.2.2各種音頻編碼介紹31.2.3研究的意義41.3系統(tǒng)主要實(shí)現(xiàn)內(nèi)容與實(shí)現(xiàn)方式51.3.1系統(tǒng)主要實(shí)現(xiàn)內(nèi)容51.3.2系統(tǒng)的開發(fā)方法51.3.3系統(tǒng)的開發(fā)平臺62系統(tǒng)的功能分析73系統(tǒng)設(shè)計83.1系統(tǒng)概要設(shè)計83.2系統(tǒng)功能模塊設(shè)計103.2.1加入文件113.2.2加入目錄113.2.3歌曲列表113.2.4歌曲控制123.2.5音量設(shè)置123.2.6靜音設(shè)置123.2.7
2、播放列表123.3系統(tǒng)運(yùn)行環(huán)境134系統(tǒng)實(shí)現(xiàn)134.1系統(tǒng)的編譯與運(yùn)行134.2系統(tǒng)運(yùn)行134.3系統(tǒng)功能界面144.3.1加入文件功能實(shí)現(xiàn)144.3.2加入目錄174.3.3打開歌曲列表194.3.4歌曲控制功能實(shí)現(xiàn)214.3.5音量控制功能實(shí)現(xiàn)23IV4.3.6靜音設(shè)置功能實(shí)現(xiàn)234.3.7播放進(jìn)度條功能實(shí)現(xiàn)245總結(jié)25致謝26參考文獻(xiàn)27IV摘要Qt是諾基亞開發(fā)的一個跨平臺的C++圖形用戶界面應(yīng)用程序框架。它提供給應(yīng)用程序開發(fā)者建立藝術(shù)級的圖形用戶界面所需的所用功能。Qt是完全面向?qū)ο蟮模苋菀讛U(kuò)展,并且允許真正地組件編程。本文介紹了從分
3、析到開發(fā)到系統(tǒng)的設(shè)計與測試的整個音樂播放器的生成過程,包括了4個章節(jié),第一章為緒論,簡單介紹了音樂和音頻編碼;第二章為系統(tǒng)功能,用一張用例圖表達(dá)了系統(tǒng)所需的基本功能;第三章為系統(tǒng)設(shè)計,以第二章為基礎(chǔ)詳細(xì)具體的羅列出系統(tǒng)的每個功能;第四章為系統(tǒng)實(shí)現(xiàn),包括了主界面,每個功能界面的截圖與代碼片段。系統(tǒng)開發(fā)平臺的介紹,具體介紹了Qt主要界面和使用方法,其中包括常用工具具體位置與使用方法和工作區(qū)的生成,項目的創(chuàng)建、項目中文件的添加刪除、項目的編譯、項目的測試等。后邊幾部分介紹了系統(tǒng)規(guī)劃與分析,應(yīng)用程序主界面,代碼的編寫與功能的實(shí)現(xiàn),系統(tǒng)的編譯與運(yùn)行,最終實(shí)
4、現(xiàn)了音樂播放器的功能,能對歌曲音樂進(jìn)行播放和控制。關(guān)鍵詞:Qt、播放器、組件編程IVAbstractQtisacrossplatformC++graphicaluserinterfaceapplicationframeworkdevelopedbyNOKIA.Itprovidesapplicationdeveloperstobuildtheartlevelgraphicaluserinterfacerequiredbytheuseofthefunction.Qtisfullyobject-oriented,easilyextensible,and
5、allowstruecomponentprogramming.Isintroducedinthispaperfromtheanalysistotheformationprocessofthesystemdevelopmenttodesignandtestofthemusicplayer,includingfourchapters,chapteroneistheintroduction,abriefintroductionofthemusicandaudiocoding;thesecondchapterforthesystemfunction,wi
6、thausecasediagramexpressedthebasicfunctionrequiredbythesystem;thethirdchapterforthedesignofthesystem,inthesecondchapterasthefoundationwiththespecificlistofeachfunctionofthesystem;thefourthchapterforthesystemimplementation,includingthemaininterface,eachfunctionoftheinterfacesc
7、reenshotsandcodefragments.Systemdevelopmentplatform,theQTmaininterfaceandmethodofuse,includingthecommonlyusedtoolsforspecificlocationandusemethodandtheworkareageneration,creationoftheproject,theprojectfiletoaddordelete,projectcompile,projecttestareintroducedindetail.Behindafe
8、wpartsintroducedsystemplanningandanalysis,themainapplicationinterfac