-
用c++编写的简单的绘图程序,能够绘制基本的图形,如矩形,三角形等。...
用c++编写的简单的绘图程序,能够绘制基本的图形,如矩形,三角形等。-c prepared with a simple drawing program, to draw up the basic graphics, such as rectangular, triangular, etc..
- 2022-01-25 16:44:29下载
- 积分:1
-
ASP.net用于IE的控件,包括treeView等,觉好的东东,让你的web页面像CS的一样,声明:是微软的....
ASP.net用于IE的控件,包括treeView等,觉好的东东,让你的web页面像CS的一样,声明:是微软的.-ASP.net for IE controls, including treeView, McGREGOR good Dongdong, let your web pages as CS, the same statement : Microsoft"s.
- 2022-05-13 14:57:01下载
- 积分:1
-
C. P.子通知系统V2.26
C.P.Sub公告系统 v2.26-C. P. Sub Notice System v2.26
- 2022-02-27 04:32:09下载
- 积分:1
-
使用VOIP进行网络传输声音的类库,内包含一个详细的例子
使用VOIP进行网络传输声音的类库,内包含一个详细的例子-a library for voip,an detailed demo is provided
- 2023-06-07 04:45: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
-
contract to a network, an example of application of network development quite he...
一个网络来发包,还有一个例子应用,对网络开发挺有帮助的-contract to a network, an example of application of network development quite helpful
- 2022-02-20 05:23:03下载
- 积分:1
-
能够实时获得系统TCP
能够实时获得系统TCP-UDP信息,系统稳定可靠。信息包括:协议、本地IP、本地端口、远程IP、远程端口等信息。-system to real-time access to TCP- UDP information, the system is stable and reliable. Information includes : protocol, local IP, local port, remote IP, remote port information.
- 2022-12-31 06:10:03下载
- 积分:1
-
一种直连网络路由算法,网络路由算法解析,含仿真结果。
一种直连网络路由算法,网络路由算法解析,含仿真结果。-A Direct Connect network routing algorithm, network routing algorithm analysis, including simulation results.
- 2022-02-21 23:36:02下载
- 积分:1
-
控制拨号连接的类,提供拨号,挂段,脱机工作等方法,检测连接状态...
控制拨号连接的类,提供拨号,挂段,脱机工作等方法,检测连接状态-control dial-up category, dial-up, hanging, off-line work methods to detect the state of the link
- 2022-07-11 17:25:56下载
- 积分:1
-
1, I have written agreement to follow SGIP1.1 message client program. For testin...
1、自己编写的遵循SGIP1.1协议的短信客户端程序。仅供测试、学习。
2、该程序只实现了SGIP1.1协议的一部分。-1, I have written agreement to follow SGIP1.1 message client program. For testing, learning. 2, the program only to realize the SGIP1.1 part of the agreement.
- 2022-04-28 07:18:42下载
- 积分:1