Location:
Search - tclientsocket
Search list
Description: 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Platform: |
Size: 152806 |
Author: 王鹏 |
Hits:
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:
Description: delphi 网络通讯编程控件,有源代码,供程序员参考
Platform: |
Size: 12398 |
Author: donglijin |
Hits:
Description: 使用TClientSocket和TServerSocket写的端口映射
Platform: |
Size: 194508 |
Author: sweet |
Hits:
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:
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:
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:
Description: 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Platform: |
Size: 152576 |
Author: 王鹏 |
Hits:
Description: delphi 网络通讯编程控件,有源代码,供程序员参考-delphi programming network communications control, active code for the programmer s reference
Platform: |
Size: 12288 |
Author: donglijin |
Hits:
Description: 使用TClientSocket和TServerSocket写的端口映射-Use TClientSocket and TServerSocket write port mapping
Platform: |
Size: 194560 |
Author: sweet |
Hits:
Description: socket知识介绍,Socket建立过程详细描述,TServerSockett和TClientSocket的源代码-socket knowledge introduced, Socket detailed description of the process of establishing, TServerSockett and TClientSocket source code
Platform: |
Size: 14336 |
Author: bobi |
Hits:
Description: sample how to use TClientSocket & TServerSocket
Platform: |
Size: 365568 |
Author: monmon |
Hits:
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:
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:
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:
Description: Sample of use TserverSocket and TClientSocket for send files over net
Platform: |
Size: 24576 |
Author: alexcc |
Hits:
Description: Delphi7 下 用TServerSocket 和 TClientSocket 传递流的例子。 解决粘包问题-Send Stream with TServerSocket and TClientSocket in Delphi7
Demo
Platform: |
Size: 520192 |
Author: kmafly |
Hits:
Description: ICQ Pager Using TClientSocket
Platform: |
Size: 3072 |
Author: hvm70 |
Hits:
Description: delphi 下的套接字编程
TclientSocket
Platform: |
Size: 2048 |
Author: zsg |
Hits:
Description: 在Delphi下,TClientSocket的使用技巧和方法(The skills and methods of using TClientSocket under Delphi)
Platform: |
Size: 129024 |
Author: lhr1235
|
Hits: