-
这是模拟在DOS下网络通信的客户端和服务器通信…
这是在DOS下模拟网络通信的客户端和服务端通信,很适合初学者学习-This is simulated in the DOS network communication client and server communications, it is suitable for beginners to learn
- 2022-04-20 00:38:52下载
- 积分: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
-
ASP.NET and database procedures, complete procedures, the use of strong sexual
这是一个ASP.NET和数据库的程序,程序完善,具有很强的使用性-ASP.NET and database procedures, complete procedures, the use of strong sexual
- 2022-01-25 21:11:09下载
- 积分:1
-
上网聊天室,是一个网络编程,适合初学者学习最好的..
网络聊天室,是初学者学习网络编程的最好案例-Internet chat rooms, is a network programming for beginners to learn the best case
- 2022-04-15 09:56:44下载
- 积分:1
-
一个简单的基于HTTP请求的Winsock的例子是有限的请大家多指教…
一个简单的基于WINSOCK的HTTP请求发送实例
水平有限
请大家指教-based on a simple HTTP request WINSOCK example of this is limited please enlighten
- 2022-01-26 08:19:03下载
- 积分:1
-
数据帧的CRC校验和算法
数据帧的CRC校验和算法-data frames CRC checksum algorithm
- 2023-08-14 19:30:02下载
- 积分:1
-
对ip包进行分析
对ip包进行分析-right ip packet analysis
- 2022-03-04 14:08:37下载
- 积分:1
-
made some computer card information source
取得计算机网卡的一些信息的代码-made some computer card information source
- 2022-01-27 13:11:38下载
- 积分:1
-
文字转换,可用于繁体字和简体字之间的转换
文字转换,可用于繁体字和简体字之间的转换
- 2022-03-24 01:10:25下载
- 积分:1
-
ASP源码 / 影视音乐
ASP源码 / 影视音乐-ASP source/Music Television
- 2022-03-02 09:34:04下载
- 积分:1