计算机等级考试报名系统毕业设计

上传人:r*** 文档编号:39531297 上传时间:2018-05-16 格式:DOC 页数:39 大小:1.67MB
返回 下载 相关 举报
计算机等级考试报名系统毕业设计_第1页
第1页 / 共39页
计算机等级考试报名系统毕业设计_第2页
第2页 / 共39页
计算机等级考试报名系统毕业设计_第3页
第3页 / 共39页
计算机等级考试报名系统毕业设计_第4页
第4页 / 共39页
计算机等级考试报名系统毕业设计_第5页
第5页 / 共39页
点击查看更多>>
资源描述

《计算机等级考试报名系统毕业设计》由会员分享,可在线阅读,更多相关《计算机等级考试报名系统毕业设计(39页珍藏版)》请在金锄头文库上搜索。

1、东华理工大学毕业设计毕毕 业业 设设 计计题题 目目 基于基于 AndroidAndroid 的计算机等级考试报名系统的的计算机等级考试报名系统的设计与实现设计与实现姓姓 名:涂名:涂 风风 根根学学 号:号:0911062309110623班班 级:级:091106091106 班班年年 级:级:20092009 级级专专 业:软件工程业:软件工程学学 院:软件学院院:软件学院指导教师:汪雪元(讲师)指导教师:汪雪元(讲师)完成时间:完成时间:20132013 年年 5 5 月月 7 7 日日东华理工大学毕业设计作作 者者 声声 明明本人以信誉郑重声明:所呈交的学位毕业设计,是本人在指导教师

2、指导下由本人独立撰写完成的,不存在剽窃、抄袭、造假等违反道德、学术规范和其他侵权行为。论文中引用他人的文献、数据、图件、资料均已经过明确的标注,不包含他人成果及为获得东华理工大学或其他教育机构的学位或证书而使用过的材料。对本设计的研究做出重要贡献的个人和集体,均已在论文中以相对明确方式标明。本毕业设计引起的法律结果完全由本人承担。本毕业设计成果归东华理工大学所有。特此声明。毕业设计作者(签字):签字日期: 年 月 日本人声明:该学位论文是本人指导学生完成的研究成果,已经审阅过论文的全部内容,并能够保证题目、关键词、摘要部分中英文内容的一致性和准确性。学位论文指导教师(签字):签字日期: 年 月

3、 日东华理工大学毕业设计东华理工大学毕业设计基于基于 AndroidAndroid 的计算机等级考试报名系统的计算机等级考试报名系统 的设计与实现的设计与实现涂风根 Design and Implementation of Computer Rank Examination Applying System Based on Android Tu fenggen东华理工大学毕业设计摘摘 要要在计算机等级考试(Computer Rank Examination,CRE)报名过程中,绝大部分院校完全依赖于传统的 PC 软件。本系统与传统的 PC 软件有许多不同之处,尝试在 Android 手机平台上

4、开发计算机等级考试报名系统,使用 Android 手机的高校学生能够轻松地完成计算机等级考试的报名,同时也方便管理员对考生报名信息的管理。本系统遵循 MVC 开发模式,其中 M(Model)模型层由实体模型层和业务模型层组成,V(View)视图层由 xml 组成,C(Control)控制层是由 Android的组件 Intent 来完成的。 Intent 意图不仅能够激活 Activity,还能够在一个Activity 和另一个 Activity 之间传递数据。本系统专门编写了一个 Activity 容器,用于实现 Activity 的添加和实现 Activity 遍历及关闭。本系统采用 An

5、droid 系统自带的 SQLite 数据库用来存储考生和管理员的账号密码信息以及考生的报名信息,为完成数据库中数据表的创建,编写了关于数据库创建的 Java 类,来实现数据库和数据表的创建。本系统包括考生和管理员两种用户,其中考生用户能完成注册登录、信息填写、信息修改、照片上传、准考证显示和成绩查询任务,管理员用户能完成登录、所有考生信息查看和考生成绩登记任务。高校的学生很轻松就能够在本系统中进行报名,考生信息管理员也能够很顺利地查看到已经报名的考生信息,管理相关的数据。关键词:计算机等级考试;MVC 模式;Activity 容器;SQLite 数据库东华理工大学毕业设计ABSTRACTIn

6、 Computer grade Examination (Computer Rank Examination, CRE) in the process of registration, the vast majority of colleges and universities rely solely on traditional PC software. This system has many differences with traditional PC software, try on Android mobile phone platform development computer

7、 grade examination registration system, use the Android phone of college students can easily complete application of the computer grade examination, at the same time also convenient administrator to the examinee registration information management. This system follows the MVC development pattern, wh

8、ich M (Model) Model layer is composed of solid Model and business Model layer, V (View) the View layer is composed of XML, C (Control) Control layer consists of components of the Android Intent. Intent can activate the Activity not only, also can in an Activity with another to transfer data between

9、the Activities. This system specifically writes an Activity container, used to implement the Activity to add and implement the Activity traversal and closing. This system USES the Android system comes with SQLite database used to store the examinee and the password for the administrator account info

10、rmation, and the examinee registration information, to complete the data in the database table is created, written about the database to create a Java class, to implement the creation of a database and data table. This system includes the examinee two users and administrators, including candidates r

11、egistered users to login, fill in the information, modify information, photo upload, your admission ticket and scores query tasks, administrator user can login, all candidates information view and the examinee scores registration tasks. College students are easily able to register in this system, th

12、e examinee information administrator can also view the candidates information to sign up to have very successfully, management related data.Key words: Computer Rank Examination; MVC pattern; Activity container; SQLite database东华理工大学毕业设计目目 录录绪 论.1 1概述.2 1.1项目开发的背景.2 1.2课题的目的与意义.2 1.3本文主要研究内容.2 2相关技术介绍.4 2.1开发工具及环境简介.4 2.1.1开发工具.4 2.1.2开发环境.5 2.2Android SDK 常见公共类库介绍.5 2.2.1SQLite 数据库相关类库介绍.5 2.2.2Andro

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 资格认证/考试 > 其它考试类文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号