delphiremotedesktopcontrol

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:1255KB
下载次数:43
上传日期:2015-04-16 15:08:10
上 传 者wastar
说明:  Delphi远程桌面(远程控制)程序附源代码
(Delphi remote desktop (remote control) program with source code)

文件列表:
Delphi远程桌面(远程控制)程序附源代码\CClient\CClient.bpr (4094, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\CClient.cpp (935, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\CClient\CClient.res (876, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\Host.cpp (895, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\Host.dfm (1678, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\Host.h (925, 2008-01-14)
Delphi远程桌面(远程控制)程序附源代码\CClient\Main.cpp (9944, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\Main.dfm (3021, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CClient\Main.h (3183, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CServer\CodeFans.net.url (79, 2008-09-10)
Delphi远程桌面(远程控制)程序附源代码\CServer\CServer.bpr (4093, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CServer\CServer.cpp (904, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\CServer\CServer.res (876, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CServer\Main.cpp (5132, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CServer\Main.dfm (2144, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\CServer\Main.h (1911, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\CServer\ScreenSpy.cpp (6218, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\CServer\ScreenSpy.h (1803, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DClient\DClient.dpr (295, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DClient\Host.dfm (1678, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DClient\Host.pas (800, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DClient\Main.dfm (3043, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DClient\Main.pas (9348, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIClient\Color.dfm (1056, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIClient\Color.pas (725, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIClient\DIClient.dpr (332, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DIClient\Main.dfm (2725, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DIClient\Main.pas (8605, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIClient\View.dfm (977, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DIClient\View.pas (6302, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIServer\DIServer.dpr (2791, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIServer\MyClasses.pas (31703, 2008-12-20)
Delphi远程桌面(远程控制)程序附源代码\DIServer\MyGraphics.pas (42143, 2008-12-20)
Delphi远程桌面(远程控制)程序附源代码\DIServer\MySocket.pas (30249, 2008-12-23)
Delphi远程桌面(远程控制)程序附源代码\DIServer\MySysutils.pas (13138, 2008-12-23)
Delphi远程桌面(远程控制)程序附源代码\DIServer\ScreenSpy.pas (6494, 2009-06-18)
Delphi远程桌面(远程控制)程序附源代码\DIServer\ZLibEx.pas (9286, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DServer\CodeFans.net.url (79, 2008-09-10)
Delphi远程桌面(远程控制)程序附源代码\DServer\DServer.dpr (295, 2009-01-12)
Delphi远程桌面(远程控制)程序附源代码\DServer\Main.dfm (2144, 2009-01-12)
... ...

{*******************************************} { DGScreenSpy } { Version: 0.4c } { Author: BCB-DG } { EMail: iamgyg@163.com } { QQ: 112275024 } { Blog: http://iamgyg.blog.163.com } {*******************************************} 近來工作稍閒,再度研究下算法。 此算法為分塊,算法原型參考自小牛。 更好算法,有空將更新改進。 File List: ---------- DIClient(Indy9.0.18): DIServer(DXClient): D7反向連接方式,服務端采用精簡VCL,程序體積比較小 DClient(ICS6): DServer(ICS6): D7正向連接方式 CClient(ICS5): CServer(ICS5): BCB6正向連接方式 ┏━━━━━━━━━━━━━━━━━━━━━┓ ┃ 源 码 爱 好 者 ┃ ┣━━━━━━━━━━━━━━━━━━━━━┫ ┃ ┃ ┃ 提供源码发布与下载 ┃ ┃ ┃ ┃ http://www.codefans.net ┃ ┃ ┃ ┃ 互助、分享、提高 ┃ ┗━━━━━━━━━━━━━━━━━━━━━┛

近期下载者

相关文件


收藏者