搜索资源列表
linux下Qt实现的视频点播系统
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
邮件客户端
- QT编写的邮件客户端
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
qt-network.rar
- qt代码的网络编程,完成了http协议和ftp协议。代码中的一个亮点是实现了ftp客户端!,qt code network programming, the completion of the http protocol and the ftp protocol. A bright spot in the code are achieved ftp client!
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
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
movieplayer
- Qt编程实现的一个流媒体播放的客户端界面控制-Qt programming for media player GUI
1-client
- 智能家居的客户端 qt源代码(c语言编写)传感器模块 远程监控模块 socket模块等-Smart Home client qt source code (c language) sensor module remote monitoring module socket module
qt
- 在linux下用QT做的一个关于服务器及客户端的字符传输。-QT in linux to do next with a client on the server and the character transfer.
diancai
- 在arm和Linux下用qt开发的,无线点菜的客户端和服务端-Under the arm and the Linux development with qt, wireless order client and server
局域网聊天软件(包含服务器和客户端)
- 本软件基于QT编程,局域网对点聊天软件,界面不是很精美,但是可以实现聊天的基本功能,只需在客户端输入服务器当时的IP地址和端口号,就可以实现连接,从而实现发送信息的功能。
dms
- 服务器登录时间统计,使用QT做的界面,测试文件存放于文件 wtmpx内。客户端和服务,客户端界面分别位于3个不同的界面的。可用于统计不同地区服务器登录时长,以便计费。
qt-code
- 实现虚拟介质挂载客户端界面设计,包括界面布局,相关控件的配合使用等。(Implementation of virtual media mount client interface design)
(服务端客户端)类源代码
- 客户端client和服务端的通信,socket(Socket communication between server clients)
Server&Client.rar
- QT下的客户端与服务器,传图片的,从网上别人那下载的,不知道好不好用。
littlecar
- QT控制小车,华清远见小车的控制程序,电脑端。(Qt car control program)
Qt服务器多线程示例
- QT开发的多线程服务器,能够同时链接多个客户端(Multithreading server developed by QT can link multiple clients at the same time)
UdpClient
- 利用qt自带的网络编程套件,建立udp客户端,实现简单的通讯聊天功能(Utilize qt's own network programming kit to establish udp client and realize simple communication chat function)
TCP(QT5.5)
- 在QT5.5环境下,实现TCP通讯。包括服务端和客户端程序,并且带有简单的交互界面。(In the QT environment, realize TCP communication.Including server and client programs, and with a simple interactive interface.)
vpn客户端
- 使用QT界面开发实现vpn客户端,支持pptp和l2tp两种拨号方式