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

搜索资源列表

  1. CWinThread.rar

    0下载:
  2. 这是一个关于CWinThread以及利用继承自CWinThread使用多线程的程序! 1,尽量使用DECLARE_DYNCREATE,这样能够动态创建。 2,继承自CWinThread,所以可以使用CreateThread()函数进行线程创建,在最开始我被书上的AfxBeginThread(RUNTIME_CLASS(CMyClass))误导了,还以为一定要按照这种方式创建线程呢。 3,查MSDN的同时,也要注意思考C++的机制,这样才能有的放矢地顺利解决问题。,This is a stu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:38444
    • 提供者:wuwei
  1. KillProc

    0下载:
  2. 本程序是在Visua C++6.0继承开发环境下对Windows系统的当前进程进行管理的源代码,类似于系统的任务管理器。能够结束当前任务。-This procedure is in Visua C++ 6.0 development environment to inherit under the current Windows system process to manage the source code, similar to the system Task Manager. To the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:30607
    • 提供者:tanke
  1. Thread

    0下载:
  2. 通用线程类,可通过对此类进行继承,实现相关函数从而控制线程操作-Common types of thread can be carried out through the succession of such to achieve thread-related functions to control operation
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1078
    • 提供者:liuyan
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  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
    • 文件大小:13535
    • 提供者:王海力
  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
    • 文件大小:714
    • 提供者:anna
  1. 1

    0下载:
  2. java创建两个线程,分别输出6次信息,用extend继承方法-Java creates two threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:1804
    • 提供者:jun
  1. dingahiguanji

    0下载:
  2. 实现定时关机的一个小程序,验证了进程权限的继承,可以实现定时关机以及重启的基本功能!-Achieve regular shutdown of a small program to verify the process permissions inheritance, you can achieve regular shutdown and restart the basic functions!
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:6480286
    • 提供者:YJ
  1. inject

    0下载:
  2. 一套进程注入类,直接继承CInjectHookMsg,修改一些参数就可远程注入hookapi,CShowTextInjectHookMsg是一个实例类-A set of classes into the process, the direct successor Inject Hook Msg, modify some of the parameters can be remote injection hookapi, CShowTextInjectHookMsg is an instance
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:30515
    • 提供者:curieCH
  1. threadpool

    0下载:
  2. 易用的thread pool系统,通过继承线程基类对象,使对象具备在动态分配的线程池中运行的能力。-thread pool system
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:7484
    • 提供者:frank
  1. Queue

    0下载:
  2. 用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。-With a doubly linked list to achieve a task queue , put their defined tasks inherit the base class BaseQueue, can be added to the task , delete, priority setting , access to the task a
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1030588
    • 提供者:刘波
  1. CaptureThread

    0下载:
  2. QT 继承自QThread,用户相机的循环捕获图像-this is class extend QThread , and I use it to loop run capture of camera
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:967
    • 提供者:孙伯符
  1. assosiative

    0下载:
  2. 一个VC++开发的,继承于CDockBar的类,方便移值()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-01
    • 文件大小:52224
    • 提供者:QE$541662
搜珍网 www.dssz.com