-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
- 2023-05-10 23:20:02下载
- 积分:1
-
发送ARP包的控制台程序,简单易懂
发送ARP包的控制台程序,简单易懂-ARP packets sent to the console procedures, simple
- 2022-02-06 17:45:10下载
- 积分:1
-
BroadcastSender
#include
#include
#include
#include
#include
#include
#include "Practical.h"
static const char *IN6ADDR_ALLNODES = "FF02::1"; // v6 addr not built in
int main(int argc, char *argv[]) {
if (argc != 4) // Test for correct number of arguments
- 2022-05-22 11:28:35下载
- 积分:1
-
微软的http服务器实例代码
微软的http服务器实例代码-Microsoft http server code examples
- 2022-03-18 19:47:17下载
- 积分:1
-
具有异形窗口的网络电话的程序
具有异形窗口的网络电话的程序-Profiled window with the telephone network procedures
- 2022-02-03 01:04:46下载
- 积分:1
-
ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms an...
ON(Voice Over Net)语音聊天控件是为了简化网上语音聊天室开发过程而定制的, 基于Microsoft ActiveX技术的ActiveX控件,语音清晰,支持各种网络带宽。同样 也适用于局域网电话系统等各种需要语音传输的系统通信系统。可在各种支持 ActiveX技术的开发平台中使用,例如网页,Visual Basic,Visual C++,Delphi, PowerBuilder等。-ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms and custom development process, based on ActiveX technology Microsoft ActiveX controls, voice clear support network bandwidth. The same also applies to local area networks, such as the telephone system needs voice transmission system communications systems. The various support ActiveX technology development platform to use, for example, the website, Visual Basic, Visual C, Delphi, PowerBuilder, etc
- 2022-08-14 08:12:35下载
- 积分:1
-
描述如何开发CGI邮件的程序原代码,主要通过一个实例讲解C++的使用...
描述如何开发CGI邮件的程序原代码,主要通过一个实例讲解C++的使用-this is the CGI code
- 2023-04-13 16:15:04下载
- 积分:1
-
socketio for client
socketio for client socketio for client socketio for client socketio for client
- 2022-06-28 22:52:15下载
- 积分:1
-
网络端口测试工具
对于有网络权限的公司,一款好的、简单的网络测试工具是提高工作效率的必备,这款工具正好满足这个特定需求。可用于测试内外网端口开通情况,分为TCP服务端echo server、UDP服务端echo server、tcp客户端、udp客户端。
- 2023-02-02 15:15:04下载
- 积分:1
-
soket通信
实现多客户机服务器Socket通信 使用多线程操作 可以实现客户机和服务器之间的数据自由发送 希望可以帮到做网络通信的朋友。
- 2022-07-05 11:12:03下载
- 积分:1