-
linux下网络编程,socket通信打印客户端的ip和客户端
资源描述在linux下进行网络编程,socket通信打印客户端的ip和端口号
- 2022-03-15 20:55:07下载
- 积分:1
-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
- 2023-05-10 23:20:02下载
- 积分: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
-
客户端服务器通信的小程序,功能比较简单,仅供学习参考!
本程序为客户端服务器通信的小程序,功能比较简单,仅供学习参考!
客户端程序和服务器程序分别是一个工程,你需要先运行服务器程序,然后运行客户端程序,等连接建立以后,就可以发送数据了。
客户端可以同时打开若干个,并且都可以向服务器发送数据。
- 2022-01-26 02:19:39下载
- 积分:1
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1
-
包过滤程序(先将扩展名改为.c结尾的,就可以啦)
包过滤程序(先将扩展名改为.c结尾的,就可以啦)-packet filtering process (first name was changed to expand. C the end, Mr. Krabs)
- 2023-03-28 23:50:03下载
- 积分:1
-
清除页面广告的程序
清除页面广告的程序-removal procedures
- 2022-03-02 04:30:27下载
- 积分:1
-
tsme
网络游戏 私服 命运2帐号注册系统asp版()
- 2018-05-30 12:05:19下载
- 积分:1
-
网络自动化办公系统
网络自动化办公系统-office automation network system
- 2022-02-01 15:16:21下载
- 积分:1
-
TESTopenbaidu
网络程序,判断是否连接至外网,主要是读取内容来判断(Network program, to determine whether to connect to the external network, is read content to determine)
- 2012-10-05 14:42:19下载
- 积分:1