-
C++实现的屏幕监控系统
应用背景
主要实现对一定量(最多64台)的局域网计算机实施远程桌面监视和控制功能。采用CS模式,客户端定时将自己的屏幕图像进行抓取,抓取后,客户端对对象进行差异化比较,确定是否需要发送,如果需要发送,先对图像进行压缩,压缩后发出,服务器对收到的数据进行显示,并将服务器端的控制指令发送到客户端,客户端收到控制指令后进行相应响应。
关键技术该工程主要完成对一定量(最多64台)的局域网计算机实施远程桌面监视和控制功能。该工程的关键技术包括图像的差异比较法和压缩传输,用到的网络模型是异步选择模型。该项目出色完成了对局域网计算机的有效监视和控制,耗费计算机资源很低。
- 2023-07-15 11:25:05下载
- 积分:1
-
network tcp/ip client-server data exchange over network
VisualStudio C++源程序
- 2023-08-10 09:45:03下载
- 积分:1
-
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK-good things, we enjoy together! Want in hands, instead of full GOOD LUCK!
- 2022-08-05 12:17:02下载
- 积分:1
-
网络流捕获分析程序
通过对网络数据流的五元组信息进行分析,获取每个流中的字节信息和包数量信息
- 2022-10-14 04:55:04下载
- 积分:1
-
完善的PHP/MySQL电子商务方案
完善的PHP/MySQL电子商务方案-complete PHP/MySQL e-business solutions
- 2022-05-08 02:23:07下载
- 积分:1
-
ajax上传源代码 ,超酷 !! ajax上传源代码 ,超酷 !!ajax上传源代码 ,超酷...
ajax上传源代码 ,超酷 !! ajax上传源代码 ,超酷 !!ajax上传源代码 ,超酷 -ajax upload source code, cool! ! ajax upload source code, cool! ! ajax upload source code, cool
- 2022-10-04 19:45:03下载
- 积分:1
-
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码-Dos under a large number of tcp procedures, contains a lot of agreement, such as telnet, ftp, tftp, such as source
- 2022-01-28 22:52:12下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1677
International Morse cod
- 2022-01-26 00:08:05下载
- 积分:1
-
made some computer card information source
取得计算机网卡的一些信息的代码-made some computer card information source
- 2022-01-27 13:11:38下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1