搜索资源列表
Demo(IdTCPServer)
- 消费采集程序,使用TCP通讯,有关IdTCPServer使用方法-consumption acquisition procedures, the use of TCP communications, the use of IdTCPServer
NETchar1.1011
- delphi7.0下idtcpclient和idtcpserver制作的聊天室软件,对学习socket很有帮助
tcpftp2
- idtcpserver 网络通讯传送文件的例子,传送速度极快!-idtcpserver network communications examples of the transmission of documents transmitted fast!
EasyIndyDemo
- 简单的Indy应用示例 IdTCPServer、IdTCPClient 的连接通信。
tcpftp2
- idtcpserver 网络通讯传送文件的例子,传送速度极快!-idtcpserver network communications examples of the transmission of documents transmitted fast!
Demo(IdTCPServer)
- 消费采集程序,使用TCP通讯,有关IdTCPServer使用方法-consumption acquisition procedures, the use of TCP communications, the use of IdTCPServer
NETchar1.1011
- delphi7.0下idtcpclient和idtcpserver制作的聊天室软件,对学习socket很有帮助-delphi7.0 under idtcpclient and produced idtcpserver chat room software, learning socket helpful
server
- 利用delphi 中的IDTCPSERVER空间编写的网络聊天服务器端程序,可以成功启动等待客户端接入。-Use delphi in IDTCPSERVER chat room for the preparation of the network server-side program, you can wait for the successful launch of client access.
Server
- delphi IdTCPServer 网络文件传输-delphi IdTCPServer network files
20072139528249
- 广播方式收发信息和图片/简易局域网聊天原创代码,界面部分未作处理. 通讯控件使用了广播组件IdIPMCastClient,IdSocketHandle, IdTCPServer,IdTCPConnection, IdTCPClient.-Broadcast messaging and picture/simple LAN chat original code, the interface part of the no treatme
qd
- 一个小签到程序,使用idtcpserver和idtcpclient,签到结果写入access数据库-A small sign program, use of idtcpserver and idtcpclient, result will be write in access
IdTCPServerdTCPClient
- delphi 用IdTCPServer和IdTCPClient传输文件,可以学习一下-delphi IdTCPClient with IdTCPServer and transfer files, you can learn about
project1
- delphi中使用IdTcpClient和IdTcpServer相互发送数据-delphi used to send data between IdTcpClient and IdTcpServer
IEasyIndyDemon
- 简单的Indy应用示例 IdTCPServer、IdTTCPClient 的连接通信。-Simple Indy application the example IdTCPServer, IdTTCPClient of connected communications.
test
- 简单示例delphi的idtcpserver-delphi idtcpserver
idtcpserver
- idtcpserver断开与连接客户端,大家可以学习一下-idtcpserver disconnect and connect the client, we can learn about
SocketServer
- Socket服务器端程序 delphi的,用Indy下的idtcpserver控件-Socket server-side program delphi, using Indy idtcpserver under control
INdy10TCP
- 用delphi做的TCP的测试程序,主要介绍idTcpclient和idTcpServer的使用。此包两个程序,一个是tcp客户端向服务端发送普通的字符串。服务端对客户端发来的字符串进行显示,并返回信息给客户端。另一个程序介绍TCP客户端如何发送由多个记录组成的数据包到服务端。服务端如何校验消息头和提取消息内容,并返回应答消息包给客户端。代码中每句都有解释,并且有一篇本人自己写的关于本程序的思路和代码意思。目的是希望大家能够互相学习。