嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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