-
CWebGrab is a simple class that allows you to quickly and easily download files...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
- 2022-03-18 10:29:55下载
- 积分:1
-
网络通信的例子,得用TCP协议和UDP协议实现,代码很精简,重点突出。...
网络通信的例子,得用TCP协议和UDP协议实现,代码很精简,重点突出。-Examples of network communication, to use TCP protocol and UDP protocol, the code is very concise and focused.
- 2023-08-12 15:20:03下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术-This is a c# to do with the chat rooms, there are server and client, using multi-threading technology
- 2022-01-24 14:27:42下载
- 积分:1
-
Xenu软件 :http检查死链,在查看http页面链接的时候,非常有用...
Xenu软件 :http检查死链,在查看http页面链接的时候,非常有用-Xenu Software: http check the dead links, in the view when the http page link is very useful for
- 2022-01-25 23:36:51下载
- 积分:1
-
Linux下socket即时通讯代码,无界面
Linux下利用socket套接字客户端和服务器的工作流程,编写的一个聊天室。能在一个房间里和其他人聊天,并显示房间号、时间和ip地址。
- 2022-07-11 05:57:36下载
- 积分:1
-
The complexity of network simulation software pajek source, the World Wide Web g...
复杂网络的仿真软件pajek源码,万维网的仿真图形-The complexity of network simulation software pajek source, the World Wide Web graphical simulation
- 2022-01-30 18:01:47下载
- 积分:1
-
异步tcp类库 很好用
c#源代码 可以用在你的.net程序中
异步tcp类库 很好用
c#源代码 可以用在你的.net程序中
-asynchronous tcp library is useful c# source code can be used in your. Net procedure
- 2023-05-22 18:35:03下载
- 积分:1
-
电子邮件
email-3.1.2 setup by linanbing,lab3339@189.cn-email-3.1.2setup from lab3339@189.cn
- 2022-12-20 00:20:03下载
- 积分:1
-
热血江湖v170插头
玉岗V170插件源代码转载请原谅
- 2023-06-03 13:35:03下载
- 积分:1