搜索资源列表
WinRAR-ZIP-
- 本程序显示了创建子进程的基本框架,该程序只是再一次的启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows the basic framework to create a child process, it is only the start itself again, the system displays its process ID and its position in the process list.
ProcessMonitorProject
- 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
rr
- 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
2011101520113708
- 一个基于VB.NET2008开发的操作系统进程镜像列表、管理的源代码。可以扫描进程相关信息,更改进程优先级,同时支持多进程同时结束功能。 -VB.NET2008-based operating system developed by the process of image lists, source code management. Process-related information can be scanned, change the process priority, while su
1
- 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
122
- 本程序显示了创建子进程的基本框架。该程序只是再一次地启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows to create the basic framework of the child process. This procedure is once again to start their own, shows the system process ID and it in the process that the position of the l
hidden-in-the-task-list
- 在任务列表中隐藏进程98 在任务列表中隐藏进程易语言源码-The process of hidden 98 hidden in the task list process easy language source code in the task list
task-list-process
- 易语言程序 源码 在任务列表中隐藏进程 Easy language source code hidden in the task list process -Easy language source code hidden in the task list process
subject_3
- 编写一个请求页式存储管理模拟程序,通过对页面置换过程的模拟,加深对请求页式存储管理方式基本原理及实现过程的理解。 要求: 1. 从键盘输入页面访问序列及分配给进程的内存块数; 2. 分别采用OPT、FIFO和LRU算法进行页面置换(说明:对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块