优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

Java语言的音乐播放器的设计(含录像)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

Java语言的音乐播放器的设计(含录像)(开题报告,程序代码,毕业论文8600字)                
摘  要
随着无线移动通信的高速发展及各种移动业务种类的快速增长,一切互联网上的业务都在移动通信系统中得到应用。然而,由于用户需求的原因,或者终端支持与否的因素,并非所有手机都能正确显示同一信息内容。而且随着客户端设备的类型越来越多,人们对个性化服务的要求越来越高,个性化信息服务成为将来网络信息服务发展的 一个重要的方向。 移动终端是一种采用先进通信协议栈的复杂系统,它需要具有与许多网络设备互操作、支持先进而丰富的多媒体的应用程序。而且, 所有这些都必需在一个资源有限的嵌入式系统的约束条件下实现。
JAVA技术提供了跨平台的能力,并支持多种器件设备。J2ME和MIDP(移动信息器件概览)可在任何被支持的系统上运行同样的应用程 序。JAVA技术为无线设备创建了一个全新的开发平台,这一平台可以 跨越多种设备和多个系统平台。JAVA的跨平台特性,使得基于J2ME 的应用程序具有移植性好等其他优势,可以让移动通信设备发挥出最 大的潜能。JAVA手机作为移动终端为今后移动通信发展提供了很好的 解决方案。 本文首先分析了J2ME在当前移动终端发展中所具有的重要角色, 选择J2ME作为移动终端软件开发平台的优势。实际开发了一个基于J2ME平台的音乐播放器软件,进行了相关理论和技术的分析。 [资料来源:http://THINK58.com]
             
关键词:MIDP;J2ME;音乐播放器

Abstract
    With the rapid development of wireless mobile communication and mobile business types of rapid growth, all business on the Internet in mobile communication system. However, because the user demand reasons, or terminal support or factors, not all mobile phone can correctly display the same information content. And as the client device type is more and more, people of personalized service of the increasingly high demand, personalized information service become the future network information service is an important developing direction. The mobile terminal is a kind of advanced communication protocol stack for complex systems, it needs with the many network interoperability between devices, support for advanced and rich multimedia application. Moreover, all of these must be in a resource-limited embedded system under the condition of realization. JAVA technology provides a cross-platform capabilities, and support for multiple devices. J2ME and MIDP ( mobile information device profile ) can be in any supported system running the same application. JAVA technology for the wireless device to create a new development platform, this platform can span multiple devices and multiple system platform. The JAVA cross platform characteristic, the application program based on J2ME has good portability and other advantages, can make the mobile communication device to play the great potential. JAVA mobile phone as the mobile terminal for future mobile communication development provides a good solution. This paper firstly analyzes the current J2ME in mobile terminal development in the important role, select J2ME as a mobile terminal software development platform edge. The actual development of a platform based on the J2ME music player software, the relevant theory and technology analysis. [版权所有:http://think58.com]
Key word:MIDP;J2ME;Music Player

论文成果
    本论文分析了J2ME在当前移动终端发展中所具有的重要角色,选择J2ME作为移动终端软件开发平台的优势。以实际开发的一个基于J2ME平台的手机应用功能为基础,进行了相关理论和技术的分析。            
1.3论文组织结构
本论文共分为六章,各章节的主要内容安排如下: 第一章绪论简单陈述了移动终端在当今社会中的发展,以及选择J2ME作为移动终端开发的优势,并简要分析了能力协商的需求。 第二章详细介绍了J2ME平台的体系结构,结合项目内容阐述了J2ME技术在移动终端中的应用。 第三章对手机音乐播放器进行了系统的分析。 第四章系统的介绍了采用J2ME做出来的结果。 第五章针对本文做了简要的总结与对下一步的研究工作的展望。 最后是本文的参考文献列表和致谢。
 

[资料来源:THINK58.com]

Java语言的音乐播放器的设计(含录像)
Java语言的音乐播放器的设计(含录像)
Java语言的音乐播放器的设计(含录像)


目 录
摘  要    2
Abstract    3
目 录    4
第一章 引 言    6
1.1课题背景    6
1.1.1移动终端的发展现状    6
1.1.2个性化服务    7
1.1.3  J2ME在移动终端领域的优势与发展    7 [资料来源:http://www.THINK58.com]
1.2论文成果    8
1.3论文组织结构    8
第二章 J2ME体系结构及技术简介    9
2.1 J2ME 的概况    9
2.2 J2ME 简介    9
2.2.1 J2ME 架构    9
2.2.2 JVM ( 虚拟机 )    10
2.2.3 MIDP( 移动信息设备简表 )    10
第三章 系统需求分析和总体设计    11
3.1 系统功能需求    11
3.1.1播放器界面    11
3.1.2播放的功能    12
3.1.3 音乐播放音量的控制    14
3.1.4 歌曲播放时间的显示    14
3.1.5 歌曲的快进与快退    14
3.2 总体设计    15
3.2.1播放器界面设计    15
3.2.2播放功能    17
3.2.3对音量的控制    18
3.2.4歌曲的播放时间    19
3.2.5歌曲的快进与快退    20
3.2.6歌曲进度条的显示    20 [资料来源:THINK58.com]
第四章    系统测试与检验    21
4.1 测试概要    21
4.1.1 测试的基本概念    21
4.1.2 测试的目的与地位    21
4.2  测试项目    22
4.2.1测试界面    22
4.2.2测试播放暂停静音    22
4.2.3测试改变音量,快退快进    23
第五章   总结    23
5.1总结软件及收获    23
5.2 致谢语    23
第六章   参考文献    24

[资料来源:www.THINK58.com]