1、 I 手 机 遥 控 器 的 设 计 与 实 现 ( 手 机 端 )手 机 遥 控 器 的 设 计 与 实 现 ( 手 机 端 ) 摘 要 本文主要介绍了在 Android 平台上的手机虚列鼠标和虚列键盘的应用。利用 socket 接口与电脑端连接,将控制鼠标和键盘的指令通过 socket 端口传递到电脑端。 成功设计了一款可以通过手机遥控电脑演示 PPT 的应用软件。教师利用该软件可以 在离开讲台的同时,轻松的完成课件讲课的任务。此软件简单实用、图文并茂,使用 户获得最佳的体验。 “手机遥控器” 的界面设计主要采用了 LinearLayout布局和TableLayout 布局。 功 能实现主
2、要采用的是与电脑之间实现 socket 通信, 成功的发送和接受指令, 并且响应, 从而控制 PPT 演示。 本文主要包括 4 个部分: 1、引言:课题背景;发展的前景。 2、需求分析:类似软件的分析;软件架构分析。 3、软件设计:论文的主体部分。界面规划、功能实现和技术难点的解决。 4、软件测试:软件的后期处理,功能的测试,实际操作的演示。 关键词关键词 Android 开发、Java、手机遥控、Socket、图形界面、Eclipse II Design and implementation of mobile remote Design and implementation of mobi
3、le remote controller (mobile client)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 k
4、eyboard 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 simp
5、le and practical, illustrated. Users can get the best experience. The interface design of the mobile remote controller mainly adopts LinearLayout and TableLayout. Function implementation mainly adopts socket communication between the computer and the mobile phone. Successfully sending and receiving
6、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 paper. interface 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. Ke