设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于android手机平台的音乐播放器的设计与实现论文+设计源码任务书+翻译
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

基于android手机平台的音乐播放器的设计与实现

摘 要

随着科技的进步,手机的功能也不断的得到丰富,不少在人在购买手机的时都会关心手机的音乐播放功能,这足以看出目前大家对音乐播放功能的重视。和传统的音乐播放器相比,手机播放音乐更加的容易携带,而且还具有网上听音乐功能,所以开发一款受欢迎的手机音乐播放软件是具有良好的市场和应用前景的。
   本文首先论述了系统的研究背景和目标,接着对系统进行需求分析,分析了系统要实现的功能,确定了系统的功能模块,并画出相应的模块图。按照系统的需求分析,完成了系统的数据库和各功能模块的设计与实现。最后给出系统关键技术的程序实现并对系统进行了相应的测试,测试结果表明此系统性能良好,能在Android系统中独立运行。
  本音乐播放器采用了Android开源系统技术,利用Eclipse编辑工具对播放器进行编写,最终实现了播放、暂停、上一首、下一首等功能。本系统实用性强,操作简单,易上手。

关键词:Android;音乐播放器;Eclipse

Design and implementation of Android mobile phone platform based on the music player

Abstract

With the progress of science and technology, mobile phone function is continuously enriched, many people will care about mobile phone in the purchase of mobile phone, music player, it is enough to see that the people of music playback function value. Compared with the traditional music player, mobile phone music is more easy to carry, but also has the function of online listen to music, so the development of a popular mobile phone music player software is a good market and application prospects.

This paper first discusses the system of the research background and target, then carries on the demand analysis to the system, analyses the system to realize the function, determines the system function module, and draws the corresponding module chart. According to the system demand analysis, completed the design and implementation of the system database and the function module. The key technology of system implementation is given and the corresponding test system, the test results show that the system has good performance, can run independently under Android system.

The music player using the Android open source system technology, for the preparation of the player by using Eclipse editing tools, finally realized the play, pause, a song, the next song and other functions. The system practical, simple operation, easy to use。

Keywords: Android; music player;eclipse


目 录

1 绪 论 1

1.1 研究的背景及意义 1

1.1.1 选题的背景 1

1.1.2 国内外研究现状 1

1.1.3 研究的意义 2

1.2 系统目标 2

2 需求分析 3

2.1 功能需求 3

2.1.1 子系统/模块说明 3

2.1.2 功能需求描述 3

2.2 非功能需求 4

2.2.1 外部接口需求 4

2.2.2 其它需求 4

3 总体设计 6

3.1 运行环境 6

3.2 基本处理流程 6

3.3 模块结构 7

3.4 外部接口 7

3.5 内部接口 7

4 数据库设计 8

4.1 概念结构设计 8

4.1.1 设计思路 8

4.1.2 E-R图 8

4.2 逻辑结构设计 9

4.2.1 设计思路 9

4.2.2 逻辑模型 9

4.3 物理结构设计 10

4.3.1 存取方式 10

4.3.2 存储结构 10

5 界面设计 11

5.1 界面关系图或工作流图 11

5.2 界面设计成果 11

5.2.1 主界面 11

5.2.2 子界面 12

6 详细设计 15

6.1 系统主要功能模块介绍 15

6.2 声音控制模块设计 15

6.2.1声音控制模块算法描述 15

6. 2.2声音控制模块程序流程图 15

6. 2.3声音控制程序模块关键类说明 16

6.3音乐播放列表设计 17

6.3.1 音乐播放列表算法描述 17

6.3.2音乐播放列表程序流程图 17

6. 3.3音乐播放列表模块关键类说明 17

7 编码 19

7.1 代码实现与核心算法 19

7.2 代码优化分析 25

8测试 26

8.1 测试方案设计 26

8.1.1 测试策略 26

8.1.2 测试进度安排 26

8.1.3 测试资源 27

8.1.4 关键测试点 27

8.2 测试用例构建 27

8.2.1 测试用例编写约定 27

8.2.2 测试用例设计 28

8.2.3 关键测试用例 29

8.2.4 测试用例维护 29

9 总结与展望 31

9.1 设计工作总结 31

9.2 未来工作展望 31

参考文献 33

附录A 外文翻译—原文部分 34

附录B 外文翻译—译文部分 37

附录C 软件使用说明书 40

附录D 主要源代码 41


  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于前馈控制的动态电压恢复器(D 光纤的色散补偿方式及应用分析 毕 基于10kV配电网线损的仿真计算
华兴科技公司网络规划与设计 毕业 宠物之家寄养系统的设计与实现 毕 SSM的毕业生去向登记分析管理系
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!