首页
会员中心
到顶部
到尾部
android毕设

基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件

时间:2020/10/13 22:10:34  作者:  来源:  查看:1  评论:0
内容摘要: 摘  要随着我国教育事业的不断发展,各级教育层次的教学规模日益扩大,采用传统的大学新生报到方法(如直接手工管理或者开发程度不高的管理系统)不但浪费大量人力、物力和财力资源,而且不能满足当前教育发展的需求。大学新生报到系统是一种融合管理科学、信息科学、系统科学和计...

基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件
摘  要

随着我国教育事业的不断发展,各级教育层次的教学规模日益扩大,采用传统的大学新生报到方法(如直接手工管理或者开发程度不高的管理系统)不但浪费大量人力、物力和财力资源,而且不能满足当前教育发展的需求。

大学新生报到系统是一种融合管理科学、信息科学、系统科学和计算机技术为一体的综合性先进管理手段。新生报到系统从录入新生信息、分班、分寝室、学生信息管理、班级信息管理、寝室信息管理、楼宇信息管理、专业信息管理以及管理人员信息管理等各个环节都用计算机来控制,这不仅大幅度的提高了学校的工作效率,还减轻了教工的工作压力,快捷的工作效率受到了同学们的一致好评。本文介绍了Android系统的背景及开发其应用程序的意义;综述了手机系统及其应用程序的研究现状和开发前景;提出了应用程序-新生入学宝典的设计与实现,并分析了其技术、经济可行性;建立并采用Eclipse + Android SDK集成环境,完成了应用程序的界面设计和功能实现,其中界面设计采用的是开发环境中的固定语法,功能实现采用的是具有广阔应用领域的Java语言。系统不仅实现了单一的校园资讯指南,在应用程序中还增加了Google地图导航,GPS定位等附加功能。设计完成后在Android SDK仿真平台中顺利实现了整个应用程序及其所有附加功能。

关键词:手机APP,新生入学宝典,Android系统,Java语言


ABSTRACT

With the continuous development of education in our country, the teaching scale at all levels of education is expanding day by day. It is not only wasting a lot of manpower to adopt the traditional method of enrollment of college freshmen (such as direct manual management or the development of management system of low degree). Material and financial resources, and can not meet the current needs of educational development.

The college freshman registration system is a comprehensive advanced management method which integrates management science, information science, system science and computer technology. The new student registration system inputs freshman information, divides classes, divides dormitory, student information management, class information management, dormitory information management, building information management, All aspects of professional information management and management information management are controlled by computers. This not only greatly improves the work efficiency of the school, but also lightens the working pressure of the teaching staff. The quick work efficiency has been unanimously praised by the students. This paper introduces the background of Android system and its application program. The research status and development prospect of mobile phone system and its application program are summarized, and the design and implementation of the application program, the new student enrollment code, are put forward, and its technical and economic feasibility are analyzed. The interface design and function realization of the application program are completed by using the Eclipse Android SDK integrated environment. The interface design adopts the fixed syntax in the development environment, and the function realization adopts the Java language with wide application field. The system not only implements a single campus information guide, but also adds Google map navigation and GPS positioning in the application program. Additional functions. After the design is completed, the whole application program and all its additional functions are successfully implemented in the Android SDK simulation platform.

Key words: mobile phone APP, new entrants to school, Android system and Java language


目  录

摘  要I

ABSTRACTII

第1章 绪论5

1.1 课题研究的背景及意义5

1.2 国内外研究现状5

1.2.1 国内外手机系统现状6

1.2.2 国内外手机应用程序现状7

1.3 大学生入学指南系统APP开发前景8

1.4 设计说明书主要内容与结构9

第2章 设计要求与可行性分析10

2.1 设计内容及目标10

2.1.1 设计内容10

2.1.2 设计目标10

2.2 可行性分析11

2.2.1 技术可行性11

2.2.2 经济可行性11

2.2.3 操作可行性12

第3章 大学生入学指南系统APP开发环境的建立13

3.1 建立开发环境13

3.2 认识开发环境13

3.3 大学生入学指南系统APP组件15

第4章 大学生入学指南系统APP的设计与实现16

4.1 界面设计16

4.1.1 启动界面16

4.1.2 主菜单界面16

4.1.3 系部介绍界面17

4.1.4 系部风采界面18

4.1.5 专业建设界面19

4.1.6 电子竞赛界面20

4.1.7 实验室建设界面22

4.1.8 学科讲座界面23

4.1.9 精品课程界面24

4.1.10 招生办界面26

4.1.11 地图服务界面27

4.1.12 退出软件对话窗口28

4.2 算法设计29

4.2.1 启动界面的事件处理29

4.2.2 主菜单事件的处理31

4.2.3 系部介绍界面的事件处理33

4.2.4 系部风采界面的事件处理35

4.2.5 专业建设界面的事件处理36

4.2.6 电子竞赛界面的事件处理38

4.2.7 实验室建设界面的事件处理39

4.2.8 学科讲座界面的事件处理41

4.2.9 精品课程界面的事件处理42

4.2.10 招生办界面的事件处理44

4.2.11 地图服务界面的事件处理45

结  论47

参考文献48

致  谢50

基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件
基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件
基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件
基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件
基于Android的大学生入学指南系统的设计与实现 毕业论文+任务书+开题报告+答辩PPT+外文原文及翻译+设计源码及数据库文件

  


相关评论
android毕设
    本类推荐
      广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号