搜索资源列表
qq_chat.rar
- linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
QT中使用串口的编程方法
- 在linux下的QT中使用串口的编程方法,In QT under linux using the serial programming method
ThreadCOM.rar
- 可用于QT多线程串口通讯,用在ARM程序上面,在QT2.3.7下调试成功,QT can be used for multi-threaded serial communications, ARM used in the above procedure, the success in debugging QT2.3.7
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
530240_3459f29f42bdf54f
- 基于qt的串口多线程编程,是学习多线程编程的好例子-Qt-based serial multi-threaded programming is to learn from good examples of multi-threaded programming
PXA270GPRS
- PXA270开发板+GPRS,采用嵌入式Linux系统,Qt/Embedded图像用户界面编程,实现电话拨打和短信功能。-PXA270 development board+ GPRS, embedded Linux systems, Qt/Embedded graphical user interface programming, the realization of telephone calls and SMS function.
embedded_develop_instructor
- 该文档是基于博创实验箱指导书,里头有多线程、ad转换、QT在LINUX上移植、无线电通信等等,具有源码解析及电路图-The document is based on the experimental Fiberxon guide book box, inside a number of threads, ad conversion, QT on transplantation at LINUX, radio communications and so on, with source code a
446805_e74e00883afc4588
- linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environment implementation of serial multi-threading capabilities, open qt window after the serial read and write, while other windows can operate
testqt.tar
- Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
ResServer
- qt写的多线程的网络服务器,并实现了数据库传输-qt write multi-threaded web server, and implements database transfer
QT-event-and-network
- QT的事件机制 QT多线程编程 QT网络编程 QT/E的移植与编译 -The event mechanism QT QT QT network programming multi-threaded programming QT/E and the compilation of migration
LINUX-experiment-senior-article-qt
- 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
qt-thread
- qt多线程源码,可以在linux环境里面运行-qt multi-threaded code, which can be run in linux environment
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
qt_http多线程断点续传下载
- 实现demo,从http服务器多线程断点续传。(Demo, from the HTTP server multi-threaded downloader.)
threadserver
- 使用QT开发的多线程网络编程,解决了单线程处理数据问题,可以链接多个客户端(Using QT to develop multi-threaded network programming, to solve the single thread processing data problems, you can link multiple clients)
Qt服务器多线程示例
- QT开发的多线程服务器,能够同时链接多个客户端(Multithreading server developed by QT can link multiple clients at the same time)
ThreadTest2
- qt图形界面,灰度化处理图片,在OK6410板子上可以运行(QT graphical interface, grayscale processing of pictures Can run on the OK6410 board)
QT在Linux网络通信
- 有服务端,非常好的例子,测试过跑的通,有多线程。