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

搜索资源列表

  1. urlgfe-1.0.3.tar

    0下载:
  2. urlgfe的源代码,是多线程下载的,有需要的朋友可以下载来-urlgfe source code, is a multi-threaded download, there is a need to see a friend you can download
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:510597
    • 提供者:th
  1. TaskManager

    0下载:
  2. 一个进程管理工具,支持双编码,附带VC的编译批处理。-A process management tool, support for dual coding, batch compilation with VC.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:16335
    • 提供者:YeLee
  1. ThreadPool

    0下载:
  2. 一个好用的线程池管理类。。 不错的哦 是-A nice thread pool management class. . Yes, oh yes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:6208
    • 提供者:machh
  1. producerandcustomer

    0下载:
  2. 用VC++实现生产者消费者问题,不过没有界面,也可作平时参考使用-Using VC++ to achieve the producer consumer problem, but no interface can also be used as normal reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1387
    • 提供者:凌夏
  1. Critical

    0下载:
  2. 多线程编程技术,实现程序的不可再现性,进主程实现N的输出,进程1实现N++,再令N=0-windows API
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:王旺
  1. guanjianlujing

    0下载:
  2. 实现图的关键路径算法,关键路径的成功查找-To achieve the critical path diagram algorithm to find the success of Critical Path
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:张俊
  1. kamengduoxianchenggood

    0下载:
  2. 用蒙特卡罗多线程实现圆周率的计算,是用公共变量来实现的-Multithread with the Monte Carlo calculation of pi is achieved using public variables
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2943
    • 提供者:gyt
  1. GetOpenPort

    0下载:
  2. 获取开放端口列表 builder c++ 源码,给需要的人-Get a list of open ports builder c++ source code, to those who need
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:29115
    • 提供者:王小明
  1. GetWindowThreadProcessId()

    0下载:
  2. 找出某个窗口的创建者(线程或进程),返回创建者的标志符。 哪个线程创建了这个窗口,返回的就是这个线程的id号 (进程只有一个线程的话,那么线程标志符与进程标志符就是指同一个标志符) -VC++ GetWindowThreadProcessId() Function
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:5590
    • 提供者:李顺前
  1. mkfifo

    0下载:
  2. c++进程间通信,消息队列实例,需要的朋友情看看!-c++ inter-process communication, message queue instance!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1854
    • 提供者:sky
  1. MultiThreadMergeSort

    0下载:
  2. 在vc++环境下利用多线程实现的二分法排序-In vc++ environment using multiple threads to achieve sort of dichotomy
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:4080876
    • 提供者:L
  1. threadpool

    0下载:
  2. 线程池,移植性高,工作效率高,非常强大,线程池,移植性高,工作效率高,非常强大。-thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:5846
    • 提供者:兴东
  1. ProcPoll

    0下载:
  2. a threads pool on windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2505
    • 提供者:和邮
  1. VC_hang_up_restore_classic_example_code_thread_met

    0下载:
  2. VC++挂起、启动和恢复线程的方法实例经典代码VC + + hang up and restore the classic example of the code thread method-VC++ hang up and restore the classic example of the code thread method
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:13716
    • 提供者:ub
  1. VC_code_to_create_classic_instance_of_Worker_threa

    0下载:
  2. VC++ 创建Worker线程实例经典代码VC + + code to create the classic instance of Worker threads-VC++ code to create the classic instance of Worker threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12412
    • 提供者:nmm
  1. RWLock

    0下载:
  2. c++ 的进程读写锁 及范围锁 有用法示例-c++ the scope of the process of read-write lock and lock with usage examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2201
    • 提供者:逆不道
  1. Multithreading

    0下载:
  2. 在Windows系统中,多任务体系是通过进程和线程模型来实现的。多线程可以使一个程序在同一时间内具有运行多个任务的能力。-In Windows systems, multi-tasking system is through the process and threading model to achieve. Multithreading allows a program running at the same time with multiple tasks.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:352820
    • 提供者:sandy
  1. ThreadSite

    0下载:
  2. C++多线程类,封装了线程控制的一般操作-Multi-threaded C++ class that encapsulates the general operation of the thread control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:6476
    • 提供者:king
  1. Filesearch

    0下载:
  2. 程序一方面展示VC++多线程的应用,一方面是线程搜索,学会了线程操作,对提升程序性能大有帮助。 -Procedures on the one hand shows VC++ multi-threaded applications, one is the thread search, learn the thread operation go a long way in enhancing program performance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:23993
    • 提供者:yuanzhengke1982
  1. Multithreading

    0下载:
  2. c++多线程编程指导 c++多线程编程指导 -c++ multi-threaded programming guide
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1123201
    • 提供者:ljy
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com