- 1、本文档共39页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于ava的模拟手机系统
随着社会的发展,移动通信设备在人们的生活中发挥了越来越大的作用,集成Java技术的移动电话,在未来可以为商务用户提供更具吸引力更符合需求且简单易用的无线数据服务。随着时间的推进,Java微型版(J2ME)在移动设备方面的应用会越来越广。
J2ME是一种把Java语言应用于嵌入式系统的软件开发模式,它定义了配置和简表两个核心概念,它们共同构成了J2ME的体系结构,这些结构特性使J2ME非常适合移动设备的程序设计。
本文介绍了在基于Java 2 Micro Edition(J2ME)规范上开发一个手机的模拟系统。该系统充分体现了J2ME的体系架构和各模块的特点,设计采用了面向对象的方法,基本模拟实现了手机的部分功能,并着重讨论设计开发过程中的问题。
关键字:J2ME ;手机模拟;MIDP ;CLDC
Mobile Phone System Simulation Java Based
Abstract: With the development of society, mobile communications equipment have played an increasing role in peoples lives. Mobile phones of the integration java of technology provide business users with more attractive in the future and are more in line with demand and easy-to-use wireless data services. With the advance of time, Java Micro Edition (J2ME) mobile devices in the application will become more and more widely.
J2ME is a software development model that Java language used in the embedded systems, which defines the configuration and a summary table as the two core concepts, they constitute the J2ME architecture, and these structural features are very suitable for J2ME programming for mobile devices.
These titles, Java 2 Micro Edition (J2ME) based on specificly develop a simulation system for mobile phones. The system fully demonstrates the J2ME architecture and the characteristics of each module, designed with object-oriented approach, the basic analog part of the realization of the mobile phone functions, and focused on the design and development issues in the process.
Keywords: J2ME;Phone Simulation;MIDP;CLDC
目录
1 引言 1
1.1 论文研究背景与意义 1
1.2 本课题研究内容与目标 1
2 开发环境和相关技术介绍 2
2.1 Java语言的特点 2
2.1.1 平台无关性 2
2.1.2 安全性 2
2.1.3 面向对象 2
2.1.4 分布式 2
2.1.5 健壮性 2
2.2 本系统的开发环境 2
2.2.1 开发平台-- Eclipse 2
2.2.2 开发环境-- Wireless Tool Kit 3
2.3 本系统采用的编辑工具 3
2.4 J2ME简介 3
2.5 MIDlet程序开发的基本方法 3
3 需求分析 5
3.1 对系统功能的定义 5
3.2 用例描述 5
3.2.1 用户拨打电话用例描述 5
3.2.2 用户短息发送用例描述 6
3.2.3 用户进行电话薄用例描述 6
3.2.4 用户进行计算器操作用例描述 6
3.2.5 用户进行动画演示操作用例描述 7
3.2.6 用户进行多媒体操作用例描述 7
3
文档评论(0)