资源描述:
《毕业设计(论文)-基于qt音频管理系统》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于Qt音频管理系统指导老师:学生姓名:日期:I摘要Qt是诺基亚开发的一个跨平台的C++图形用户界面应用程序框架。它提供给应用程序开发者建立艺术级的图形用户界面所需的所用功能。Qt是完全面向对象的,很容易扩展,并且允许真正地组件编程。本文介绍了从分析到开发到系统的设计与测试的整个音乐播放器的生成过程,包括了4个章节,第一章为绪论,简单介绍了音乐和音频编码;第二章为系统功能,用一张用例图表达了系统所需的基本功能;第三章为系统设计,以第二章为基础详细具体的罗列出系统的每个功能;第四章为系统实现,包括了主界面,每个功能界面的截图与代码片段。系统开发平台的介绍
2、,具体介绍了Qt主要界面和使用方法,其中包括常用工具具体位置与使用方法和工作区的生成,项目的创建、项目中文件的添加删除、项目的编译、项目的测试等。后边几部分介绍了系统规划与分析,应用程序主界面,代码的编写与功能的实现,系统的编译与运行,最终实现了音乐播放器的功能,能对歌曲音乐进行播放和控制。关键词:Qt、播放器、组件编程IIIAbstractTheNokiaQtisthedevelopmentofacross-platformC++graphicaluserinterfaceapplicationframework.Itprovidesapplicat
3、iondeveloperstobuildastate-of-the-artgraphicaluserinterfacefunctionalityrequiredby.Qtisfullyobjectoriented,andiseasytoextend,andallowstherealcomponentprogramming.Thispaperintroducedfromtheanalysistothedevelopmenttosystemdesignandtestingoftheentiremusicplayerofthegenerationproces
4、s,includes4chapters,thefirstchapteristheintroduction,introducedasimplemusicandaudiocoding;secondchapteristhesystemfunction,withausecasediagramtoexpressthebasicfunction;thethirdchapteristhesystemdesign,withsecondchaptersbasedondetailedlistthesystemeachfunction;thefourthchapterfor
5、therealizationofthesystem,includingthemaininterface,thefunctionofeachinterfacescreenshotswithcodesnippets.Theintroductiontothesystematicdevelopingplatform,specificallydescribestheQtmaininterfaceandmethodofuse,includingthecommonlyusedtoolsspecificlocationandusemethodandtheworkare
6、aofthegeneration,creationofprojects,projectaddfilesdeleted,theprojectiscompiled,thetestproject.Oddchapterintroducedthesystemplanningandanalysis,themainapplicationinterface,thepreparationofthecodeandtherealizationofthefunction,thecompilerandoperatingsystem,finallyachievedamusicpl
7、ayerfunction,canthemusicplaybackandcontrol.KeyWords:Qt、musicplayer、componentprogrammingIII目录摘要IAbstractII1绪论11.1音乐简介11.2选题的背景及目的11.2.1音频编码基本概念11.2.2各种音频编码介绍31.2.3研究的意义41.3系统主要实现内容与实现方式51.3.1系统主要实现内容51.3.2系统的开发方法51.3.3系统的开发平台62系统的功能分析73系统设计83.1系统概要设计83.2系统功能模块设计103.2.1加入文件113.2.2
8、加入目录113.2.3歌曲列表113.2.4歌曲控制123.2.5音量设置123.2.6静音设