-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
easyarm615_map.rar这是非常重要的
EasyARM615_map.rar this is very important
EasyARM615_map.rar this is very important
- 2022-08-07 14:43:05下载
- 积分:1
-
不止一个文档浏览器
一个多文档浏览器-more than one document browser
- 2023-08-07 05:55: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
-
IEEE 802.11h
IEEE 802.11h-2003 IEEE Standard for Information technology―Telecommunications and Information Exchange Between Systems―LAN/MAN Specific Requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe-IEEE 802.11h-2003 IEEE Standard for Information technology-Telecommunications and Information Exchange Between Systems-LAN/MAN Specific Requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe
- 2022-04-25 09:04:51下载
- 积分:1
-
this project is the development of the Asp. Net flight inquiry system
此项目是用asp.net开发的航班查询系统-this project is the development of the Asp. Net flight inquiry system
- 2022-08-19 16:28:31下载
- 积分:1
-
fat avr sd card
使用fat支持avr访问sd卡
- 2022-01-28 06:30:09下载
- 积分:1
-
a good forum for the original code
一个不错的论坛原代码-a good forum for the original code
- 2022-08-11 06:22:14下载
- 积分:1
-
VC断点续传源代码
VC断点续传源代码,可以支持局域网络内,2G数据断点传输,是大家学习的好例子,也可以直接加入自己项目中直接使用!!!!
- 2023-03-10 06:50:02下载
- 积分:1
-
我改写的一个asp上载文件的组件程序
我改写的一个asp上载文件的组件程序- I rewrite asp uploads the document the module procedure
- 2022-01-27 23:06:04下载
- 积分:1