文件名称:Windows
介绍说明--下载内容均来自于网络,请自行研究使用
进程与线程
进程和线程是两个相对的概念,通常来说,一个进程可以定义程序的一个实例(Instance)。在Win32中,进程并不执行什么,它只是占据应用程序所使用的地址空间。为了让进程完成一定的工作,进程必须至少占有一个线程,正是这个线程负责包含进程地址空间中的代码。实际上,一个进程可以包含几个线程,它们可以同时执行进程地址空间中的代码。-Process and thread process and thread are the two relative concept, generally speaking, a process can be an example of the definition of the procedure [Instance]. In Win32, the process of implementation of what is not, it is only used to occupy the application' s address space. In order to allow the process to complete a certain job, the process must be at least one thread, it is this thread is responsible for the process address space contains the code. In fact, a process can contain several threads, they can at the same time the implementation of the process address space in the code.
进程和线程是两个相对的概念,通常来说,一个进程可以定义程序的一个实例(Instance)。在Win32中,进程并不执行什么,它只是占据应用程序所使用的地址空间。为了让进程完成一定的工作,进程必须至少占有一个线程,正是这个线程负责包含进程地址空间中的代码。实际上,一个进程可以包含几个线程,它们可以同时执行进程地址空间中的代码。-Process and thread process and thread are the two relative concept, generally speaking, a process can be an example of the definition of the procedure [Instance]. In Win32, the process of implementation of what is not, it is only used to occupy the application' s address space. In order to allow the process to complete a certain job, the process must be at least one thread, it is this thread is responsible for the process address space contains the code. In fact, a process can contain several threads, they can at the same time the implementation of the process address space in the code.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
《美河提供.基于Windows的多线程编程》.doc