基本信息
源码名称:QT基于tcp/ip网络通讯实例
源码大小:1.87M
文件格式:.zip
开发语言:C/C++
更新时间:2022-01-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
QT基于tcp/ip网络通讯实例

.
├── qt_chattool
│   ├── QT开发的即时通讯软件(基于TCP).txt
│   ├── build-qt_chat-Desktop_Qt_5_14_2_MinGW_64_bit-Debug
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── debug
│   │   │   ├── main.o
│   │   │   ├── mainwindow.o
│   │   │   ├── moc_mainwindow.cpp
│   │   │   ├── moc_mainwindow.o
│   │   │   ├── moc_predefs.h
│   │   │   └── qt_chat.exe
│   │   ├── release
│   │   └── ui_mainwindow.h
│   ├── qt_chat
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── mainwindow.ui
│   │   ├── qt_chat.pro
│   │   ├── qt_chat.pro.user
│   │   ├── qt_chat.pro.user.11ce480
│   │   └── qt_chat.pro.user.1956fdf
│   └── qt_client
│       ├── build-my_Client-Desktop_Qt_5_14_2_MinGW_64_bit-Debug
│       │   ├── Makefile
│       │   ├── Makefile.Debug
│       │   ├── Makefile.Release
│       │   ├── debug
│       │   │   ├── main.o
│       │   │   ├── mainwindow.o
│       │   │   ├── moc_mainwindow.cpp
│       │   │   ├── moc_mainwindow.o
│       │   │   ├── moc_predefs.h
│       │   │   └── my_Client.exe
│       │   ├── release
│       │   └── ui_mainwindow.h
│       └── my_Client
│           ├── main.cpp
│           ├── mainwindow.cpp
│           ├── mainwindow.h
│           ├── mainwindow.ui
│           ├── my_Client.pro
│           └── my_Client.pro.user
└── 好例子网_qt_chattool-基于tcpip网络通讯实例.zip

10 directories, 36 files