登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

移动智能设备在课堂教学中的应用毕业论文

 2021-03-21 10:03  

摘 要

二十世纪以来,互联网的飞速发展,使得人们的生活越来越方便,随着WIFI的覆盖率越来越高,以智能手机为代表的移动智能设备也被越来越多的人在不同的场景下广泛使用。Android平台独具的开放性以及简洁且实用的人机交互界面,使得Android手机走在了所有智能手机的前列。 Android具有一个鲜明的特点就是它的架构是开源的,所有开发者都能参与其中,它不仅提供了非常好的开发和调试环境,用户还能在此基础上扩展和定制其它用户体验,包括许多的图形,浏览器功能和多媒体组件。

本文对移动智能设备在课堂教学中的应用现状做了分析,进而研究了Android平台的发展历程及应用开发,在此基础上,设计一个能在Android设备上运行的手机远程控制电脑软件,主要用于课堂教学。软件主要利用Java语言和Android studio开发工具对软件进行编写,经过系统分析与具体功能的设计,最终实现了一个简单的手机远程控制软件,并给出了详细的过程及截图。

本系统占用内存小,操作简洁,人机交互界面良好,并且具有较好的可扩展性,经过系统测试,该系统表现稳定,能够满足课堂教学中移动智能设备对电脑端的远程控制功能。

关键词:Android;Java;远程控制;课堂教学。

Abstract

Since the twentieth century, the rapid development of the Internet, making people more and more convenient life, with the WIFI coverage is getting higher and higher, smart phones as the representative of the mobile smart devices are also more and more people in different The Android platform is unique and simple and practical human-computer interaction interface, making the Android phone walk in the forefront of all smart phones. Android has a distinctive feature is that its architecture is open source, all development Can not only provide a very good development and debugging environment, users can also be based on the expansion and customization of other user experience, including many graphics, browser functions and multimedia components.

This paper analyzes the application status of mobile intelligence equipment in classroom teaching, and then studies the development process and application development of Android platform. On this basis, we design a mobile phone remote control computer software which can run on Android device. In the classroom teaching.The software mainly uses the Java language and Android development development software to prepare the software, through the system analysis and the concrete function design, finally realized a simple mobile phone remote control software, and gave the detailed process and the screenshot.

The system occupies the memory is small, the operation is simple, the man-machine interaction interface is good, and has the good scalability, after the system test, the system performance is stable, can meet the classroom teaching mobile intelligence equipment to the computer side remote control function.

Key Words:android;remote control;Classroom teaching;java.

目录

第1章 绪论 1

1.1 研究背景 1

1.2 研究内容及意义 1

1.3 发展现状及趋势 2

1.4 论文的组织结构 3

1.5 本章小结 3

第2章 开发环境与系统分析 4

2.1 Android简介 4

2.2 开发环境 4

2.2.1 Android Studio 4

2.2.2 Visual Studio 2010 5

2.2.3 Java SDK和Android SDK 5

2.2.4 .NET Framework 5

2.3 开发语言 5

2.3.1 Java 5

2.3.2 XML 6

2.3.3 C# 6

2.4 可行性分析 7

2.5 功能需求分析 8

2.5.1 客户端 8

2.5.2 服务器端 8

2.5.3 系统用例图 9

2.6 非功能性需求分析 10

2.7 系统流程 10

2.8 开发及运行环境需求 11

2.9 本章小结 11

第3章 系统总体设计 12

3.1 系统总体结构设计 12

3.2 各部分功能设计 12

3.2.1 无线鼠标 12

3.2.2 无线键盘 13

3.2.3 PPT播放 14

3.2.4 锁屏关机 14

3.2.5 连接主机 15

3.2.6 服务器端 15

3.3 本章小结 15

第4章 系统详细设计与实现 16

4.1 用户界面设计与实现 16

4.1.1 用户界面的设计 16

4.1.2 用户界面的实现 17

4.2 无线鼠标功能的实现 18

4.2.1 无线鼠标功能的设计原理 18

4.2.2 鼠标移动功能的设计原理 18

4.2.3 鼠标点击功能的设计原理 20

4.3 无线键盘功能的实现 20

4.4 PPT播放功能的实现 21

4.5 锁屏关机功能的实现 22

4.6 客户端和服务器端连接主机的实现 23

4.7 本章小结 25

第5章 系统部署与测试 26

5.1系统部署 26

5.2系统测试 26

5.3 本章小结 28

第6章 总结与展望 29

6.1总结 29

6.2展望 29

参考文献 30

致谢 31

第1章 绪论

1.1 研究背景

随着社会的进步,人们的经济文化水平不断提升,对互联网的接受度越来越高,使得移动智能终端已经成为人们生活中不可或缺的部分,以Android手机为代表的价格便宜的移动智能设备凭借其应用的多样化,被越来越多的厂家设计和生产,在课堂教学中老师和学生对移动终端的使用也越来越普遍。

与此同时,随着软件行业的高速发展,Android系统相对于其它的操作系统优势也日益明显。相较于传统的手机系统平台,Android系统平台是对所有的开发者而言是完全开源的,这样一来开发者可以自行在平台上开发相应的软件并使用, Android系统相应速度快,操作简洁,使得该系统上的应用被越来越多的人使用,开发者自主开发的Android应用,也在为课堂教学发挥它的光和热。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图