-
VC网络编程模型示例之完成例程模型(CompletionRoutine)
VC网络编程模型示例之完成例程模型(CompletionRoutine)MFC代码,配有非常非常详尽的注释,功能只是简单的显示一下各个客户端发来的字符,作为教学代码,为了使得代码结构清晰明了,简化了很多地方,用于产品开发的话还需要做很多改进,有错误或者不足的地方,非常欢迎大家不吝指出。
- 2022-02-06 03:13:39下载
- 积分:1
-
games shooting
谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力谢谢你的努力努力merci pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri pour votre effortmeri努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力努力
- 2022-02-01 05:31:01下载
- 积分:1
-
GNet是一个简单的网络库。它是目标定向的,用C语言编写,并建立在GLib上。它有意于小而快,易用并易接到端口上。 GNet支持抽象的Internet地址, T...
GNet是一个简单的网络库。它是目标定向的,用C语言编写,并建立在GLib上。它有意于小而快,易用并易接到端口上。 GNet支持抽象的Internet地址, TCP, UDP, IP Multicast,异步DNS查找, TCP连接,和SOCKS。它有文档编制和例子。-GNet is a simple network library. It is the goal-oriented, with C language and the establishment of the GLib on. It intends to small and fast, easy-to-use and easy on the receiving port. GNet support abstract Internet addresses, TCP, UDP, IP Multicast, asynchronous DNS search, TCP connection, and SOCKS. It documentation and examples.
- 2023-02-12 22:40:03下载
- 积分:1
-
socket分布式爬虫实现
一个自己写的分布式爬虫,采用socket在主机与客户端之间通信,用到多线程和阻塞等技术,仅仅用来参考
- 2022-12-12 10:15:04下载
- 积分:1
-
介绍了在vc中产生随即数的常用方法,方便应用程序的开发。
介绍了在vc中产生随即数的常用方法,方便应用程序的开发。-rand number
- 2022-08-17 17:05:33下载
- 积分:1
-
Winpcap源码,好
Winpcap源码,好-Winpcap source, good Dongdong
- 2022-06-01 09:11:15下载
- 积分:1
-
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
ssh与websocket集成完成对websocket接口数据处理及存储
- 2022-03-20 07:08:42下载
- 积分:1
-
学习计算机网络的课件希望大家能够得到更好的分享,同时希望对你的学习有所帮助...
学习计算机网络的课件希望大家能够得到更好的分享,同时希望对你的学习有所帮助-Learning courseware for computer networks hope that we can be better shared, at the same time want to be helpful to your learning
- 2023-02-17 11:30:05下载
- 积分:1
-
sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制...
sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制的错误处理。-sockets API Packaging category, in UNIX and work under Win32 platform. SSL, IPv6, TCP/UDP sockets, TCP encryption, HTTP protocol, highly customizable error handling.
- 2022-02-24 09:31:13下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1