搜索资源列表
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
学习多线程之一:线程通信--利用事件对象
- 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
进程和线程
- 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
Multiprocess
- 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
CShowAllProcess
- 用vc编的 一个显示进程的小程序-vc series with a show that the process of small programs
xitongjincheng
- Visual C++课程设计案例精编(第二版) 提供的一个系统进程管理器-Visual C curriculum design case precision series (2nd edition) provides a system for process management
POSIX_thread.doc
- 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
StartProcessesInOrder_src
- 依次执行一系列程序且每个程序之间执行有时间间隔。- Carries out between in turn a series of procedures also each procedure carries out has the time-gap.
sto
- 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
ADTDemo_VC
- ADT680系列AD采集卡的测试程序DIO等功能-AD acquisition card ADT680 series of test procedures and other functions DIO
thread
- 多线程系列教程,c#教程,很好的例子及其详解-Multithreading tutorial series
SDL_Thread
- SDL系列教程:使用SDL线程 SDL同样支持跨平台的多线程程序-SDL series of tutorials: Using SDL SDL also supports cross-platform thread multithreaded programs
fanli4
- 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
fanli5
- 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
fanli3
- Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
fanli2
- Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
fanli1
- 大名鼎鼎的windows编程系列 黑魔方,清华大学的,学习多线程编程的得力助手-Famous black cube windows programming series, Tsinghua University, the right-hand man to learn multi-threaded programming
BeginInvoke-a-EndInvoke
- C_线程系列讲座(1):BeginInvoke和EndInvoke方法-The the C_ thread lecture series (1): BeginInvoke and EndInvoke methods
the-application-of-the-Thread-class
- C_线程系列讲座(2):Thread类的应用-C_ thread lecture series (2) the application of the Thread class
thread-poolsa-file-download-server
- C_线程系列讲座(3):线程池和文件下载服务器-The C_ thread lecture series (3): thread pools, and the file download server