搜索资源列表
pthread
- qt 用来练习使用线程的例子-qt thread used to practice the use of the example
thread
- qt 一个联系pthread 使用的例子 简单易懂-qt a link pthread examples of the use of easy-to-read
imagepro
- Qt下一个多线程的打开图像的程序,主线程最gui,次线程最图像的读取-Qt under a multi-threaded program to open the image, the main thread the gui, second thread reads the image
draw
- qT编程的例子 非常适合初学者 和在linux下开发图形界面的-qt programming examples of very suitable for beginners and in linux graphical interface developed under the
qte
- Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd
draw2
- 输入多个线程的开始执行时间和结束执行时间,和线程ID,在坐标上画出不同时间段线程的运行情况-Input multiple-thread execution time and the end of the beginning of the execution time, and thread ID, the coordinates to draw a different time period of operation of the thread
cpp_tracer
- Lifitime tracer. *** *** *** *** *** *** *** *** ***** Example: #include <timings.h> void foo() { TRACE_LIFETIME usleep(100000) } void main() { foo() } *** *** *** *** *** *** *** *** *** See lifetimes.log: FUNC
Qt3
- 是由prentice Hall 出版的一本关于qt的经典书籍。内容由浅到深,讲述了qt designer的使用方法,线程,项视图,二维、三维画图、嵌入式编程等qt常用的领域。-Published by prentice Hall a classic book on the qt. Content from shallow to deep, about the qt designer to use, thread, key views, two-dimensional, three-dimensi
riflingviewer
- 管子内部的螺纹3d显示,能放大或缩小图像-3d shows the internal pipe thread, can zoom in or out
GHCommonNetDll
- 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器
qt-thread
- 这是一个关于嵌入式Linux开发环境下QT4的线程的学习资料,希望能对初学者有所帮助-This is a development environment for embedded Linux QT4 thread of learning materials, hoping to help beginners
Qt
- 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
Qt-Threads
- 线程分析在整个工作系统中的重要性,Qt-thread中创建的各种状态-Thread throughout the work system analysis of the importance, Qt-thread created in various states
Qt-Threading.tar
- Qt线程类翻译文档(QAtomicInt,QAtomicPointer,QFuture Synchronizer,QFutureWatcher,QMutex,QMutexLocker)-The Qt thread class translate documents
qt-thread
- qt多线程源码,可以在linux环境里面运行-qt multi-threaded code, which can be run in linux environment
QT-Thread-TCP.tar
- 用于QT下网络通讯,多线程,本人亲测!内容简单!-For QT network communication, multithreading, my dear measurement! Content is simple!
Thread
- 一个简单的QT 线程例子,对初学者很有帮助。-A simple example of QT thread, is very helpful for beginners.
thread
- QT 多线程demo 可以仿照编写线程池-QT thread demo
QtMultiThreadTcpServer-master
- Qt多线程实现多个客服端和服务器进行通信,使用的类QTcpServer和QTcpSocket以及线程(Multithreading realizes the communication between multiple client terminals and servers)