资源描述:
《毕业论文-计算机远程控制》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、商丘职业技术学院毕业论文计算机远程控制学生姓名:....院系:计算机系专业:信息安全技术学号:0901550004辅导教师:邢文凯2012年3月11日24【摘要】在如今这个信息高速发达的时代,人们之间的物理距离虽无太大变化,然而逻辑距离却在一天天缩小。同时,鉴于交通的繁忙,无纸办公和远程办公的趋势已然愈演愈烈!远程控制应运而生。本文首先介绍了系统分析方面的一些内容,紧接着开始介绍实现远程控制基础——Socket编程的基本概念,以及Windows的消息系统,接着从建立Socket套接字开始,经过逐个功能模块的分析实现,从命令控制到文件下载,到屏幕控制等。然后重点介绍了屏幕控制和文件下载功能。本系
2、统在文件下载方面,采用了文件流stream的方式进行文件传输,首先是通过命令控制中的dir命令,获得文件路径和文件名,然后将文件名传到服务器端进行下载。在屏幕控制方面,是由客户端发送命令src到服务器端,服务器响应后,进入相应的通讯进程。客户端发出获取服务器屏幕图像数据的请求,把从服务器接收到的图像在本地实时显示出来,并且及时发送鼠标在本地显示图像的动作给服务器。服务器则主要负责响应客户端的请求并抓取与发送屏幕图像,响应客户端发送过来的鼠标、键盘等的动作并反馈给客户端。从而实现了对远程计算机的直接控制。【关键词】:CS、Socket、TCPIP、流Abstract:Nowinthisinf
3、ormationeraofhigh-speeddevelopedthephysicaldistancebetweenpeople,althoughdonothavetoobigchange,howeverlogicaldistancebutby24narrowing.Atthesametime,giventhebusytraffic,thepaperlessofficeandtelecommutingtrendhasintensified.Remotecontrolarisesatthehistoricmoment.Withtherapiddevelopmentofnetworktechnol
4、ogyandpopularizationofthenetworkinalltradesandprofessions,remotecontroltechnicalsupportwillgraduallyoccupythemainstreamtechnicalsupport.ThisarticleisaboutaWindowsbasedremotecontrolsystemdevelopedbyuseofthenetworkprogramming,themostcommonSockettechnologyandmulti-threadprogramming,etc.Andtheremotecont
5、rolinvolvesthetechnologyandmethodforgradefunctionprototypedetailedexplanation,caneasilyunderstand.ThispaperfirstintroducestorealizetheremotecontrolbasicsSocketbasicconceptsofprogramming,andthemessagesystem,thenWindowsSocketfromestablishingonebegins,goesthroughtheanalysisofthefunctionalmodulesfromthe
6、commandcontroltorealize,filedownload,toscreencontroletc.Thenmainlyintroducesscreencontrolandfiledownloadfunction.Thissysteminfiledownloadaspects,usingadocumentflowstreamwayfiletransfer,firstisthroughthedircommand,commandandcontrolgetfilepathandfilename,thenwillfilenametotheservertodownload.Inthescre
7、encontrol,isbytheclientsendscommandsSRCtotheserver,serverresponse,intothecorrespondingcommunicationprocess.Theclientaccessserverscreenimagedatasentfromtherequest,theserverreceivesimagesinthelocalreal-