基于android平台的手机音乐播放器

上传人:j****9 文档编号:47028225 上传时间:2018-06-29 格式:DOC 页数:18 大小:440.50KB
返回 下载 相关 举报
基于android平台的手机音乐播放器_第1页
第1页 / 共18页
基于android平台的手机音乐播放器_第2页
第2页 / 共18页
基于android平台的手机音乐播放器_第3页
第3页 / 共18页
基于android平台的手机音乐播放器_第4页
第4页 / 共18页
基于android平台的手机音乐播放器_第5页
第5页 / 共18页
点击查看更多>>
资源描述

《基于android平台的手机音乐播放器》由会员分享,可在线阅读,更多相关《基于android平台的手机音乐播放器(18页珍藏版)》请在金锄头文库上搜索。

1、嵌入式软件课程设计实验报告嵌入式软件课程设计实验报告目录目录第一章 驱动部分.1第二章 基于 android 平台的手机音乐播放器.22.1.需求分析:.32.1.1.角色分析: .3 2.1.2.用例分析: .3 2.1.3.用例文本: .4 2.1.4.用例图: .6 2.1.5.系统顺序图 .82.2.系统设计:.102.3.详细设计:.112.3.1 Android 工程简介: .11 2.3.1.1.AndroidManifest 文件.11 2.3.1.2. Src 文件: .12 2.3.1.3.交互图: .152.4.系统运行效果截图: .162.5.软件安装说明: .172.

2、6.实验总结:.172.7.参考文献.17基于 android 平台的手机音乐播放器1第一章第一章 驱动部分驱动部分1.1.实验要求:实验要求:实现嵌入式 Linux 系统下的字符设备驱动程序,要求动态生成设备号, 并在测试程序中,通过超级终端分行显示数 0392.2.实验环境:实验环境:Windows XP + vmware + Linux 操作系统 +开发板3.3.实验步骤:实验步骤:1、编写驱动程序代码: 使用 linux 的 up-techpxa270/exp/drivers/01-modriver/下的 demo.c2、编写测试代码: 修改 linux 的 up-techpxa270

3、/exp/drivers/01-modriver/下的 test_demo.c根据要求正序输出 039 修改部分为Define MAX_LEN 40 将第一个 for 循环改为: 定义:int j = 0;for(i=MAX_LEN-1;i=0;i- -) bufj = i; j +; 3、加载驱动模块:在虚拟机 linux 下编译,make,生成 demo.ko在超级终端下执行挂载命令,将 demo 相关代码挂在到板子上执行 insmod demo.ko 命令查询 cat /proc/devices创建设备文件节点 mknod /dev/demo c 252 04、测试驱动程序:./test

4、_demo4.4.实验体会:实验体会: 通过本次实验,了解了 linux 的驱动机制,初步掌握了驱动程序的编写 方法,理解了驱动程序的加载方法,对底层操作系统有了更深入的理解,为以 后的学习工作奠定了基础。基于 android 平台的手机音乐播放器2第二章第二章 基于基于 androidandroid 平台的手机音乐播放器平台的手机音乐播放器摘要摘要 嵌入式系统目前已在国防、国民经济及社会生活各领域普及应用,用于企 业、军队、办公室、实验室以及个人家庭等各种场所,当今时代真的是嵌入式 无处不在。嵌入式系统除了需要 arm 处理器类的硬件的支持外,还必须有一个 重要的组成部分即凌驾于硬件之上的操

5、作系统,现在嵌入式系统可谓琳琅满目, 有传统巨头 symbian,当然现在已经没落,更有后起之秀 apple,android,apple 以其出色的品味近几年在高端人士中饱受赞扬,而 android 有凭借着它出色的后台 google 技术以及面向全民的系统而异军突起, 占领者最强大的市场份额。因此开发一款基于 android 的软件无疑是非常有市 场的。而音乐播放器就是这样一款软件,随着人们生活质量的提高,享受生活 的需求也越来越大。而一款音乐播放器不仅可以移植到手机里,也能够一直到 汽车里,电冰箱里,洗衣机里。本论文主要介绍了 android 手机播放器的系统 设计,详细设计,系统运行效果

6、,以及对 android 中的一些关键技术进行了讲 解。其中播放器有播放、停止、上一首、下一首以及根据歌曲列表点击歌曲进 行播放的功能,本播放器能够播放 MP3 文件。关键词:android 音乐播放器 嵌入式AbstractAbstractEmbedded systems are currently in the national defense, national economy and social life in all areas of universal applications for business, military, offices, laboratories, and

7、individual households and other places, the times really are embedded everywhere.Arm processor embedded systems in addition to the class of hardware support, there must also be an important component of the hardware that is above the top of the operating system, and embedded systems can be described

8、 as dazzling, the traditional giants symbian, of course, is now declining, more rising star apple, android, apple with its excellent taste in recent years, those who suffered in the high praise, and android has by virtue of its excellent technical background and google for the sudden emergence of na

9、tional systems, the occupiers of the most powerful market share.Therefore, developing a software based on the android is undoubtedly a market. The music player is such a software, with improved quality of life, enjoy life more and more demand. And a music player not only to cell phones, the can until the car, fridge, washing machine. This paper focuses on the 基于 android 平台的手机音乐播放器3android phone player system design, detailed design, system operation results, as well as the android in some of the key technologies to explain. One player has play, stop, previous, next and click

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 中学教育 > 初中教育

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号