搜索资源列表
simpleThreadPool
- 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
MvpProject
- n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
ThreadPool
- 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
process--help-warrapper-class
- windows mfc process helper class find process and thread read process memory
CSemaphoreDemo
- 使用CSemaphore类实现线程同步的实例源码-Thread Synchronization using CSemaphore class implements an instance of source code
PThread
- 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
ThreadBase
- 简单封装线程操作的C++类,需要派生才能使用。-Simple to operate package thread C++ class, the need to use derivatives.
Theard
- 在类的成员函数中创建一个线程,并且回调成员函数示例。-In the class member function to create a thread, and the callback member function example.
MyThread
- 自己的线程类 自己的线程类 自己的线程类-Own thread class of their own class of its own thread thread class class of its own thread
BaseProcessorLib
- 自己封装的线程类,非常好用。已经用在多个商业代码上。MFC程序可以使用这个库。使用方式包括继承方式和接口方式。作者tanis-Own thread class package, very easy to use. Has been used in many commercial code. MFC programs can use this library
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
sample1303
- 创建工作者线程不需要类的派生,而是需要使用控制函数-Do not create a worker thread class derived, but need to use the control function
DELPHI-TThread-DEMO.RAR
- DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
multi-thread
- 多线程编程的模板类,可以更好的让我们理解多线程编程-Multi-threaded programming template class can be better for us to understand the multi-threaded programming
the-application-of-the-Thread-class
- C_线程系列讲座(2):Thread类的应用-C_ thread lecture series (2) the application of the Thread class
Multi-threaded
- 使用2个线程计算2至50000之间的素数。分别使用Thread类、Runnable接口和线程组3种方法编写程序。-Use two threads to calculate the prime numbers between 2-50000. , Respectively, three kinds of ways to write programs using the Thread class, Runnable interface, and thread group.Use two thread
delphi_Thread_Study
- delphi多线程相关学习教程,详细解析了thread类。-delphi multi-threading tutorials, detailed analysis of thread class.
MultiThread6
- 建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD,
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
Thread-function
- MFC多线程,线程函数写入类中,并发送消息,适合自定义消息的发送以及用消息传递数据-MFC multi thread, thread function into the class, and send messages, suitable for custom message sending and message delivery data