登录
首页 » 套接字网络编程 » 基于UDP协议的网络聊天程序,对于学习网络编程的人员很可以简单借鉴...

基于UDP协议的网络聊天程序,对于学习网络编程的人员很可以简单借鉴...

于 2023-05-18 发布 文件大小:94.39 kB
0 27
下载积分: 2 下载次数: 1

代码说明:

基于UDP协议的网络聊天程序,对于学习网络编程的人员很可以简单借鉴-UDP protocol-based network chat program, for staff to learn network programming is a simple reference

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • ARP请求用原始
    资源描述
    2022-12-13 15:40:04下载
    积分:1
  • 王献冰源代码好用的源码
    王献冰源代码好用的源码-source of the source code handy
    2022-05-07 23:36:46下载
    积分:1
  • JavaScript和Flash的通信
    JavaScript和Flash的通信-JavaScript and Flash Communication
    2022-07-28 11:42:38下载
    积分:1
  • myie2.4版源代码
    myie2.4版本的源代码-myie2.4 version of the source code
    2023-04-12 04:15:04下载
    积分:1
  • AJAX开发工具包,实现站的Ajax技术,可以实现的方法。
    AJAX开发工具包,实现网页AJAX技术,可以实现网页无刷新更新-AJAX development tool kit and realize website AJAX technology, can be achieved without updating the website updated
    2022-02-24 11:41:01下载
    积分: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
  • Fetion plug Dll, one
    飞信插件Dll,网上一牛人的,欢迎参考,将其拷贝到飞信目录下,启动飞信就可以使用了-Fetion plug Dll, one-line cow people are welcome to refer to their copy to Fetion directory, start Fetion can be used
    2022-12-19 20:20:03下载
    积分:1
  • 站点映像
    站点映像程序 -The app of site mirror
    2023-06-21 01:30:04下载
    积分:1
  • peer
    点对点聊天与传文件程序-peer-to-peer chatting and communication procedures document
    2022-04-29 04:33:09下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载