登录
首页 » C++ Builder » TCP服务器端和客户端程序

TCP服务器端和客户端程序

于 2017-12-29 发布 文件大小:738KB
0 264
下载积分: 1 下载次数: 7

代码说明:

  使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)

文件列表:

TCP组件实验\client\Client.bpr, 3654 , 2017-12-27
TCP组件实验\client\Client.cpp, 1069 , 2017-12-27
TCP组件实验\client\Client.exe, 35328 , 2017-12-28
TCP组件实验\client\Client.obj, 17715 , 2017-12-28
TCP组件实验\client\Client.res, 876 , 2017-12-27
TCP组件实验\client\Client.tds, 2162688 , 2017-12-28
TCP组件实验\client\Unit1.cpp, 3741 , 2017-12-28
TCP组件实验\client\Unit1.ddp, 51 , 2017-12-28
TCP组件实验\client\Unit1.dfm, 1764 , 2017-12-27
TCP组件实验\client\Unit1.h, 1699 , 2017-12-27
TCP组件实验\client\Unit1.obj, 93152 , 2017-12-28
TCP组件实验\client\Unit1.~cpp, 3737 , 2017-12-28
TCP组件实验\client\Unit1.~ddp, 51 , 2017-12-28
TCP组件实验\client\Unit1.~dfm, 1764 , 2017-12-27
TCP组件实验\client\Unit1.~h, 1699 , 2017-12-27
TCP组件实验\server\Server.bpr, 3655 , 2017-12-26
TCP组件实验\server\Server.cpp, 1072 , 2017-12-26
TCP组件实验\server\Server.exe, 35328 , 2017-12-28
TCP组件实验\server\Server.obj, 17720 , 2017-12-28
TCP组件实验\server\Server.res, 876 , 2017-12-26
TCP组件实验\server\Server.tds, 2162688 , 2017-12-28
TCP组件实验\server\Unit1.cpp, 4096 , 2017-12-28
TCP组件实验\server\Unit1.ddp, 51 , 2017-12-28
TCP组件实验\server\Unit1.dfm, 1934 , 2017-12-27
TCP组件实验\server\Unit1.h, 1897 , 2017-12-27
TCP组件实验\server\Unit1.obj, 108975 , 2017-12-28
TCP组件实验\server\Unit1.~cpp, 4078 , 2017-12-27
TCP组件实验\server\Unit1.~ddp, 51 , 2017-12-27
TCP组件实验\server\Unit1.~dfm, 1934 , 2017-12-27
TCP组件实验\server\Unit1.~h, 1897 , 2017-12-27
TCP组件实验\client, 0 , 2017-12-28
TCP组件实验\server, 0 , 2017-12-28
TCP组件实验, 0 , 2017-12-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • nas
    从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)
    2015-02-02 17:44:36下载
    积分:1
  • janxhrough
    ActiveX文档容器,通过这个例子可以交你如何自己写一个,(ActiveX container, through this example can teach you how to write my own one,)
    2017-03-31 21:50:33下载
    积分:1
  • oRTP
    说明:  该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
    2010-04-05 14:52:39下载
    积分:1
  • Socket
    socket 通讯 事例 源码,不多哦,大家可以看看(socket sourse code,this is veay good)
    2014-01-15 11:46:42下载
    积分:1
  • IOCPScalableServer
    该代码展示了如何利用完成端口配合异步I/O开发可扩展服务端。(The code demonstrates how to complete port with the use of asynchronous I/O can be expanded development of the server.)
    2007-06-19 17:55:21下载
    积分:1
  • Hacking-Exposed
    一本优秀的国外黑客教程(中文版),介绍了很多主流的黑客手段和其所使用的工具,并且难度适中,新手和高手都适合看。(An excellent foreign hackers tutorial (Chinese version), introduces some mainstream hacking tools and means.)
    2015-05-04 20:50:09下载
    积分:1
  • IPPackCap
    编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the number of the source address is issued in the time of the IP package, written into the log file or graph out (that show the statistical results with graphics).)
    2021-01-11 17:18:49下载
    积分:1
  • TCP服务器端和客户端
    使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
    2017-12-29 08:35:47下载
    积分:1
  • 使用MqttNet自建mqtt服务端(broker)并实现客户端发布订阅消息 入门级示例源码
    本示例主要实现了以下三点: 1. 自建了mqtt 服务端(broker),并可以接收客户端发来的各种topic 2. 实现了客户端发布订阅mqtt消息 3. 实现了 服务端直接向外广播topic,客户端只需要 订阅该topic即可 调试步骤如下: 1. 运行>>cmd>>  cd 至 MQTTnet.TestApp.AspNetCore2 目录,并执行 dotnet run 2. 浏览器输入 http://localhost:5000 即可看到如下截图,浏览器输入 http://localhost:5000/publish 即可通过服务端发布topic
    2018-10-01下载
    积分:1
  • RfQkjNTYK
    代码是用来实现使用IP地址控件显示和设置IP地址的vc代码,好,有需要的朋友可以看看(Vc code is used to display and set the IP address using the IP address of the control code, need friends can look at)
    2013-01-10 18:07:07下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载