文件名称:INdy10TCP
-
所属分类:
- 标签属性:
- 上传时间:2013-11-22
-
文件大小:500.87kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用delphi做的TCP的测试程序,主要介绍idTcpclient和idTcpServer的使用。此包两个程序,一个是tcp客户端向服务端发送普通的字符串。服务端对客户端发来的字符串进行显示,并返回信息给客户端。另一个程序介绍TCP客户端如何发送由多个记录组成的数据包到服务端。服务端如何校验消息头和提取消息内容,并返回应答消息包给客户端。代码中每句都有解释,并且有一篇本人自己写的关于本程序的思路和代码意思。目的是希望大家能够互相学习。
程序是使用delphixe3写的,indy版本是indy10.5.9-Delphi do with TCP test procedures, introduces idTcpclient and idTcpServer use. This package two programs, one is tcp client sends to the service of ordinary strings. Server sent to the client to display a string and returns the information to the client. Another procedure describes how to send TCP client multiple records of data packets to the server. How to check the server message header and extract the message content, and returns a response packet to the client. Code each sentence are explained, and there is a I wrote about the idea of this program and code meant. In the hope that we can learn from each other. Procedure is to use delphixe3 written, indy version is indy10.5.9
程序是使用delphixe3写的,indy版本是indy10.5.9-Delphi do with TCP test procedures, introduces idTcpclient and idTcpServer use. This package two programs, one is tcp client sends to the service of ordinary strings. Server sent to the client to display a string and returns the information to the client. Another procedure describes how to send TCP client multiple records of data packets to the server. How to check the server message header and extract the message content, and returns a response packet to the client. Code each sentence are explained, and there is a I wrote about the idea of this program and code meant. In the hope that we can learn from each other. Procedure is to use delphixe3 written, indy version is indy10.5.9
(系统自动生成,下载前可以参看下载内容)
下载文件列表
INdy10TCP程序/TCP控件的使用.wps
INdy10TCP程序/test_Tcp1/Client/FTcpClient.dfm
INdy10TCP程序/test_Tcp1/Client/FTcpClient.pas
INdy10TCP程序/test_Tcp1/Client/TcpClient.dpr
INdy10TCP程序/test_Tcp1/Client/TcpClient.dproj
INdy10TCP程序/test_Tcp1/Client/TcpClient.dproj.local
INdy10TCP程序/test_Tcp1/Client/TcpClient.identcache
INdy10TCP程序/test_Tcp1/Client/TcpClient.res
INdy10TCP程序/test_Tcp1/Client/Win32/Debug/FTcpClient.dcu
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~1~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~2~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~3~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~4~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~5~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~6~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~10~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~11~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~12~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~13~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~14~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~15~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~16~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~17~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~18~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~19~
INdy10TCP程序/test_Tcp1/Server/FTcpServer.dfm
INdy10TCP程序/test_Tcp1/Server/FTcpServer.pas
INdy10TCP程序/test_Tcp1/Server/TcpServer.dpr
INdy10TCP程序/test_Tcp1/Server/TcpServer.dproj
INdy10TCP程序/test_Tcp1/Server/TcpServer.dproj.local
INdy10TCP程序/test_Tcp1/Server/TcpServer.identcache
INdy10TCP程序/test_Tcp1/Server/TcpServer.res
INdy10TCP程序/test_Tcp1/Server/Win32/Debug/FTcpServer.dcu
INdy10TCP程序/test_Tcp1/Server/Win32/Debug/iphist.dat
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~1~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~2~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~3~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~4~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~5~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~6~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~7~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~13~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~14~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~15~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~16~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~17~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~18~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~19~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~20~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~21~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~22~
INdy10TCP程序/test_Tcp1/内容介绍.txt
INdy10TCP程序/test_Tcp2/Client/FTcpClient.dfm
INdy10TCP程序/test_Tcp2/Client/FTcpClient.pas
INdy10TCP程序/test_Tcp2/Client/FTcpClient.vlb
INdy10TCP程序/test_Tcp2/Client/TcpClient.dpr
INdy10TCP程序/test_Tcp2/Client/TcpClient.dproj
INdy10TCP程序/test_Tcp2/Client/TcpClient.dproj.local
INdy10TCP程序/test_Tcp2/Client/TcpClient.identcache
INdy10TCP程序/test_Tcp2/Client/TcpClient.res
INdy10TCP程序/test_Tcp2/Client/Win32/Debug/FTcpClient.dcu
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~10~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~11~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~12~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~13~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~14~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~15~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~16~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~17~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~18~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~9~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~78~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~79~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~80~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~81~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~82~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~83~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~84~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~85~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~86~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~87~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~1~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~2~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~3~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~4~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~5~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~6~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~7~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~8~
INdy10TCP程序/test_Tcp2/Server/FTcpServer.dfm
INdy10TCP程序/test_Tcp2/Server/FTcpServer.pas
INdy10TCP程序/test_Tcp2/Server/TcpServer.dpr
INdy10TCP程序/test_Tcp2/Server/TcpServer.dproj
INdy10TCP程序/test_Tcp2/Server/TcpServer.dproj.local
INdy10TCP程序/test_Tcp2/Server/TcpServ
INdy10TCP程序/test_Tcp1/Client/FTcpClient.dfm
INdy10TCP程序/test_Tcp1/Client/FTcpClient.pas
INdy10TCP程序/test_Tcp1/Client/TcpClient.dpr
INdy10TCP程序/test_Tcp1/Client/TcpClient.dproj
INdy10TCP程序/test_Tcp1/Client/TcpClient.dproj.local
INdy10TCP程序/test_Tcp1/Client/TcpClient.identcache
INdy10TCP程序/test_Tcp1/Client/TcpClient.res
INdy10TCP程序/test_Tcp1/Client/Win32/Debug/FTcpClient.dcu
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~1~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~2~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~3~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~4~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~5~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.dfm.~6~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~10~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~11~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~12~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~13~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~14~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~15~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~16~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~17~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~18~
INdy10TCP程序/test_Tcp1/Client/__history/FTcpClient.pas.~19~
INdy10TCP程序/test_Tcp1/Server/FTcpServer.dfm
INdy10TCP程序/test_Tcp1/Server/FTcpServer.pas
INdy10TCP程序/test_Tcp1/Server/TcpServer.dpr
INdy10TCP程序/test_Tcp1/Server/TcpServer.dproj
INdy10TCP程序/test_Tcp1/Server/TcpServer.dproj.local
INdy10TCP程序/test_Tcp1/Server/TcpServer.identcache
INdy10TCP程序/test_Tcp1/Server/TcpServer.res
INdy10TCP程序/test_Tcp1/Server/Win32/Debug/FTcpServer.dcu
INdy10TCP程序/test_Tcp1/Server/Win32/Debug/iphist.dat
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~1~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~2~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~3~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~4~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~5~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~6~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.dfm.~7~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~13~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~14~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~15~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~16~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~17~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~18~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~19~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~20~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~21~
INdy10TCP程序/test_Tcp1/Server/__history/FTcpServer.pas.~22~
INdy10TCP程序/test_Tcp1/内容介绍.txt
INdy10TCP程序/test_Tcp2/Client/FTcpClient.dfm
INdy10TCP程序/test_Tcp2/Client/FTcpClient.pas
INdy10TCP程序/test_Tcp2/Client/FTcpClient.vlb
INdy10TCP程序/test_Tcp2/Client/TcpClient.dpr
INdy10TCP程序/test_Tcp2/Client/TcpClient.dproj
INdy10TCP程序/test_Tcp2/Client/TcpClient.dproj.local
INdy10TCP程序/test_Tcp2/Client/TcpClient.identcache
INdy10TCP程序/test_Tcp2/Client/TcpClient.res
INdy10TCP程序/test_Tcp2/Client/Win32/Debug/FTcpClient.dcu
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~10~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~11~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~12~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~13~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~14~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~15~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~16~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~17~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~18~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.dfm.~9~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~78~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~79~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~80~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~81~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~82~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~83~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~84~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~85~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~86~
INdy10TCP程序/test_Tcp2/Client/__history/FTcpClient.pas.~87~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~1~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~2~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~3~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~4~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~5~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~6~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~7~
INdy10TCP程序/test_Tcp2/Client/__history/MygetPhoto.pas.~8~
INdy10TCP程序/test_Tcp2/Server/FTcpServer.dfm
INdy10TCP程序/test_Tcp2/Server/FTcpServer.pas
INdy10TCP程序/test_Tcp2/Server/TcpServer.dpr
INdy10TCP程序/test_Tcp2/Server/TcpServer.dproj
INdy10TCP程序/test_Tcp2/Server/TcpServer.dproj.local
INdy10TCP程序/test_Tcp2/Server/TcpServ
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.