-
use under standard multithreaded category TThread to complete our multithreaded...
利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
- 2022-02-22 03:06:43下载
- 积分:1
-
强力结束进程,可以学习下易如何调用驱动.不错的源码.结束微点,金山等杀毒软件的进程...
强力结束进程,可以学习下易如何调用驱动.不错的源码.结束微点,金山等杀毒软件的进程-Strong the end of the process, you can easily learn how to call the next driver. Good source. The end of micro-point, Jinshan, such as antivirus software process
- 2022-12-27 16:20:04下载
- 积分:1
-
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单独的线程。
-look at the UNIX System and the process of Mach"s mandate and the relationship between the threads. In UNIX systems, a process includes an executable program and a range of resources, such as file descriptors table and address space. In Mach, a task only a series of resources; Threads handle all the executable code. A Mach task can have any number of threads and its associated, and each one must thread related tasks. And to a certain set of tasks related to the threads are sharing all the resources. Thus, a thread is a program counter, a stack, and a series of registers. All need to use the data structures are covered by the mandate. A UNIX system in the process of Mach which corresponds to a mandate and a separate thread.
- 2022-12-05 01:30:03下载
- 积分:1
-
Multi
多线程的TCP和UDP通讯实例,Visual C++6.0开发。-Multi-threaded TCP and UDP communication example, Visual C 6.0 development.
- 2022-07-08 00:03:49下载
- 积分:1
-
Post trough technology used in the communication process between the routines. A...
利用邮槽技术,在进程间进行通信的例程。希望和大家交流。-Post trough technology used in the communication process between the routines. And we hope that the exchanges.
- 2022-03-21 22:34:53下载
- 积分:1
-
- 2023-02-11 19:05:03下载
- 积分:1
-
win32线程池代码, 可用于win98/nt/200
win32线程池代码, 可用于win98/nt/200 -win32 code can be used win98/nt/200
- 2023-04-23 12:15:02下载
- 积分:1
-
win 2000, XP and 2003 ctrl alt del shielding the source
win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
- 2022-03-07 14:30:42下载
- 积分:1
-
Process scheduling, memory, process scheduling to understand the situation and k...
进程调度,了解内存中进程调度情况,知道进程在内存中运行情况-Process scheduling, memory, process scheduling to understand the situation and know the process running in memory of
- 2022-02-26 15:51:29下载
- 积分:1
-
当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译...
当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
- 2022-10-09 05:10:02下载
- 积分:1