-
在 c + + 异步 HTTP 请求 WinINet 包装
WinINet 使得网络编程更容易,但它是难以使用的 c + + 由于其 C 风格的界面,所以我写这段代码来包装它。使用它,您可以轻松创建异步 HTTP 请求和接收事件回调。它可以应用于 MFC 和 ATL 项目。
这段代码主要包含两个类: 类 FC 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-26 23:19:02下载
- 积分:1
-
一个很精典的邮件接收与发送的原程序!如果你不下载,你一定会后悔的,有什么问题请联系我!...
一个很精典的邮件接收与发送的原程序!如果你不下载,你一定会后悔的,有什么问题请联系我!-a very classic mail receiving and sending the original program! If you do not download, you will surely regret, what issues please contact me!
- 2022-03-12 19:16:49下载
- 积分:1
-
网络监听,可以查到包源及目的地址,可以分析数据包的内容...
网络监听,可以查到包源及目的地址,可以分析数据包的内容-eavesdropping network can check packet source and destination addresses can analyze the contents of data packets
- 2022-04-01 14:10:46下载
- 积分:1
-
this program demonstrated how to download http document, please refer!
本程序演示了如何下载http文件,请参考!-this program demonstrated how to download http document, please refer!
- 2022-03-10 21:40:18下载
- 积分:1
-
目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置...
目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置-directory is a peer-to-peer chatting UDP peer-to-peer chat program, running tests, the interception of ports need to change, if the same test machine, the need to change the program
- 2022-05-18 16:35:48下载
- 积分:1
-
宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集...
宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集-Broadband Operational Support System acquisition module, customers log on, server log information collected on
- 2023-04-27 21:45:04下载
- 积分:1
-
一个网络侦听程序
一个网络侦听程序-a Network Sniffer
- 2022-07-06 22:33:22下载
- 积分:1
-
超链接程序的原理。C++实现。代码没有错误
超链接程序的原理。C++实现。代码没有错误-c++
- 2022-01-25 14:38:23下载
- 积分:1
-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
一个网络多播的源代码
一个网络多播的源代码- A network broadcasts much source code
- 2022-03-22 05:27:52下载
- 积分:1