-
EMail VC++程序开发
EMail VC++程序开发-that extension VC program
- 2022-08-08 20:13:10下载
- 积分:1
-
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。...
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。-sendudp source code, and then added some of the function I wrote, on the formation of a LAN can send UDP packets procedures.
- 2023-02-25 07:30:03下载
- 积分:1
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2023-07-28 09:25:03下载
- 积分:1
-
一个很好的协议,数据包解码工具,可以分析7号(ISUP,MTP,...), TCP/UDP等各种协议,特别的是还能支持自定义的二进制数据报,可以通过插件无限扩充...
一个很好的协议,数据包解码工具,可以分析7号(ISUP,MTP,...), TCP/UDP等各种协议,特别的是还能支持自定义的二进制数据报,可以通过插件无限扩充协议库.-A good deal, packet decoding tools, can be analyzed on the 7th (ISUP, MTP ,...), TCP/UDP and other agreements, in particular, is able to support a custom binary data reported through the plug-ins Unlimited Extensions library.
- 2022-01-28 13:58:03下载
- 积分:1
-
Visual_Studio_附加项用于以HTML格式输出源文件
Visual_Studio_附加项用于以HTML格式输出源文件-Visual_Studio_ Additional items for export to HTML source document format
- 2023-09-06 23:40:03下载
- 积分:1
-
ssl dos 主要用于https网站测试
这是一个ssl dos的源代码,实现简单,很好用,可以测试https网站,需要用到libevent编译
- 2022-02-14 21:51:41下载
- 积分:1
-
CORBA libidl源代码
CORBA上的libIDL源代码-CORBA libIDL source code
- 2022-08-20 09:54:33下载
- 积分:1
-
智能实验室系统
在服务器端的:以客户端的屏幕截图监控客户端做。系统关闭
- 2022-01-26 02:50:35下载
- 积分: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
-
rdesktop是微软Windows NT终端服务器客户端,Windows 2000
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.
- 2023-07-22 10:20:04下载
- 积分:1