搜索资源列表
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
NamePipe.rar
- 做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。,To do more client and server-side two-way communication, using Q
QWebServer1.2
- VS2008配合QT写的一个多线程WEB服务器。真的多线程哦亲!很好用的。-VS2008 with the QT wrote a multi-threaded Web server. Really multithreaded pro! Good use.
output
- 在linux结合QT库进行界面编程,该程序还包括网络通讯、信号处理、多线程处理和界面编程等技术-Interface program with QT library in linux system,include net work program、signed handle、multithreading and Interface program technology.
netfleet_2.0
- QT4.0开发的下载工具和源码,支持多任务和多线程下载。-QT4.0 Download tools and source code developed to support multi-tasking and multi-threaded downloading.
threadtest
- 使用QT语言进行网络通信时如何进行多线程传输一直是一个比较麻烦的问题,这里是我一个项目中的一个基础程序。-QT language for network communications a multithreaded transfer has been a troublesome problem, here is a basic program in a project.
net_server11
- QT TCPSERVER多线程服务器本文参考了http://mobile.51cto.com/symbian-272733_1.htm和http://mobile.51cto.com/symbian-268690_1.htm两篇好文章,这个两篇文章各有不足,第一篇 解释QThread线程工作的原理,但是没有具体直观的多线程实例,第二篇则给出了多线程服务器端建立的实例,但是多线程并没有真正的在不同的线程工作,本文依据第一篇博文, 在第二篇的基础上修改,从debug的结果来看,实现了文件在新
QTwincom
- 此软件是我的一个服务端,是基于QT开发的,具体用到了qt中的串口通信和socket通信、多线程等技术,可以给研究嵌入式的人提供串口编程的思路和方法 qt版本为4.8-This software is a game server is based on the QT development, specifically used qt serial communication and socket communication, multi-threading technology, research
chatClient
- linux socket编程,使用qt编程,实现界面,是的界面美观,使用到了多线程网络的综合应用。-linux socket programming, qt programming, interface, beautiful interface, the use of multi-threaded network applications.
spider
- 这个一个基于QT的多线程下载软件,可以下载迅雷等的链接,适用于新手。如果想学QT可以考虑。-This a QT-based multi-threaded download software, you can download Thunder and other links, suitable for beginners. If you want to learn QT can be considered.
qqserver
- 自己编写的简单QQ聊天工具的多线程服务器程序,使用QT开发,能够处理简单的客户端请求。-I have written a simple chat tool QQ multi-threaded server program, developed using QT can handle simple client requests.
QT-Thread-TCP.tar
- 用于QT下网络通讯,多线程,本人亲测!内容简单!-For QT network communication, multithreading, my dear measurement! Content is simple!
QTcpThreadPoolServiceTest
- 用于QT下网络通讯,多线程 ,本人亲测!内容简单!-For QT network communication, multithreading, my dear measurement! Content is simple!
chatroom
- Qt下实现了TCP聊天室功能,分为用户端和服务器,用到了QT的多线程和Socket编程技术。-this code implements a chatroom using Qt,in this code,i use TCP socket programming and Multithread programming technologies.
myTcpServer
- QT tcp网络编程服务端,多线程可支持多个客户端同时连接。-QT tcp server network programming, multithreading can support multiple clients simultaneously connected.
TcpFileTool_V20151109
- 通过QT实现的一个TCP/IP传输文件的工具,通过多线程实现,希望对有需要的人有帮助-Through the QT to achieve a TCP/IP transfer files tool, through the realization of multi-threaded, and I hope to have the needs of people to help
tcpserver0908F.tar
- Qt的多线程socket通信,tcp服务器源码-Qt s multi-threaded socket communication, tcp server source code
zpserver-master
- Qt编写多线程池下的TcpSocket编程,采用线程池和异步并发的方式实现,经测试,最多可以同时挂在2000个节点-Qt TcpSocket write multithreaded programming under the pool, thread pool and asynchronous concurrent ways, it has been tested up to 2000 nodes while hanging in
AntoControl
- 基于Socket的多客户端控制系统,Qt多线程.socket编程.(Multi client control system based on Socket)
cs.tar
- 实现的简单的qtcpsock通信,执行多线程(Implementing a simple qtcpsock communication, executing multithreading)