-
本程序是用来发送电子邮件的源代码
本程序是用来发送电子邮件的源代码-this procedure is used to send e-mail source code
- 2022-01-26 07:46:48下载
- 积分:1
-
用C++实现的一个简单的ping程序 程序已经调试好
用C++实现的一个简单的ping程序 程序已经调试好-a simple ping net program
- 2022-03-30 22:16:26下载
- 积分:1
-
ASP.NET File Upload Example 文件上传
ASP.NET File Upload Example 文件上传-ASP.NET File Upload file upload Example
- 2022-07-04 08:12:06下载
- 积分: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语言初学者 非常简单
c 网络编程 简单实现 c语言初学者 非常简单-c network programming language for beginners is very simple and easy to achieve c
- 2022-10-02 22:40:03下载
- 积分:1
-
以太网MAC dm9000的若干资料,使用DM9000时的有用参考啊
以太网MAC dm9000的若干资料,使用DM9000时的有用参考啊-Ethernet MAC dm9000 certain information, the use of a useful reference when DM9000 ah
- 2022-01-31 02:40:38下载
- 积分:1
-
运价查询系统,商用源码,请下载学习研究,密码在文档里有提供....
运价查询系统,商用源码,请下载学习研究,密码在文档里有提供.-Freight inquiry system, commercial source code, please download the study and research, the password provided in the document there.
- 2022-10-30 17:35:03下载
- 积分:1
-
用C++实现的聊天程序的客户端,主要用于学习网络编程。
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-04-09 01:19:13下载
- 积分:1
-
UDP通讯测试程序可以知道源IP,IP地址的目的…
UDP通信测试程序,可以知道源IP,目标IP地址,进行UDP通信测试-UDP communications test procedure can know the source IP, IP addresses objectives, UDP communications test
- 2022-11-12 07:25:03下载
- 积分:1
-
好用的网络文件传输工具
好用的网络文件传输工具-handy network file transfer tool
- 2023-07-08 14:25:02下载
- 积分:1