-
popular Internet site MOVE
热门网站移动
- 2022-05-12 16:34:27下载
- 积分:1
-
asp.net经典案例资料,希望对初学者有所帮助
asp.net经典案例资料,希望对初学者有所帮助-classic case information, and I hope to help beginners
- 2022-12-21 05:45:03下载
- 积分:1
-
获取本地IP并显示 简单控制台程序(已编译通过)
获取本地IP并显示 简单控制台程序(已编译通过)-Access to the local IP and display a simple console program (compiled through)
- 2022-03-20 07:47:57下载
- 积分:1
-
FINS 通信源代码
用于欧姆龙PLC与PC端SOCKET通信,可用于测试 学习 实践中 ,代码经调试过 稳定可靠
- 2023-08-02 14:40:04下载
- 积分:1
-
TCP&UDP封装类,有助于开发Socket
这个是我个人封装的类,比较全的,运行无障碍,TCP&UDP封装类,有助于开发Socket,支持服务端和客户端模式,已处理全部反馈错误,如有不当之处可相互交流
- 2022-10-14 03:15:03下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2022-07-13 21:48:19下载
- 积分:1
-
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK-good things, we enjoy together! Want in hands, instead of full GOOD LUCK!
- 2022-08-05 12:17:02下载
- 积分:1
-
一个支持http,ftp,https代理的代理服务器例程
一个支持http,ftp,https代理的代理服务器例程-a support http, ftp, https proxy agent routines
- 2023-03-19 18: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 prepared by the surveillance program source code
c编写的监视程序源代码-c prepared by the surveillance program source code
- 2022-06-26 06:14:08下载
- 积分:1