-
最完整的IOCP编程例子
应用背景最完整的IOCP编程例子,从控件封装、通讯协议、上传下载、SQL查询到日志查看,都有完整实现。程序架构实现了:可纵向调整程序性能、控制协议开关、日志配置等一序列实现。关键技术例子主要包括IOCP控件封装、服务端实现、传输协议和日志、控制、SQL查询、上传、下载等协议实现,并包括一些初步的性能测试结果。
服务端:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-26 12:25:24下载
- 积分:1
-
半自动论坛聊天系统喊话程序,先抓包然后填入即可
半自动论坛聊天系统喊话程序,先抓包然后填入即可-Semi-automatic system message chat forum procedures, first to capture and then fill in
- 2022-02-04 01:11:29下载
- 积分:1
-
PHP读取excel的程序,简单明了
PHP读取excel的程序,简单明了-PHP read excel procedures simple and clear
- 2022-02-20 23:51:17下载
- 积分:1
-
该程序为PC机与单片机通过RS
该程序为PC机与单片机通过RS-232串行口通信的PC端程序,含界面设计和串口设置-The program for the PC and MCU through the RS-232 serial port of the PC client communication procedures, including interface design and the serial port settings
- 2023-07-08 15:00:02下载
- 积分:1
-
网络极速寻呼程序源代码
资源描述直接用winsock api实现寻呼功能
> 支持完全自控的聊天服务
> 支持中国联通,河北国信,万声寻呼,中铁寻呼,斯壮寻呼,国讯寻呼等主要干线
- 2022-10-08 17:00:02下载
- 积分:1
-
简单的ftp客户端下载程序,我用了一下,还不错。
简单的ftp客户端下载程序,我用了一下,还不错。-simple ftp client download, I used a bit, quite good.
- 2022-02-25 06:59:40下载
- 积分:1
-
E1与V.35标准说明及E1与V.35信号转换的实现方法。
E1与V.35标准说明及E1与V.35信号转换的实现方法。-E1 and V.35 standard descriptions and E1 and V.35 signal conversion method.
- 2023-06-13 14:25:03下载
- 积分:1
-
工业以太网中用于下位机的modbus源码
资源描述这是一个用于工业以太网中下位机用的Modbus源码,非常好用,欢迎下载!!
- 2022-01-26 04:01:51下载
- 积分:1
-
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。-HTTP protocol to download through the procedures, support HTTP download and multithreading.
- 2022-03-16 17:30:23下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1