虚拟网络投影的方案设计.doc

约9页DOC格式手机打开展开

虚拟网络投影的方案设计,全文约4000字 论述翔实摘要本研究是以c++ builder作为编程工具,基于windows socket和windows api函数的有关网络远程控制的虚拟网络投影软件开发。研究由两部分组成:服务端和客户端。服务端完成信息的发送及对客户端的控制功能,主要运用了serversocket,setw...
编号:10-25056大小:108.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 痴狂少年 发布

虚拟网络投影的方案设计

全文约4000字 论述翔实

摘 要
本研究是以C++ Builder作为编程工具,基于Windows Socket和Windows API函数的有关网络远程控制的虚拟网络投影软件开发。研究由两部分组成:服务端和客户端。服务端完成信息的发送及对客户端的控制功能,主要运用了ServerSocket,SetWindowsHookEx函数等。客户端实现服务端发来信息的接收及信息的演示功能,运用ClientSocket,SetWindowsHookEx,mouse_event及keybd_event函数等。最后完成实现了网络投影的功能与点对多点的控制。

关键词 远程控制, 网络投影, API, Windows Sock

Abstract
The research is software development which is about remote control. In this case, C++ Builder is a tool of procedure-programming. Windows Socket and Windows API function is concern with the procedure. Meanwhile, we can see from the research that the research is made up of Server termination and Client termination. The function of Server termination is that sending message to Client termination and controling Client termination.In this termination, we have used ServerSocket, SetWindowsHookEx co. On the other hand, receiving the messages from Server termination and Handle messages which are the function of Client termination. ClientSocket , SetWindowsHookEx, mouse_event and keybd_event is used in this termination. At last, the software realizes network’s projection and control of point to multipoint.
Key Words Remote Control Network’s projection API Windows Socket

参 考 文 献
1. 同志工作室.C++ Builder 5.0 API函数开发实例.北京:人民邮电出版社,2001.1
2. 网页制作、网络编程系列委员会.C++ Builder 5 Web编程.北京:中国人民大学出版社,2001.1
3. 孙志强.C++ Builder 5学习教程.北京:北京大学出版社,2001.11