搜索资源列表
dllview
- 查看当前进程调用的动态链接库信息,并能终止进程运行。-View current process called dynamic link library information, and to terminate the process running.
sleepterminate
- 延时操作 结束批定进程 ini文件操作 -sleep terminate process inifiles
Ezprocess_src
- 汇编语言写的进程管理器,可以启动,终止及设置进程的优先级-Written in assembly language, process manager, you can start, terminate and set the process priority
os1
- 完成了“进程控制”。 其实验目的是, 1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。 2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t) 3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息 4. 掌握进程状态的转换 5.了解内存的分配和回收算法。 -Complete process control. Experimen
terminateprocess
- 中止當強進程,可用來強制結束遊戲。-terminate the process
jingling
- 守护精灵,周期检测程序是否运行,根据条件启动或终止进程。定时执行程序。配置文件应用。-Guardian spirit, period detection program is running, according to the conditions to start or terminate the process. Scheduled program. Profile applications.
kill
- 易语言应用定时器功能终止进程。应用到配置文件,可在配置文件中设置终止时间。也可以把要终止的程序写到配置文件中。-Easy language to use timer function to terminate the process. To the configuration file, you can set the end time in the configuration file. You can also terminate a program written to the confi
efcfedlnop
- By intercepting under windowsNT Openprocess function to forbid to terminate this process program
a
- 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息