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

搜索资源列表

  1. Mutex_Critical

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

    • 发布日期:2016-04-05
    • 文件大小:836kb
    • 提供者:chenzifeng
  1. ThreadTest

    0下载:
  2. 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:fengzhengsong
  1. Semaphore

    0下载:
  2. 主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:930.47kb
    • 提供者:slp
  1. CALL

    3下载:
  2. 易语言绑定主线程调用CA-Easy language bindings main thread calls CALL
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.26mb
    • 提供者:sad dj
搜珍网 www.dssz.com