搜索资源列表
实验一 进程、线程的控制
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。 每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
THREAD
- 使用自定义消息,实现进程与线程的通信,线程可以发消息给进程-Using a custom message, implementation process and thread communication, thread can send message to process
Hcanon
- 远程线程插入,SDK VC6,0 可以做无进程*的原理,(Remote thread insert, the SDK VC6, 0 can do not process the principle of the Trojan,)
6347520
- 在windows 982000下,创建一个控制台进程,此进程包含n个线程()