-
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(...
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Desktop back to the local catch, and then in the dialog box shows that the local mouse and keyboard actions into command input, and then sent to the remote host implementation (in fact this step is to simulate the operation of mouse and keyboard), and finally Remote Desktop will return once again to capture the local, in the dialog box is displayed. And thus the realization of the system built-in Remote Desktop function.
- 2022-07-03 23:37:17下载
- 积分:1
-
本实例是介绍利用VC++来编写的WINDOWS界面的网络监听程序
本实例是介绍利用VC++来编写的WINDOWS界面的网络监听程序-Example is the introduction of the use of VC++ To prepare the WINDOWS interface network monitoring program
- 2022-07-12 07:31:09下载
- 积分:1
-
学生信息管理系统,基本新管理使用,通过文件储存信息。
学生信息管理系统,基本新管理使用,通过文件储存信息。-Student Information Management System, the basic use of the new management, the adoption of document storage information.
- 2022-09-14 10:10:04下载
- 积分:1
-
谢文坚ASP ASP上船上船稳健
文件上传程序代码 希望对答家有帮助,asp的 可以自行修改-wenjian asp shangchuan wenjian asp shangchuan
- 2022-11-21 23:40:03下载
- 积分:1
-
RC.exe 源码 包括RC.exe 和RC.dll源码 希望有朋友们将他根改为WIN32程序 当然自己也在努力...
RC.exe 源码 包括RC.exe 和RC.dll源码 希望有朋友们将他根改为WIN32程序 当然自己也在努力-RC.exe source code,including RC.exe and RC.dll.I hope that someone could translate it into WIN32 programme.I am trying too.
- 2022-03-18 06:23:57下载
- 积分:1
-
查看主机得网卡的MAC地址
查看主机得网卡的MAC地址-Show Host in the NIC"s MAC address
- 2022-05-23 19:06:34下载
- 积分:1
-
一个模拟鼠标键盘输入的例子
一个模拟鼠标键盘输入的例子--An example about how to similar to the input of mouse and keyboard
- 2022-02-22 08:16:33下载
- 积分:1
-
VC入门程序,用MFC编写你的第一个程序
VC入门程序,用MFC编写你的第一个程序-VC entry procedures, using MFC you prepared for the first procedure
- 2022-03-22 20:30:17下载
- 积分:1
-
算法实现题2
算法实现题2-1 输油管道问题
« 问题描述:
某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油
田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油
井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,
即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道
的最优位置。
« 编程任务:
给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是油井数n,1£ n£ 10000。接下来n 行是
油井的位置,每行2个整数x和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是油井到
主管道之间的输油管道最小长度总和。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
6
- 2022-11-12 20:40:04下载
- 积分:1
-
一个求解积分方程式的小程序,给感兴趣的人吧。
一个求解积分方程式的小程序,给感兴趣的人吧。-a solution of the integral equation small program to interested persons it.
- 2022-04-25 15:57:10下载
- 积分:1