-
This book guides software professionals through the traps and pitfalls of develo...
This book guides software professionals through the traps and pitfalls of developing efficient, portable, and flexible networked applications. It explores the inherent design complexities of concurrent networked applications and the tradeoffs that must be considered when working to master them.
- 2022-02-06 21:12:05下载
- 积分:1
-
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析FTP
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析FTP-based on the TCP protocol analysis, analysis of WINPCAP engine, the main use to analyze FTP
- 2022-02-25 10:00:34下载
- 积分:1
-
简单实现tftp协议的服务器端,可以采用windows自带的client进行调试...
简单实现tftp协议的服务器端,可以采用windows自带的client进行调试-simple implementation of the agreement tftp server, bringing their windows can be used for debugging the client
- 2022-07-03 14:08:42下载
- 积分:1
-
一个套接字通信程序
包含一个测试的状态机
一个套接字通信程序
包含一个测试的状态机-A socket communication program includes a test state machine
- 2023-07-15 17:40:07下载
- 积分:1
-
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习...
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习-SOCKET network-based chat room features, suitable for beginners to learn programming on the network
- 2022-05-30 11:46:12下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
本程序是用vb写的,代码很简练,带了几个类.已经基本实现局域网聊天的功能...
本程序是用vb写的,代码很简练,带了几个类.已经基本实现局域网聊天的功能-this procedure is used vb written in the code is very concise, with a few categories. LAN has basic chat function
- 2022-02-04 16:24:33下载
- 积分:1
-
采用CAsyncSocket实现的聊天程序
采用CAsyncSocket实现的聊天程序-CAsyncSocket realize the use of the chat program
- 2022-03-23 07:42:03下载
- 积分:1
-
非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程...
非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
- 2022-03-14 09:52:20下载
- 积分:1
-
VC++编程环境。实现简单网络管理协议snmp的编程。界面友好,使用方便。...
VC++编程环境。实现简单网络管理协议snmp的编程。界面友好,使用方便。-VC++ programming environment. Snmp Simple Network Management Protocol to achieve the programming. Friendly interface and easy to use.
- 2022-03-06 07:51:28下载
- 积分:1