admin管理员组

文章数量:1532440

2024年6月29日发(作者:)

苏州科技学院本科生毕业设计(论文)

手机遥控器的设计与实现(手机端)

摘要

本文主要介绍了在Android平台上的手机虚列鼠标和虚列键盘的应用。利用

socket接口与电脑端连接,将控制鼠标和键盘的指令通过socket端口传递到电脑端。

成功设计了一款可以通过手机遥控电脑演示PPT的应用软件。教师利用该软件可以

在离开讲台的同时,轻松的完成课件讲课的任务。此软件简单实用、图文并茂,使用

户获得最佳的体验。

“手机遥控器”的界面设计主要采用了LinearLayout

布局和

TableLayout布局。功

能实现主要采用的是与电脑之间实现socket通信,成功的发送和接受指令,并且响应,

从而控制PPT演示。

本文主要包括4个部分:

1、引言:课题背景;发展的前景。

2、需求分析:类似软件的分析;软件架构分析。

3、软件设计:论文的主体部分。界面规划、功能实现和技术难点的解决。

4、软件测试:软件的后期处理,功能的测试,实际操作的演示。

关键词Android开发、Java、手机遥控、Socket、图形界面、Eclipse

I

苏州科技学院本科生毕业设计(论文)

Design and implementation of mobile remote

controller (mobile client)

Abstract

This paper introduces the application of the virtual column and the virtual column

keyboard based on the Android platform. Using the socket interface to connect computer

terminal passed the commands of control of the mouse and keyboard to the computer

through the socket port. We have successfully designed application software that through

the mobile phone remote control computer and demonstrate PPT. Teachers use the software

can easily complete the task of courseware lectures while leaving the podium. This

software is simple and practical, illustrated. Users can get the best experience.

The interface design of the mobile remote controller mainly adopts LinearLayout and

on implementationmainly adoptssocket communication between the

computer and the mobilephone. Successfully sending and receiving instructions, and

responding, thus controlling PPT presentations.

This paper mainly consists of 4 parts:

1、Introduction: The background; Prospects for the development.

2、Demand analysis: Analysis of the similar software; Structure analysis

3、The software design:Main body of the ace planning; function

implementation and the solution of technical difficulties.

4、The software testing:Post processing software;the functional testing;the

demonstration of the practical operation.

KeywordsAndroid development; Java;mobile remote control; Socket; graphics interface;

Eclipse

II

本文标签: 手机实现软件电脑设计