登录
首页 » QT » QtTcp

QtTcp

于 2013-09-10 发布 文件大小:12KB
0 212
下载积分: 1 下载次数: 29

代码说明:

   使用QT实现TCP的收发文件 最新Qt版本 5.1.0(Used Qt to implement transmission file by tcp. Qt Version 5.1.0)

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

发表评论

0 个回复

  • 一个irc客户端
    一个irc客户端- A irc customer end
    2022-07-18 13:49:32下载
    积分:1
  • 学习的初学者必看的.
    学习网络编程的初学者必看的.-Learning Network Programming Watchable the beginners.
    2023-04-03 19:45:04下载
    积分:1
  • apach的http解析器,基于著名的http tidy,既可以校正http的W3C正确性,更可以解析出http内容...
    apach的http解析器,基于著名的http tidy,既可以校正http的W3C正确性,更可以解析出http内容
    2022-03-21 13:40:29下载
    积分:1
  • socket 通信 控制台序 测试通过
    socket 网络通信 控制台程序 测试通过  #include #include #pragma comment(lib, "ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。     int err;          wVersionRequested = MAKEWORD( 1, 1 );          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }          if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )      {         WSACleanup( );         return;     }     SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接     //初始化连接与端口
    2023-07-26 07:35:05下载
    积分:1
  • C# 电源电压电流上位机 串口源码,rs232
    【实例简介】 C# 电源电压电流上位机 源码
    2021-12-25 00:31:15下载
    积分:1
  • Web服务器和浏览器的设计
    网络编程中C++ Web服务器和浏览器的设计源代码,用于网络编程实验。(The design source code of C++ Web server and browser in network programming is used for network programming experiment.)
    2019-01-08 21:12:52下载
    积分:1
  • 基于winpcap的抓包序,用MFC实现
    说明:  一个基于winpcap的抓包程序,用MFC实现的课程设计,里面有具体的WORD介绍。(A package grabbing program based on WinPcap, the course design realized by MFC, which contains the specific word introduction.)
    2020-11-27 10:29:30下载
    积分:1
  • trend_remove
    说明:  基于matlab语言编写,可手动掩模感兴趣区域,利用多项式拟合整景影像趋势误差并去除。(Based on MATLAB language, the region of interest can be masked manually, and the trend error of the whole image can be removed by polynomial fitting.)
    2019-10-20 14:44:22下载
    积分:1
  • GetIPDlg
    通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
    2007-05-15 11:55:05下载
    积分:1
  • put JavaMail packaged into simple Sendmail
    把JavaMail包装成简单的Sendmail-put JavaMail packaged into simple Sendmail
    2022-05-23 02:21:58下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载