搜索资源列表
邮件客户端
- QT编写的邮件客户端
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
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
chatserver
- QT简单聊天程序服务器端 代码服务端自己些一个客户端实现简单的QQ聊天程序-QQliaotian chengxu qq project UC linux
ide
- 利用qt编程实现视频传输的客户端的控制界面-Qt programming video transmission using the client' s control interface
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
qt
- qt中调用外部程序:QProcess的使用 qt下的模态和非模态对话框 QT透明效果 Qt服务端和客户端-qt calling an external program: modal the QProcess use qt under the transparent effect of the non-modal dialog QT Qt services and client
ftp-QT.tar
- 在Linux系统下用QT实现FTP客户端的文件上传下载批量上传批量下载等功能。-FTP client, file upload and download the bulk upload batch download under Linux with QT.
ftp
- QT写的一个FTP网络客户端,简单易学,是初学者的学习好资料。-Written by a network of QT FTP client, easy to learn, is good information for beginners to learn.
ftp-client
- 一个基于QT的FTP客户端,使用C++写的-A QT-based FTP client written using C++
client
- 这是一个QT编写的基于TCP连接的聊天室客户端,可编译成win32,winCE,Linux等可执行文件-This is to prepare a QT-based chat rooms connected TCP client, can be compiled win32, winCE, Linux and other executable file ....
tcptrans
- TCP协议传输文件,sock用到ace库,文件操作用到qt库。原理:服务器开启一个端口号,启动客户端,客户端向服务端传输文件,服务端接受文件。 该程序在windows测试通过,linux和uinx没有测试过。-tcp file trans
Desktop.tar
- 简单的聊天程序 包括客户端和服务器端,可以实现局域网中间的聊天功能-A simple chat program, including client and server side can be achieved among local area network chat
broadcastsender
- QT的UDP通信程序,可用于测试UDP的客户端
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-side, can be used on the Internet or LAN. Can run on
socketBasedQt4
- 客户端连接服务器后,可以和服务器完成相互通信功能。通信的信息种类包括聊天消息、服务关闭、用户下线。-Clients connect to the server, it can be completed and servers communicate with each other feature. The kind of information communication including chat messages, services, shut down, users offline.
zup
- 基于tcp协议的简单QT文件传输 有服务器和客户端-failed to translate
UdpClient
- 利用qt自带的网络编程套件,建立udp客户端,实现简单的通讯聊天功能(Utilize qt's own network programming kit to establish udp client and realize simple communication chat function)
tcpClient
- 本程序用QT编写,可视化界面,简洁明了,可以实现客户端与主机的文本发送和接收。(It can realize text sending and receiving between client and host.)