毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

Android的屏幕广播系统的设计+源代码

时间:2021-04-21 21:12来源:毕业论文
使用Eclipse作为代码编写与调试的IDE。系统实现了PC端屏幕的截取,图片的压缩保存,并利用UDP协议实现了图像传输给客户端的功能。该文论述了系统的设计与实现过程,首先详细分析了

摘 要:屏幕广播已经成为当前计算机教学的一种最为直观且有效的方式,随着移动互联网的兴起,移动智能设备的普及,设计一套可以应用在移动设备上的屏幕广播系统变得很有必要。该系统利用Java语言进行设计,利用android SDK、JDK提供的API进行界面绘制与交互设计,并使用Eclipse作为代码编写与调试的IDE。系统实现了PC端屏幕的截取,图片的压缩保存,并利用UDP协议实现了图像传输给客户端的功能。该文论述了系统的设计与实现过程,首先详细分析了系统需求,然后规划了功能模块,最后介绍了系统的实现方法。66037

毕业论文关键词:屏幕广播,java,Android SDK,UDP

Abstract:Screen broadcast has become one of the most intuitive and effective way to teaching computer science.At the same time,with the development of mobile internet and the mobile intelligent device became more and more popular,it is necessary to design a system of screen broadcast that can be validate on mobile device.The system is designed by Java.The UI and the interactive design of the system is realized by API that provided by JDK and Android SDK.Eclipse was taked to be the IDE to code and debug.The system has realized the screenshot of PC,compress and save the image,and it used the UDP to  transfer the data of image to client to client on mobile.The paper discusses the system design and the process of implementation.Firstly,the paper analyzes the system requirements,then describes the function modules of the system,and introduced the realization method of the system finally..

Keywords: screen broadcast,java,Android SDK,UDP

目   录

1  引言 4

1.1  课题背景 4

1.2  国内外研究现状 5

1.3  建立移动屏幕广播系统的必然性 5

1.4  基于Android的屏幕广播系统的构建 5

2  开发工具及系统模式 6

2.1  开发环境的介绍 6

2.2  Java技术简介 6

2.3  UDP技术简介 7

3  系统需求与可行性分析 8

3.1  需求分析 8

   3.1.1  服务器端对于系统的需求 8

   3.1.2  客户端对于系统的需求 8

   3.1.3  其他的需求分析 8

3.2 可行性研究 9

3.2.1  经济可行性 9

3.2.2  技术可行性 9

3.2.3  运行可行性 9

4  系统总体设计 9

4.1  技术路线 9

4.2   服务器端设计 10

4.3  客户端设计 10

4.4  服务器端与客户端数据传输设计 11

5  系统详细设计 12

   5.1  服务器端设计 12

   5.1.1  获取当前屏幕尺寸 12

   5.1.2  屏幕的截取与保存 Android的屏幕广播系统的设计+源代码:http://www.751com.cn/jisuanji/lunwen_73809.html

------分隔线----------------------------
推荐内容