搜索资源列表
JCHENG2
- 设计一个程序模拟进程管理的过程,采用时间片轮转法,进程占用CPU的时间片有每个进程的优先数来确定。(约定:每个优先数对应10分钟)-design a simulation process management process using time-Web, the process of CPU time for each and every piece of the process to determine the priority number. (Agreement : each corre
c 模拟进程管理
- 模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
pcb4
- 可实现对进程的模拟管理,用VC编的,结果可间隔一秒显示-can be simulated in the process of management, VC series, the results can be shown at one-second intervals
mmtd1.1
- 一个木马代码 功能比较全面 1.文件管理:模枋 Windows 资源管理器,可以对文件进行:复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。 2.远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、外设控制、服务管理、共享管理、代理服务、MS-Dos模拟、其它控制! 3.捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能! 4.注册表模拟器:远程注册表操作就像操作本地注册表
jinchengguanli
- 操作系统课程实验——模拟系统进程管理,cpu进程调度过程,p,v操作等过程
jinchengguanli_moni
- 操作系统的课程设计,进程管理模拟, C语言编码
进程互斥管理程序
- linux下模拟进程互斥的一个小程序。-modeling process under an exclusive small programs.
虚拟存储器的内存管理
- 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allo
test
- 可视化模拟进程管理,可以建立,调度,阻塞,唤醒进程◎-Visual Simulation of process management, can create, scheduling, blocking, wake-up process ◎! ! !
KeChengSheJi
- (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
os
- 操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)-The four functions of the operating system simulation, separately for the process management, processor scheduling [job scheduling], memory management [paging], and equipment management [disk s
process
- 这是一个用C#做的小软件,模拟进程的管理,希望对大家有用-This is a C# to do with a small software to simulate the process of management, in the hope that useful
CpuScheduling
- 模拟操作系统进程调度与内存管理-Simulation of the operating system process scheduling and memory management
os
- 模拟操作系统的代码,包括包括进程管理,设备管理,文件管理)-Simulation of the operating system code, including, including process management, equipment management, document management)
OsLab--process
- 通过模拟进程调度算法的设计加深对进程管理基本原理的理解,深入了解批处理系统如何组织作业、管理进程和调度进程。-oslab--process
os
- 模拟操作系统,模拟实现操作系统的文件管理,进程管理,内存管理和设备管理等内容。-Operating system simulation, simulation to achieve the operating system file management, process management, memory management and device management and so on.
process
- 通过对linux进程管理的模拟,了解linux进程控制的相关细节,进而掌握其应用方法-linux process management
processManager
- 使用WTL实现Windows进程管理器[模拟],可实现进程的查看,结束,以及进程的线程等,vs2005+WTL+windowsxpSP3。-programing the process manager on WTL,it s function just like windows prpcess manager,just for Demo.
osjincheng
- 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的解. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操
程序源码-codeblocks写的
- 使用C++实现操作系统·进程状态转换与管理模块的模拟实现(Simulation Implementation of operating system / process state conversion and management module using C++)