1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 基于android的电子词典设计_基于Android的电子词典软件的设计与实现 (含外文翻译).doc...

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

时间:2022-02-01 13:40:15

相关推荐

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

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

LANZHOU UNIVERSITY OF TECHNOLOGY

毕业设计

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

学生姓名 袁新燕

学 号

专业班级 通信(2)班

指导教师 胡莉、王维芳

学 院 计算机与通信学院

答辩日期 .6.11 摘要

本文设计了基于Android平台的电子词典软件。此英文词典包括两部分,一部分是离线的英文词典,一部分是在线的英文词典。离线的英文词典主要是使用Android自带的轻量级数据库SQLite来保存单词信息,系统通过SQLite数据库的query方法来查找到与指定英文相对应的单词的中文释义。在线的英文词典是利用oracle数据库来保存单词信息,然后利用Http协议解析出单词信息显示到手机界面上,同时还能够增加、删除、更新单词信息。当然,对于查询到的生疏的单词可以添加到单词本以便于随时复习。

关键词: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环境的

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。