基于android的电子词典设计_基于Android的电子词典软件的设计与实现 (含外文翻译).doc…

基于Android的电子词典软件的设计与实现 (含外文翻译)

LANZHOU UNIVERSITY OF TECHNOLOGY

毕业设计

题 目 基于Android的电子词典软件的设计与实现

学生姓名 袁新燕

专业班级 通信(2)班

指导教师 胡莉、王维芳

学 院 计算机与通信学院

答辩日期 2012.6.11 摘要

关键词:Android,oracle数据库,SQLite数据库,英文单词Abstract

In this paper, we design and implementation about electronic dictionary software which is based on the Android platform. English dictionary mainly include two parts, and one is to realize the offline English dictionary, the other is to realize the online English dictionary. Offline English dictionary is mainly used a lightweight database SQLite that belongs to Android to preserve words information, we find the specified English word corresponding to the Chinese interpretation by using query method of SQLite database. Offline English dictionary use an oracle database to save the word information, and then parse out the word information to display in the mobile phone interface by Http protocol, at the same time there have the functions that is used to increase, delete, update word information. Of course, we can add unfamiliar word to the note of word in order to review at any time.

Keywords: Android; oracle database; SQLite database; English words

目录

第1章 绪论1

第2章 系统需求分析3

2.1 软件的功能要求3

2.2 需求分析3

2.3 功能需求(用例图分析)4

2.3.1 基本功能需求例图4

2.3.2 离线词典的例图6

2.3.3 在线查询用例图7

2.3.4 添加到单词本的用例图8

2.4 系统结构图和流程图10

2.5 系统界面需求14

2.6 运行环境15

2.6.1 关键技术15

2.6.2 运行环境16

第3章 数据库的设计17

3.1 在线词典的服务器端的数据库设计17

3.1.1 数据库中数据表的设计17

3.1.2 在线词典的客户端的数据库设计18

3.1.3 离线时的数据库的设计19

3.1.4 软件数据模型20

3.2 连接数据库21

3.2.1 数据库的创建21

3.2.2.数据库的操作21

3.2.3 数据的查看22

3.2.4 服务器和客户端的连接23

第4章 环境的搭建24

4.1关于 Android的简单介绍24

4.1.1 Android环境的

相关资源:下拉通刷词软件v3.1.zip-其它代码类资源-CSDN文库

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2020年11月16日
下一篇 2020年11月16日

相关推荐