-
Socket 异步通信,用户可以用不同的方式 不必须等待一个操作结束,然后在做别的操作,可以并行操作Socket。...
Socket 异步通信,用户可以用不同的方式 不必须等待一个操作结束,然后在做别的操作,可以并行操作Socket。-Socket asynchronous communication, users can use a different method does not have to wait until the end of an operation, and then doing other operations, operating in parallel socket.
- 2022-05-17 00:03:27下载
- 积分:1
-
一个类似linux的whois询问的windows中的例子
一个类似linux的whois询问的windows中的例子-Linux s whois a similar question in the example of windows
- 2022-08-12 12:20:02下载
- 积分:1
-
VC++ 串口通信,可以收发数据,可选用TCP/IP
通信
VC++ 串口通信,可以收发数据,可选用TCP/IP
通信-VC++ Serial communication, you can send and receive data, may choose to use TCP/IP communications
- 2022-10-03 15:50:03下载
- 积分:1
-
这个不需要多介绍吧,示范了如何编写3层结构的详细例子
这个不需要多介绍吧,示范了如何编写3层结构的详细例子-need any more on the bar, a demonstration on how to prepare a three-tier structure of the detailed examples
- 2022-02-04 07:40:04下载
- 积分: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
-
类似windows的net send功能的给其他windows机器发送消息的程序,其他机器不需要安装程序也可以收到消息...
类似windows的net send功能的给其他windows机器发送消息的程序,其他机器不需要安装程序也可以收到消息-A program in which message can be sent to others windows machine as like windows`s net sending function , and other machines can receive messages without installing this program
- 2022-03-19 07:17:47下载
- 积分:1
-
这是一个VNC源代码,号称世界上监控速度最快的监控系统.
这是一个VNC源代码,号称世界上监控速度最快的监控系统.-This is a VNC source code, which claims to monitor the world
- 2023-02-28 07:15:04下载
- 积分:1
-
很好……你可以学到更多的东西…
两线程同时监控服务器的两个端口,从其中一个端口接收到得数据都会通过另一端口转发给另一客户端。-It s very good...you can learn much more...
- 2023-04-09 10:50:04下载
- 积分:1
-
send and receive news : you can set ports, baud rate, parity and other parameter...
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数.用TCP/IP实现客户/服务器模式.-send and receive news : you can set ports, baud rate, parity and other parameters. Using TCP/IP client/server model.
- 2022-02-20 05:02:37下载
- 积分:1
-
聊天程序,主要系统调用,包括:套接字()
聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
- 2023-06-10 19:15:03下载
- 积分:1