搜索资源列表
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
draw
- qT编程的例子 非常适合初学者 和在linux下开发图形界面的-qt programming examples of very suitable for beginners and in linux graphical interface developed under the
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
myusbcamera-thread[1].tar
- 在arm下进行视频实时采集和显示,使用V4L2与Qtimer结合的QT程序。-Under the arm real-time video capture and display, combined with V4L2 and Qtimer QT program.
Qt-Threads
- 线程分析在整个工作系统中的重要性,Qt-thread中创建的各种状态-Thread throughout the work system analysis of the importance, Qt-thread created in various states
sigslot-1-0-0.tar
- 类似于QT上的信号与槽, 自己实现的C++信号与槽 线程安全 Linux-Similarly to the signal with the groove on the QT, Own implementation of the C++ signals and slots Thread-safe Linux C C++
qthread_unix
- Adds an adopted thread to the list of threads that Qt watches to make sure the thread data is properly cleaned up. This function starts the watcher thread if necessary for Linux.
qthread
- In the odd case that Qt is running on a secondary thread, the main thread instance will have been dereffed asunder because of the deref in QThreadData::current and the deref in the pthread_destroy. To avoid crashing during QCoreApplicationData s glob
ThreadIdentifierDataPthreads
- Thread Identifier Data Pthreads Source Code for linux QT API Driver.
ThreadingQt
- Thread Private for linux QT Driver. -Thread Private for linux QT Driver.
ThreadGlobalData
- Thread Global Data Source Code for linux QT API Driver.
SharedWorkerThread
- Shared Worker Thread QT Web Interface Source Code for Linux.
PluginMainThreadScheduler
- Plugin Main Thread Scheduler for linux QT API Driver.
qt-thread
- qt多线程源码,可以在linux环境里面运行-qt multi-threaded code, which can be run in linux environment
MyThread
- qt中线程的简单使用,很简单,初学者可以-simple to use qt thread, is very simple, beginners can take a look at
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
startThread
- 多线程编程的QT实现,提供了平台无关的线程类,实现跨线程的信号-槽连接-Multi-threaded programming QT implementation, provides a platform-independent thread class, to achieve cross-threaded signal- slot connection
threadserver
- 使用QT开发的多线程网络编程,解决了单线程处理数据问题,可以链接多个客户端(Using QT to develop multi-threaded network programming, to solve the single thread processing data problems, you can link multiple clients)