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

搜索资源列表

  1. VC写的一个线程池的管理实例

    1下载:
  2. 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20.82kb
    • 提供者:xuxu
  1. 学习多线程之一:线程通信--利用事件对象

    0下载:
  2. 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16.99kb
    • 提供者:xuxu
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. Multiprocess

    1下载:
  2. 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49.54kb
    • 提供者:mars
  1. CShowAllProcess

    0下载:
  2. 用vc编的 一个显示进程的小程序-vc series with a show that the process of small programs
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.79kb
    • 提供者:杰克
  1. xitongjincheng

    0下载:
  2. Visual C++课程设计案例精编(第二版) 提供的一个系统进程管理器-Visual C curriculum design case precision series (2nd edition) provides a system for process management
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33.94kb
    • 提供者:假行僧
  1. POSIX_thread.doc

    0下载:
  2. POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。本文档向您精确地展示在编程中如何使用线程,完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。-POSIX (Portable Operating System Interface) thread is to improve the performance of the code response and a powerful tool. This document shows you exactly how to u
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:67.45kb
    • 提供者:梅俊
  1. StartProcessesInOrder_src

    0下载:
  2. 依次执行一系列程序且每个程序之间执行有时间间隔。- Carries out between in turn a series of procedures also each procedure carries out has the time-gap.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-29
    • 文件大小:18.02kb
    • 提供者:站长
  1. sto

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:14.18kb
    • 提供者:wyywd
  1. ADTDemo_VC

    0下载:
  2. ADT680系列AD采集卡的测试程序DIO等功能-AD acquisition card ADT680 series of test procedures and other functions DIO
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:286.14kb
    • 提供者:宋丹阳
  1. thread

    0下载:
  2. 多线程系列教程,c#教程,很好的例子及其详解-Multithreading tutorial series
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:31.49kb
    • 提供者:王清晨
  1. SDL_Thread

    0下载:
  2. SDL系列教程:使用SDL线程 SDL同样支持跨平台的多线程程序-SDL series of tutorials: Using SDL SDL also supports cross-platform thread multithreaded programs
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:260.49kb
    • 提供者:程云海
  1. fanli4

    0下载:
  2. 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:595kb
    • 提供者:sun__shines
  1. fanli5

    0下载:
  2. 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2.5mb
    • 提供者:sun__shines
  1. fanli3

    0下载:
  2. Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.19mb
    • 提供者:sun__shines
  1. fanli2

    0下载:
  2. Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:sun__shines
  1. fanli1

    0下载:
  2. 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.05mb
    • 提供者:sun__shines
  1. BeginInvoke-a-EndInvoke

    0下载:
  2. C_线程系列讲座(1):BeginInvoke和EndInvoke方法-The the C_ thread lecture series (1): BeginInvoke and EndInvoke methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:98kb
    • 提供者:胡天
  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. thread-poolsa-file-download-server

    0下载:
  2. C_线程系列讲座(3):线程池和文件下载服务器-The C_ thread lecture series (3): thread pools, and the file download server
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:66.99kb
    • 提供者:胡天
« 12 3 »
搜珍网 www.dssz.com