如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
PAGE上海电力学院本科毕业设计(论文)题目:基于QT的多媒体播放器系统的设计与实现院系:计算机与信息工程学院专业年级:07电子科学与技术学生姓名:尹倬卿学号:20072680指导教师:金一鸣2011年06月14日PAGEIII基于QT的多媒体播放器系统的设计与实现摘要随着用户要求的不断提高,越来越多的嵌入式设备使用功能强大、价格低廉的嵌入式Linux作为操作系统并开始采用较为复杂的图形用户界面。Qt以其强大的功能、良好的可移植性逐渐成为一种被广泛使用的GUI系统。正是由于嵌入式操作系统及其相应图形用户界面的不断发展,嵌入式软件的开发显得越来越重要。其中嵌入式媒体播放器由于能够满足人们的视听享受已经逐渐成为了系统中不可或缺的重要组成部分,在嵌入式系统上开发媒体播放器已经成为了一个技术热点,当前许多嵌入式产品中都包含媒体播放器。因此在基于Qt的嵌入式Linux系统中实现媒体播放器具有深刻的意义和实用价值。本文运用QT技术在Linux下进行GUI设计,以一个图形界面为例,运用QTcreator软件编程,实现一个简单的多媒体播放器。此播放器能够播放本地的音频文件,在功能方面,它具备一些基本的音乐操作处理功能(暂停、播放、音量调节、拖动、停止等),此外,界面还能显示歌曲信息,比如歌手,播放的时候能够通过按钮实现随机播放功能。关键词:嵌入式系统多媒体播放器QTLinuxQTmultimediaplayerbasedonthedesignandimplementationAbstractWiththecontinuousimprovementofuserrequirements,moreandmorepowerfulembeddeddevices,low-costembeddedLinuxasanoperatingsystemandbegintoadoptamoresophisticatedgraphicaluserinterface.Qtforitspowerfulfeatures,goodportabilityhasbecomeawidelyusedGUIsystems.Itisbecauseoftheembeddedoperatingsystemanditscorrespondingcontinuousdevelopmentofgraphicaluserinterface,embeddedsoftwaredevelopmentbecomesmoreandmoreimportant.Embeddedmediaplayerwhichcanmeettheaudio-visualenjoymentofthesystemhasgraduallybecomeanindispensablepartofthedevelopmentintheembeddedsystemmediaplayertechnologyhasbecomeahotspotinboththecurrentnumberofembeddedproductscontainsthemediaplayer.Therefore,inQt-basedembeddedLinuxsystemtoachievemediaplayerhasaprofoundsignificanceandpracticalvalue.ThisuseoftechnologyunderLinuxQTGUIdesign,withagraphicalinterface,forexample,theuseofQTcreatorsoftwareprogramming,asimplemultimediaplayer.Thisplayercanplaylocalaudiofiles,intermsoffunctionality,ithassomebasicmusicprocessingoperations(pause,play,adjustvolume,drag,stop,etc.)Inaddition,theinterfacecandisplaysonginformation,suchassingers,Playtimecanbeachievedthroughtherandomplaybackfunctionbuttons.KeywordsEmbeddedsystemsmultimediaplayerQTLinuxTOC\*MERGEFORMAT1.引言PAGEREF_Toc1632611.1系统研究背景PAGEREF_Toc2939611.2研究目的和意义PAGEREF_Toc90一五3