搜索资源列表
jingcheng
- 创建一个进程;查看运行进程;换出某个进程、*运行进程以及进程之间通信等功能。-Create a process View the operation process In a process, kill operation process and process communication between etc. Function.
OS
- 进程模拟,模拟进程的并发执行,可以自主的加入创建进程和*进程-Process simulation, concurrent implementation of the modeling process can be joined to create an autonomous process and kill process
osruanzhongduan
- 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
DeleteProcess(vc)
- 镜像工作进程,派生新进程,删除进程,起到*进程的功能,调用的API函数-Mirroring the process, derive a new process, the removal process, the functions of play to kill the process, call the API function
system1
- 操作系统的进程调度实验,可以*进程,挂起进程,唤醒进程等功能-Operating system process scheduling experiment, you can kill the process, suspend the process of wake-up process and other functions
jcdd
- 进程演示系统,包括创建新进程.查看运行进程,换出某个进程,*运行进程,唤醒某个进程的功能-Process demonstration system, including the view running processes to create a new process to swap out a process, kill running processes, and wake-up function in a process
Killsprocesses
- Kill process by console command line
a
- 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息
