登录
首页 » Visual C++ » RemoteControl

RemoteControl

于 2020-11-02 发布 文件大小:215KB
0 260
下载积分: 1 下载次数: 172

代码说明:

  远程桌面控制的完整实现源码,设计文件在http://blog.csdn.net/dijkstar/article/details/9076911有详细描述,里面整合了位图压缩、鼠标键盘低级钩子等。里面的每项技术都具有工程参考价值。(Complete implementation of the remote control code, design documents described in detail in http://blog.csdn.net/dijkstar/article/details/9076911, which integrates bitmap compression, low-level mouse and keyboard hooks and so on. Inside each technology with engineering reference value.)

文件列表:

主机
....\Blocksock.cpp,9130,2013-06-08
....\Blocksock.h,3657,1997-03-20
....\Debug
....\getimage.aps,35780,2013-06-11
....\getimage.clw,1103,2013-06-11
....\getimage.cpp,2112,2013-06-09
....\getimage.dsp,4644,2013-06-11
....\getimage.dsw,539,2001-08-17
....\getimage.h,1346,2001-08-17
....\getimage.ncb,164864,2013-06-11
....\getimage.opt,50688,2013-06-11
....\getimage.plg,2525,2013-06-11
....\getimage.rc,5470,2013-06-11
....\getimageDlg.cpp,13961,2013-06-11
....\getimageDlg.h,1421,2013-06-11
....\Lan.cpp,3569,2013-06-11
....\Lan.h,529,2013-05-27
....\miniLZO
....\.......\htm" target=_blank>COPYING,18092,2011-08-13
....\.......\lzoconf.h,15281,2011-08-13
....\.......\lzodefs.h,68387,2011-08-13
....\.......\Makefile,2302,2011-08-13
....\.......\minilzo.c,141389,2011-08-13
....\.......\minilzo.h,3675,2011-08-13
....\.......\README.LZO,4092,2011-08-13
....\.......\testmini.c,5730,2011-08-13
....\misc.cpp,11651,2013-06-11
....\misc.h,380,2013-06-11
....\ReadMe.txt,3615,2001-08-17
....\res

....\...\getimage.rc2,400,2001-08-17
....\resource.h,916,2013-06-11
....\StdAfx.cpp,210,2001-08-17
....\StdAfx.h,1123,2013-06-11
远程终端
........\Blocksock.cpp,9130,2013-06-08
........\Blocksock.h,3657,1997-03-20
........\Debug
........\Lan.cpp,3564,2013-06-11
........\Lan.h,529,2013-05-27
........\miniLZO
........\.......\htm" target=_blank>COPYING,18092,2011-08-13
........\.......\lzoconf.h,15281,2011-08-13
........\.......\lzodefs.h,68387,2011-08-13
........\.......\Makefile,2302,2011-08-13
........\.......\minilzo.c,141389,2011-08-13
........\.......\minilzo.h,3675,2011-08-13
........\.......\README.LZO,4092,2011-08-13
........\.......\testmini.c,5730,2011-08-13
........\misc.cpp,13959,2013-06-11
........\misc.h,780,2013-06-11
........\PADTester.dsw,516,2013-04-11
........\PADTester.ncb,123904,2013-06-11
........\PADTester.opt,49664,2013-06-11
........\ReadMe.txt,3543,2013-04-11
........\res

........\...\Test.rc2,396,2013-04-11
........\resource.h,774,2013-06-11
........\StdAfx.cpp,206,2013-04-11
........\StdAfx.h,1129,2013-06-11
........\Test.aps,20860,2013-06-11
........\Test.clw,1124,2013-06-11
........\Test.cpp,2056,2013-06-09
........\Test.dsp,4572,2013-06-11
........\Test.h,1302,2013-04-11
........\Test.plg,242,2013-06-11
........\Test.rc,5220,2013-06-11
........\TestDlg.cpp,6704,2013-06-11
........\TestDlg.h,1348,2013-06-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ChatRoom
    局域网聊天室,实现客户端和服务器端,实现托盘功能,对网络编程和界面编程的同学有一定的帮助。(LAN chat rooms, client and server-side tray function, certain network programming and interface programming students.)
    2013-03-16 09:21:07下载
    积分:1
  • Chat
    网络通信客户端程序,利用vc++编程,简单方便,也实用(Network communication client program to use vc++ programming, is simple and convenient, but also practical)
    2009-04-04 11:34:27下载
    积分:1
  • SipRecordServer
    在vc++下通过ip端口抓取数据包,获取音频数据进行处理(In vc++ crawl through the ip port packet)
    2013-11-07 16:26:26下载
    积分:1
  • haisanids
    VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:   1.初始状态只监听连接,不捕获IP数据   2.鼠标右击列表选择或取消监控某端口数据   3.为防止ping攻击,一般情况ping数据全部监控   4.监控某端口数据时,不监控ping包   5.数据超过20k将被清空   6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips: 1. Initial state only listen for connections, do not capture IP data 2 Right-click the list to select or deselect a port monitoring data 3 To prevent ping attacks, general ping all monitoring data 4 When a port monitoring data, no monitoring of ping packets 5 The data will be cleared over 20k 6 right window displays the hexadecimal number stopped after capture)
    2014-07-02 10:17:36下载
    积分:1
  • ddos
    说明:  ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
    2020-06-19 09:15:41下载
    积分:1
  • ipmsg
    IPmsg的源代码,用于研究其中所用到的协议和算法(IPmsg source file)
    2012-04-08 14:55:39下载
    积分:1
  • WOL_AIO
    Wake On Lan 通过设置BIOS中的Wake ON LAN,可以通过局域网UDP广播,启动远程计算机。(Wake On Lan in the BIOS by setting Wake ON LAN, LAN UDP through radio, start the remote computer.)
    2007-07-31 21:10:47下载
    积分:1
  • GetPacket
    这是一个用vc++编写的,用以截获以太网数据的代码。(This is a used vc++ Prepared for Ethernet data intercepted code.)
    2008-07-15 15:57:46下载
    积分:1
  • Secret_hacker_disassembly
    黑客反汇编揭秘................(Secret_hacker_disassembly )
    2010-11-03 14:43:55下载
    积分:1
  • Chat
    异步套接字编写的网络聊天室程序,根据孙鑫VC++深入详解的例子改写,使用Visual studio 2008 SP1在Unicode编码环境下编写,可以收发中文字符。(Asynchronous socket program written in Internet chat rooms, according to Sun Xin VC++ depth Detailed examples rewritten using Visual studio 2008 SP1 environment written in Unicode encoding, you can send and receive Chinese characters.)
    2013-11-28 14:44:55下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载