-
UDP-communication
一个基于 Labview 的 UDP 通信实例。用户可通过该实例对 TCP-UDP 协议的工作方式有基本的了解。(Labview an instance of communication based on UDP. Users can work through the example of TCP-UDP protocol is a basic understanding.)
- 2015-07-07 19:16:37下载
- 积分:1
-
php 简单的客户端-服务器
如何构建教育经验 (php) 简单的客户端服务器上。
- 2023-06-17 07:45:03下载
- 积分:1
-
RawSocket简单实用
RawSocket简单实用,适合初学者学习RawSocket。用rawsocket构造tcp数据包的程序-Rawsocket constructed using tcp packet procedure
- 2022-08-15 11:22:05下载
- 积分:1
-
SLNR
能在大规模场景下,运行的slnr预编码算法(SLNR precoding algorithm for running in large scale scenes)
- 2017-08-16 21:35:01下载
- 积分: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
-
pca
主成分分析图像,分析图像像素组成部分,高维提取低维特征(Principal component analysis image, analysis of image pixel components, high dimensional extraction of low dimensional features)
- 2020-06-23 17:20:01下载
- 积分:1
-
nxvkrbh
全数字调制解调器的Quartus的源程序,下载即可使用,具有很好的参考价值,()
- 2018-06-06 15:52:46下载
- 积分:1
-
JSF
The C Programming Language若干行代码网络平台输出测试(A "Hello, World!"program generally is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages, and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code.)
- 2020-06-22 14:40:01下载
- 积分:1
-
使用vc++6.0开发的一个支持多线程ftp程序
使用vc++6.0开发的一个支持多线程ftp程序-use vc 6.0 support for the development of a multi-threaded process ftp
- 2022-05-22 05:02:30下载
- 积分:1
-
finger扫描
finger扫描-finger scanning
- 2022-01-25 18:07:05下载
- 积分:1