CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - thread class

搜索资源列表

  1. simpleThreadPool

    0下载:
  2. 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:测试
  1. MvpProject

    0下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.97kb
    • 提供者:dozingcat
  1. ThreadPool

    0下载:
  2. 一个可以用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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:41.64kb
    • 提供者:豪戈
  1. process--help-warrapper-class

    0下载:
  2. windows mfc process helper class find process and thread read process memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:10.72kb
    • 提供者:tarahan
  1. CSemaphoreDemo

    0下载:
  2. 使用CSemaphore类实现线程同步的实例源码-Thread Synchronization using CSemaphore class implements an instance of source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:26.34kb
    • 提供者:周晓民
  1. PThread

    0下载:
  2. 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2.6kb
    • 提供者:zifangz
  1. ThreadBase

    0下载:
  2. 简单封装线程操作的C++类,需要派生才能使用。-Simple to operate package thread C++ class, the need to use derivatives.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:马泉伟
  1. Theard

    0下载:
  2. 在类的成员函数中创建一个线程,并且回调成员函数示例。-In the class member function to create a thread, and the callback member function example.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:16.08kb
    • 提供者:Spirit
  1. MyThread

    0下载:
  2. 自己的线程类 自己的线程类 自己的线程类-Own thread class of their own class of its own thread thread class class of its own thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:575byte
    • 提供者:刘光
  1. BaseProcessorLib

    1下载:
  2. 自己封装的线程类,非常好用。已经用在多个商业代码上。MFC程序可以使用这个库。使用方式包括继承方式和接口方式。作者tanis-Own thread class package, very easy to use. Has been used in many commercial code. MFC programs can use this library
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:13.22kb
    • 提供者:王海力
  1. Java

    0下载:
  2. 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:714byte
    • 提供者:anna
  1. sample1303

    0下载:
  2. 创建工作者线程不需要类的派生,而是需要使用控制函数-Do not create a worker thread class derived, but need to use the control function
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:28.48kb
    • 提供者:dudongshan
  1. DELPHI-TThread-DEMO.RAR

    0下载:
  2. DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:177.06kb
    • 提供者:huang
  1. multi-thread

    0下载:
  2. 多线程编程的模板类,可以更好的让我们理解多线程编程-Multi-threaded programming template class can be better for us to understand the multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:2.91kb
    • 提供者:文川
  1. the-application-of-the-Thread-class

    0下载:
  2. C_线程系列讲座(2):Thread类的应用-C_ thread lecture series (2) the application of the Thread class
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:44.97kb
    • 提供者:胡天
  1. Multi-threaded

    0下载:
  2. 使用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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3.8kb
    • 提供者:王小娟
  1. delphi_Thread_Study

    0下载:
  2. delphi多线程相关学习教程,详细解析了thread类。-delphi multi-threading tutorials, detailed analysis of thread class.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:505.64kb
    • 提供者:mlcats
  1. MultiThread6

    0下载:
  2. 建立一个基于对话框的工程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,
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:zouxianjian
  1. 4-MFC-thread-class-

    0下载:
  2. MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7.01kb
    • 提供者:xuan
  1. Thread-function

    1下载:
  2. MFC多线程,线程函数写入类中,并发送消息,适合自定义消息的发送以及用消息传递数据-MFC multi thread, thread function into the class, and send messages, suitable for custom message sending and message delivery data
  3. 所属分类:Process-Thread

    • 发布日期:2015-11-22
    • 文件大小:4.39mb
    • 提供者:孤山客
« 12 3 »
搜珍网 www.dssz.com