搜索资源列表
网络通信
- 用Tserversocket/Tclientsocket构件实现网络通信,除了在网内有些慢。其他都不错。是学习分析代码的好素材。-with Tserversocket / Tclientsocket network communication components, in addition to net some slow. Others are good. Learn to analyze code is a good materia
TClientSocketandTServerSocketmap
- 使用TClientSocket和TServerSocket写的端口映射
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访
网络通信
- 用Tserversocket/Tclientsocket构件实现网络通信,除了在网内有些慢。其他都不错。是学习分析代码的好素材。-with Tserversocket/Tclientsocket network communication components, in addition to net some slow. Others are good. Learn to analyze code is a good material.
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访
TClientSocketandTServerSocketmap
- 使用TClientSocket和TServerSocket写的端口映射-Use TClientSocket and TServerSocket write port mapping
240831608
- TServerSocket 使用多线程 高速版本-TServerSocket the use of multi-threaded high-speed version
Tserversocket-sy
- 现在主流的连接方式有两种,一种是正向连接,另外一种是反向连接。不过你首先要明白一个远程控制的概念,就是客户端与服务端的概念。 如果是正向的联接的远程软件。那么客户端就是你。如果是反向联接的远程软件。那么你就是服务端。可能我这样的表述各位会有些迷糊,我对于服务端和客户端的理解为,服务端是应用提供端,也就是命令的提供者,而客户端是命令执行的结果展现者-Now connected to the mainstream there are two
cs_ss
- sample how to use TClientSocket & TServerSocket
Delphi_Socket_Chat
- 本程序采用Delphi2007编写 熟练使用了TServerSocket and TClientSocket 并能支持多人聊天-This procedure used to prepare skilled Delphi2007 used TServerSocket and TClientSocket and can support more than chat
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
FTPtutorial
- This tutorial shows you how to manage the socket C + + Builder Client / Server with TClientSocket and TServerSocket and How to Manage Events OnClientRead and the method for sending text
Rat1.1.9
- 收尸者远控,可以供初学者参考。。。使用Tserversocket空间-Corpses by remote control, can be used for advanced users. . . Use Tserversocket space. .
ServerProtSocket
- Components derived from TServerSocket and TClientSocket to implement a particular protocol. Function is based in defining a serie of valid protocol messages (TStrings) and responding to protocol events (messages of any o
ScktIocp
- ScktIocp.pas IOCP-TCP通讯组件,仅服务端组件 可直接替换ScktComp单元的TServerSocket组件-ScktIocp.pas IOCP-TCP communication components, only the server component can directly replace the ScktComp unit TServerSocket components
SendingReceivFile_socket
- Sample of use TserverSocket and TClientSocket for send files over net
SocketFile
- Delphi7 下 用TServerSocket 和 TClientSocket 传递流的例子。 解决粘包问题-Send Stream with TServerSocket and TClientSocket in Delphi7 Demo
CODE_UPLOAD1086710222000
- This an example of how to use the TServerSocket for handeling Telnet connections in BCB-This is an example of how to use the TServerSocket for handeling Telnet connections in BCB
ServerSocketClientSocketThread
- Delphi 之TServerSocket和TClientSocket使用多线程进行文件传输例子-Delphi about TServerSocket and TClientSocket use thread transfer file