-
支持igmp v1,v2版本的igmp proxy
支持igmp v1,v2版本的igmp proxy-Support igmp v1, v2 version igmp proxy
- 2022-07-02 13:39:21下载
- 积分:1
-
Prepared their own instant messaging client, very simple, just a reference to le...
自己编写的即时通讯客户端,非常简单,只是参考学习用的,欢迎批评指正-Prepared their own instant messaging client, very simple, just a reference to learn and welcome criticism
- 2022-02-04 09:18:21下载
- 积分:1
-
Asp. Net platform, suitable for learning to use, better Elective System
asp.net平台,适合学习使用,选课系统较完善-Asp. Net platform, suitable for learning to use, better Elective System
- 2023-08-17 11:30: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
-
王献冰源代码好用的源码
王献冰源代码好用的源码-source of the source code handy
- 2022-05-07 23:36:46下载
- 积分:1
-
H323的其中一个版本
H323的其中一个版本--h323plus,开发视频会议必备的协议栈-H323 One of a version- h323plus, development of video conferencing protocol stack necessary for
- 2023-04-03 21:35:04下载
- 积分:1
-
SQL触发器有关网站管理
SQL触发器有关网站管理-SQL Trigger website management
- 2022-08-21 07:29:01下载
- 积分:1
-
WEB应用程序,delphi示例
WEB应用程序,delphi示例-Web applications, delphi Example
- 2022-04-23 07:39:34下载
- 积分:1
-
java socket编程
java socket 通信 实现客户端和服务端之间的通信
- 2022-01-21 04:22:21下载
- 积分:1
-
use MAPI to send documents Batch Control
用MAPI控件批量发送文件-use MAPI to send documents Batch Control
- 2023-08-11 22:20:02下载
- 积分:1