-
network tcp/ip client-server data exchange over network
VisualStudio C++源程序
- 2023-08-10 09:45:03下载
- 积分:1
-
IEEE 802.11a
IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000(E)), IEEE Standard for Information technology―Telecommunications and information exchange between systems―Local and metropolitan area networks―Specific requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications―Amendment 1: High-speed Physical Layer in the 5 GHz band -IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000 (E)), IEEE Standard for Information technology-Telecommunications and information exchange between systems-Local and metropolitan area networks-Specific requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications-Amendment 1: High-speed Physical Layer in the 5 GHz band
- 2022-04-21 04:09:44下载
- 积分:1
-
基于IOCP的高并发服务器
资源描述这是基于IOCP的高并发服务器 目前用于某出租车公司 日在线7000台车机终端
- 2022-07-05 11:22:43下载
- 积分:1
-
简单网吧控制软件
简单网吧控制软件-simple control software for Internet cafes
- 2023-05-26 21:45:03下载
- 积分:1
-
C#数据访问组件,适合各类数据的保存操作
C#数据访问组件,适合各类数据的保存操作-C# data access components, suitable for all types of data storage operation
- 2022-04-28 03:05:41下载
- 积分:1
-
to show all conecction in you pc
to show all conecction in you pc
- 2023-07-23 02:00:02下载
- 积分:1
-
一个可以发出fc上90tamk的程序
一个可以发出fc上90tamk的程序-one can be issued fc on the procedures 90tamk
- 2022-10-30 04:20:03下载
- 积分:1
-
socket 文件上传
模拟客户端 、服务器端socket 之间的通信,实现文件的上传功能,也可用于与APP端的服务器接口使用
- 2022-03-21 06:34:20下载
- 积分:1
-
实现多线程聊天室
实现多线程聊天室-The realization of multi-threaded chat room
- 2023-08-09 18:35:03下载
- 积分:1
-
心跳检测
判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。
- 2023-01-13 03:05:04下载
- 积分:1