-
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
-
用C++builder编写的一个用来获取天气信息的程序,其界面简单,实用性强...
用C++builder编写的一个用来获取天气信息的程序,其界面简单,实用性强-C++ builder prepared a weather information used to obtain the procedure, the interface simple. practical
- 2022-03-06 09:59:47下载
- 积分:1
-
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。...
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。-Simple multi-threaded chat tool, using MFC Programming for beginner of network programming is a very good start.
- 2022-06-27 15:51:34下载
- 积分:1
-
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载...
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载-integrity of the link to see procedures, which can inspect the procedures which opened the port, data transceiver information flow, etc., to download
- 2022-02-11 22:52:09下载
- 积分:1
-
一个通过tcp进行通信的例子
一个通过tcp进行通信的例子-Tcp communicate through examples
- 2022-06-21 16:37:08下载
- 积分:1
-
进销存系统。asp自主开发,功能齐全。
进销存系统。asp自主开发,功能齐全。-Invoicing System. asp independent development, full-featured.
- 2022-01-21 20:51:07下载
- 积分:1
-
一个简单的聊天室程序 源程序齐全 有主机服务器端和客户端
一个简单的聊天室程序 源程序齐全 有主机服务器端和客户端-A simple chat room hosts have complete program source server-side and client
- 2023-01-05 20:15:03下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
Daming after another shock wave source code, in 2004 raging across the network
大名顶顶的震荡波源代码,曾在2004年肆虐整个网络-Daming after another shock wave source code, in 2004 raging across the network
- 2022-02-22 03:56:50下载
- 积分:1
-
NDIS underlying development, miniport middle layer, network intercept data packe...
ndis底层开发,miniport 中间层,网络数据包拦截-NDIS underlying development, miniport middle layer, network intercept data packets
- 2022-08-24 09:07:57下载
- 积分:1