Welcome![Sign In][Sign Up]
Location:
Search - Tserversocket

Search list

[ICQ-IM-Chat网络通信

Description: 用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.
Platform: | Size: 3893 | Author: 田子桐 | Hits:

[WinSock-NDISTClientSocketandTServerSocketmap

Description: 使用TClientSocket和TServerSocket写的端口映射
Platform: | Size: 194508 | Author: sweet | Hits:

[WinSock-NDIS用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5445 | Author: 里平 | Hits:

[ICQ-IM-Chat网络通信

Description: 用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.
Platform: | Size: 4096 | Author: 田子桐 | Hits:

[Internet-Network用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5120 | Author: 里平 | Hits:

[Internet-NetworkTClientSocketandTServerSocketmap

Description: 使用TClientSocket和TServerSocket写的端口映射-Use TClientSocket and TServerSocket write port mapping
Platform: | Size: 194560 | Author: sweet | Hits:

[Internet-Network240831608

Description: TServerSocket 使用多线程 高速版本-TServerSocket the use of multi-threaded high-speed version
Platform: | Size: 11264 | Author: vilysoft | Hits:

[Internet-NetworkTserversocket-sy

Description: 现在主流的连接方式有两种,一种是正向连接,另外一种是反向连接。不过你首先要明白一个远程控制的概念,就是客户端与服务端的概念。 如果是正向的联接的远程软件。那么客户端就是你。如果是反向联接的远程软件。那么你就是服务端。可能我这样的表述各位会有些迷糊,我对于服务端和客户端的理解为,服务端是应用提供端,也就是命令的提供者,而客户端是命令执行的结果展现者-Now connected to the mainstream there are two types of being connected to another is reverse connected. But you must first understand the concept of a remote control, that is, client and server-side concept. If it is positive remote connectivity software. Well, is your client. If it is reverse-connected remote software. Then you is service client. I am such a statement may be some confused you, I am a service client and the client' s understanding that the service is client-side applications, which is a provider of command, while the client is the command to show the results of the implementation of those
Platform: | Size: 430080 | Author: kissjetg | Hits:

[Internet-Networkcs_ss

Description: sample how to use TClientSocket & TServerSocket
Platform: | Size: 365568 | Author: monmon | Hits:

[Internet-NetworkDelphi_Socket_Chat

Description: 本程序采用Delphi2007编写 熟练使用了TServerSocket and TClientSocket 并能支持多人聊天-This procedure used to prepare skilled Delphi2007 used TServerSocket and TClientSocket and can support more than chat
Platform: | Size: 45056 | Author: 孙何军 | Hits:

[Internet-NetworkTestScktIocp

Description: 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Platform: | Size: 676864 | Author: cmd9x | Hits:

[TCP/IP stackTestScktIocp

Description: 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Platform: | Size: 677888 | Author: 老夫子 | Hits:

[Software EngineeringFTPtutorial

Description: 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
Platform: | Size: 1024 | Author: Becem | Hits:

[Internet-NetworkRat1.1.9

Description: 收尸者远控,可以供初学者参考。。。使用Tserversocket空间-Corpses by remote control, can be used for advanced users. . . Use Tserversocket space. .
Platform: | Size: 1462272 | Author: 王强 | Hits:

[Delphi VCLServerProtSocket

Description: 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 of those valid types). The idea is that every protocol message is a stream. You "start" communication by SendStream(PMess:string Stream:TStream), this will trigger a protocol event for that message that lets the receiver to respond by adding content to the output stream (of the event handler), if content is added to the answer, the result will be the same as if the receiver had SendStream() with the same message. This way any protocol can be implemented in a simpler way than using raw TClientSocket and TServerSocket.
Platform: | Size: 3072 | Author: David | Hits:

[Delphi VCLScktIocp

Description: ScktIocp.pas IOCP-TCP通讯组件,仅服务端组件 可直接替换ScktComp单元的TServerSocket组件-ScktIocp.pas IOCP-TCP communication components, only the server component can directly replace the ScktComp unit TServerSocket components
Platform: | Size: 7168 | Author: ciba | Hits:

[Delphi VCLSendingReceivFile_socket

Description: Sample of use TserverSocket and TClientSocket for send files over net
Platform: | Size: 24576 | Author: alexcc | Hits:

[Internet-NetworkSocketFile

Description: Delphi7 下 用TServerSocket 和 TClientSocket 传递流的例子。 解决粘包问题-Send Stream with TServerSocket and TClientSocket in Delphi7 Demo
Platform: | Size: 520192 | Author: kmafly | Hits:

[Internet-NetworkCODE_UPLOAD1086710222000

Description: 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
Platform: | Size: 39936 | Author: Mickroby | Hits:

[Delphi VCLServerSocketClientSocketThread

Description: Delphi 之TServerSocket和TClientSocket使用多线程进行文件传输例子-Delphi about TServerSocket and TClientSocket use thread transfer file
Platform: | Size: 503808 | Author: mozc | Hits:

CodeBus www.codebus.net