CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称: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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com