基于J2ME的手机定时系统的设计与实现 毕业论文.doc
文本预览下载声明
基于J2ME的手机定时系统的设计与实现
摘 要:现代社会人们生活节奏逐渐加快,在忙碌的工作、学习中,人们往往忘了生活中的一些小细节,同时手机也成为了人们最为依赖的通信工具。所以
手机上功能的齐全和完善是当今用户的需求。手机定时系统的实现与应用可
以给人们及时的提醒,好的定时系统可以代替用户完成各种命令。这也是手
机智能化的一个重点完善对象。如果定时系统能和完善的语音识别结合的话,
将是一个重大突破。本次设计的定时系统主要实现了定时关机,闹铃,提醒
备忘和发短信这几个功能。系统操作简单明了,适合学生和上班族使用,可
以固定每天起床的时间,定时提醒重要的事情等。
关键词:定时系统;J2me;手机;Java
The Design and Realization of Timing System based on J2ME
Abstract: In the modern society the pace of life accelerate Gradually.In the busy work and Learning,people often forget some small details in life.At the same time,mobile phone has become the communication tools rely on people.So moblile phone’s function complete and perfect is the user’s demand.Implemention and application of mobile phone in the timing system can give people a timely reminder,and a good timing system can replace the user to perform various command.This is the mobile phone intrlligent a focus on improving the object.If the timing system can improve the speech recognition and the combination of words,will be a major breakthrouth.The design of the timing system mainly realizes timing shutdown,alarm,reminder notes and send text messages to this function.System operation is simple and clear,suitable fro students and office workers to use.You can each day to get up on time,time to remind the important things.
Key words:
目 录
第一章 引言 1
1.1 课题研究的目的与意义 1
1.2系统的主要功能 1
第二章 相关理论和可行性分析 2
2.1 对定时系统开发的理解 2
2.2可行性分析 2
第三章 系统需求分析 3
3.1 系统的开发背景 3
3.2 需求分析 3
第四章 系统设计 4
4.1 软硬件环境配置 4
4.1.1 硬件配置 4
4.1.2 软件配置 4
4.2 系统模块设计 4
4.3 操作流程图 4
4.4 模块详细设计 6
4.4.1 开始界面模块设计 6
4.4.2 计时器模块设计 6
4.4.3 定时器模块设计 7
4.4.4 开始计时模块设计 8
4.4.5音频文件处理模块类的设计 8
4.4.6短信收发模块设计 9
第五章 系统的实现和测试 10
5.1 编码实现 10
5.1.1 ChoiceGroup状态检测实现 10
5.1.2 倒计时功能的实现 10
5.1.3 实现卡通时钟 11
5.2 测试项目 12
5.2.1 开始界面的测试 13
5.2.2 计时器模式的测试 13
5.2.3 定时器模式的测试 14
5.2.4 到时完成的测试 14
5.2.5 取消计时、定时的测试 15
5.2.6 重复计时的测试 15
5.3 测试结果 15
第六章 结论 16
参考文献 17
鸣谢 18
第一章 引言
1.1 课题研究的目的与意义
目的:
1.更进一步的加深对eclipse、wtk工具的熟练使用和J2me环境配置及开发过程;
2.熟练掌握一门语言,对学习其他语言也有很大的帮助;
3.学习程序封装的合理性,了解类与类
显示全部