搜索资源列表
server
- 实现图片手工播放或者是自动播放的后台文件,可以连接到qt前台进行图片显示。
server
- 在qt上面建立的网络通信程序的服务器段代码,能实现收发数据
server
- 基于linux平台,用C++ 编写的QT程序,基于socket的服务器端
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
QT_liaotian QT聊天室
- QT聊天室:分服务器端和客户端,开启服务器端后,客户端连接到服务器的IP上(可建立多个客户端)即可聊天。-QT chat room: min server and client, open the server, the client connects to the server' s IP on (can create multiple clients) to chat.
linqt-2.8.3.rar
- MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上。目前客户端程序的界面完全模仿腾讯的QQ。,MyICQ is set of public sources codes immediate communication software, including the server end and the customer end, may use in the Internet or the loc
QT4_qq
- 软件说明: QT做的QQ聊天系统,人机界面,还可传送文件 1.运行环境 LINUX FC4 2.应用软件 QT 3.3.4 使用方法: 1.把QT的库路径设在 /usr/lib/qt-3.3/lib 下。 2.在LINUX下打开目录,客户端运行./qq_client, 服务器端运行./qq_server。 3.服务器端点start server。 4.客户端输入服务器IP,点联接。 然后就可以正常聊天了。 -Software Descr
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
qtsocket
- qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
server
- 这是一个QT编写的基于TCP连接的聊天室服务端,可编译成win32,winCE,Linux等可执行文件-This is to prepare a QT-based chat rooms connected TCP server can be compiled win32, winCE, Linux and other executable file ....
mainchat
- 用QT XMPP开发的基于openfile服务器的IM软件-Developed by QT XMPP IM server software based on openfile
qt
- 一个基于QT界面的聊天系统,也是C/S模型,服务器启动后,可以启动多个聊天程序-QT interface of a chat-based system, but also C/S model, the server starts, you can start multiple chat programs
chat
- 自己写的一款linux下的聊天软件,有群聊,私聊,管理员管理等功能,客户端使用qt图形界面,服务器端用c语言-Wrote it myself under a linux chat software, there are a group chat,私聊, the administrator management functions, using qt graphical client interface, server-side using c language
QT-TCP
- 用QT开发的TCP/IP传输数据的例子,分为客户端和服务器,传输数据的时候带校验位,其中服务器部分的数据利用qsran函数生成随机数据,需要研究TCP客户端和服务器数据互相对传的同学可以看看,有参考价值-Examples of the QT development of TCP/IP to transfer data is divided into client and server, the transmission data with parity bit, in which the ser
MyICQ-0.8-alpha1
- MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的- MyICQ is a set of open-source instant messaging software, including server-side and client, can be used for Internet or LAN. Can run on Wind
ImageServer2
- This a QT Netwok program (Server Program)
server-client
- 一个简单的客户服务器分布式系统,可以在此基础上稍微修改,就能更强大。-a pictures viewer
qt
- 在linux下用QT做的一个关于服务器及客户端的字符传输。-QT in linux to do next with a client on the server and the character transfer.
QT client-server
- QT 编写的服务器和客服端的信息传递,初学者,昨天才写好的
Qt服务器多线程示例
- QT开发的多线程服务器,能够同时链接多个客户端(Multithreading server developed by QT can link multiple clients at the same time)