-
关于ASP编程的相关资料,感兴趣的可以看一看哦
关于ASP编程的相关资料,感兴趣的可以看一看哦-ASP programming on the relevant information, interested can look at oh
- 2022-10-24 00:25:02下载
- 积分:1
-
用VC++实现的基于MFC的Socket编程程序,希望对大家有所帮助
用VC++实现的基于MFC的Socket编程程序,希望对大家有所帮助-Using VC++ to achieve the Socket-based MFC programming procedures, we would like to help ... ...
- 2023-07-11 18:15:03下载
- 积分:1
-
通讯程序的server端,可以管理很多消息。对初学边写服务器的人有帮助。推荐大家下载。...
通讯程序的server端,可以管理很多消息。对初学边写服务器的人有帮助。推荐大家下载。-Client server communication process, you can manage a lot of news. Learning to write the server side of those who have helped. Recommend everyone to download.
- 2022-02-24 12:03:01下载
- 积分:1
-
traceroute in windown realize under
traceroute在windown下的实现-traceroute in windown realize under
- 2022-08-26 12:09:17下载
- 积分:1
-
linu下socket多线程服务器与客户端的通信
linu下socket多线程服务器与客户端的通信-LINU socket under multithreaded server and client communications
- 2022-08-04 07:28:05下载
- 积分:1
-
用Evc开发的一些关于文件操作的程序实例源码,供大家下载参考学习...
用Evc开发的一些关于文件操作的程序实例源码,供大家下载参考学习-Evc development with a number of documents on the operation of the source code examples procedures for downloading information learning
- 2023-07-07 19:15:04下载
- 积分:1
-
Implements a simple Ping, C++ code, for novice to learn very helpful!
实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
- 2023-07-20 02:20:04下载
- 积分:1
-
C#实现分段重组(segment/reassembly)协议
发送端:发送端每收到一个上层报文都会为其设一个唯一的序列号。收到的大报文进行分段,构造S/R报头,如 REF _Ref371456073 h 图表1所示。构造报头和数据部分连接后,按序从片段号=1的报文开始发送,并设置重传定时器,直到发送完毕。重传定时器截止之前,如果收到了接收端发送的完全确认,即数据分段全部被接收,则清除该该序列号报文的缓存和定时器;如果收到了部分确认则根据部分确认的指示重传丢失的分段;如果定时器截止时还没有收到任何接收端的回
- 2023-04-22 01:25:04下载
- 积分:1
-
Windows使用qt组播(编译MinGW)(C++开发环境Eclipse…
windows QT使用组播(编译器 MinGW)开发环境(eclipse c++)-windows QT using multicast (compiler MinGW) development environment (eclipse c++)
- 2023-07-15 10:25:03下载
- 积分:1
-
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
- 2023-07-22 21:35:02下载
- 积分:1