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

搜索资源列表

  1. multi_task

    0下载:
  2. 跨 平 台 多线程 定 义跨平台时间统计-The definition of cross-platform cross-platform multi-threaded time statistics
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:1043
    • 提供者:刘浩
  1. thrmgr

    0下载:
  2. linux通用线程池thrmgr,附带使用实例。-linux general thread pool thrmgr, with use cases.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:22211
    • 提供者:pj81102
  1. ThreadSecurity-singleton-model

    0下载:
  2. 线程安全的单例模式,完成封装好了,可以直接调用,里面还有使用说明文档。-Thread-safe singleton pattern, complete the package OK, you can be called directly, there is also used documentation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:1541
    • 提供者:duane
  1. Job-scheduling

    0下载:
  2. 在多通道批处理系统中,作业的运行除了考虑作业之间的优先关系之外,还必须考虑系统能否为其所需的资源分配资源。因为在多通道批处理系统中同时有不只一道作业在CPU中运行,这样就会导致某个作业需要的资源正在被另一个作业占用,这样就会导致无法分配资源的作业进入等待状态,直到该资源被其它作业释放后才能重新激活。-Batch processing in multi-channel system, jobs run in addition to considering the precedence relati
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:142564
    • 提供者:xiaoxiao
  1. The-problem-of-product-and-consume

    0下载:
  2. 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-The producer- consumer qu
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1050
    • 提供者:岳豪
  1. linuxPC-threadpoll

    0下载:
  2. UNIX+C线程池开放源码封装,可以了解线程池的实现机制-UNIX+ C thread pool open source package, you can see the thread pool implementation mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:3589
    • 提供者:毛毛虫
  1. WaitThread

    0下载:
  2. 等待一个已有线程自动结束的VC++代码,我们不能只管创建进程,而不管它的死活,应该 学会如何接应它,转向其它方式或进行下一个任务,本代码 主要演示的是跟踪进程的运行状态,并判断它是否仍在运行,如果是,则等待它运行完毕,不妨参考。 -Waiting for a thread has been automatically end the VC++ code, we can not just create the process, regardless of the life and death,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:11073
    • 提供者:
  1. MultiThread

    0下载:
  2. VC++ 分多个线程来同时进行多项任务,在本例中,每个线程完成的任务几乎是一样的,但是互不影响,各自执行各自的,是一个进度条的显示样例。每个独立线程分别发送消息进入各自的进度条控制指令。 -VC++ in several threads to carry out multiple tasks simultaneously, in this case, each thread is almost the same task, but independently of each other, t
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:20644
    • 提供者:madud00047
  1. threads

    0下载:
  2. qt 多线程编程 qt以前版本对于多线程不是支持很好,这是一个很好的例子-qt4.5.3 threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1800
    • 提供者:dongyin
  1. Chat

    0下载:
  2. vc++ 线程同步与异步套接字编程实例,Windows套接字在两种模式下执行I/O操作,阻塞和非阻塞-vc++ thread synchronization with asynchronous socket programming example, Windows Sockets implementation in two modes I/O operation, blocking and nonblocking
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:19598
    • 提供者:madud00048
  1. MYSCANPORT

    0下载:
  2. 超好用的多线程VC++端口扫描程序,在运行框中输入IP地址,设定端口扫描的范围,设置线程数,程序完美运行。扫描过程中,如果发现某端口被占用,则显示扫描失败,未占用则成功-Chaohaoyong VC++ multi-threaded port scanner, enter the IP address in the Run box, set the scope of port scanning, set the number of threads, the program perfectly.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:20758
    • 提供者:
  1. Process-scheduling

    0下载:
  2. 此程序完成操作系统中进程调度的问题。在C++环境下实现。-This process is completed the operating system process scheduling problems. In C++ environment to achieve.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1715
    • 提供者:lansejingling
  1. chatServer

    0下载:
  2. 简单的服务器 多线程描叙 简简单单 易学易懂-Miao Xu a simple multi-threaded server simple easy to learn
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:check
  1. Cpp2

    0下载:
  2. 操作系统中关于进程死锁模拟实验的部分源代码,分析进程死锁的原因及解决方法-Operating system process deadlock on the part of the source code for simulation, analysis process, the causes and solutions deadlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:3236
    • 提供者:emelond
  1. cPPmultithreading-MD5

    0下载:
  2. 使用c++builder多线程实现MD5-Using c++ builder multithreading MD5
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:510244
    • 提供者:余磊
  1. TsetThread

    0下载:
  2. C++实现大小写字母转换,好用的软件哦,欢迎大家下载,欢迎大家交流-C++ to translate the small words to big words
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3692554
    • 提供者:王小西
  1. CN_Source_Files

    0下载:
  2. This code presents how to start then control a third party GUI application from our own C++ applications, particularly the Notepad text editor which is shipped with Windows operating system.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4962
    • 提供者:Prasad
  1. Experiment_Signal

    0下载:
  2. 创建两个子进程,在进程执行中让父进程捕获键盘上传来的中断信号。 当多捕捉到中断信号后,父进程向两个子进程发出信号,子进程捕捉到该信号后分别输出: (1)“child process1 is killed by parent!” (2)“child process2 is killed by parent!” -Create two sub-processes, in the process of implementation so that the parent proce
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:877
    • 提供者:旷利群
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
  1. ex2

    0下载:
  2. 互斥量得使用方法,线程同步,兄弟线程的同步实现方法,课程设计内容-Have to use mutex, thread synchronization, thread synchronization methods brothers, instructional design
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2081
    • 提供者:chenyi
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com