资源列表
caozuoxitongP
- 操作系统处理机调度,根据优先级来进行调度,完整-Operating system, processor scheduling, priority scheduling has been completed
1
- 时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework
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.
rr28
- program to implement Round-Robin CPU scheduling algorithms
fifo
- 页面置换先进先出算法,请大家试试,本人鉴定没问题-FIFO page replacement algorithm, please try, I did not identify the problem
a-program-to-achieve-the-process
- 设计一个程序实现进程的管理 -Experiment one: Design a program to achieve the management of a process
x
- python 脚本 统计QQ群成员发言次数-python scr ipt statistical QQ group number of members to speak
10.19
- windows操作系统编程示例,主进程由命令行参数输入两个整数,主进程创建两个子进程,分别把两个整数传给两个子进程,子进程计算1+2+..+n一直加到整数的前N项和并输出。如果是输入的整数是负数,则退出进程。-windows operating system, programming examples, the main process parameters from the command line input two integers, the main process to create
system
- 页式存储管理模拟 描述:根据虚地址中的用户号和虚页号同时查快表和慢表,当快表中存在此虚页号,就读出实页号,并计算主存实地址。如果所需页面没有在快表当中,等待慢表的访问结果,如果慢表中也不存在(装入位=0)怎产生缺页中断,调入所需页面,如果主存有空闲页面,则直接调入,否则使用LRU替换算法淘汰主存中某一页,调入新的页面,并更新快表。-Page storage management simulation Descr iption: while the investigation fast and
1_process
- 操作系统实验,实验模拟操作系统的进程调度,采用轮转法对进程进行调度-The operating system experiment, experiment simulating operating system process scheduling, by using round-robin method to process scheduling
ll
- 计算机操作系统实验,关于最小松驰度算法实现模拟-Computer operating system experiments, on the minimum degree algorithm simulated relaxation
subject_3
- 编写一个请求页式存储管理模拟程序,通过对页面置换过程的模拟,加深对请求页式存储管理方式基本原理及实现过程的理解。 要求: 1. 从键盘输入页面访问序列及分配给进程的内存块数; 2. 分别采用OPT、FIFO和LRU算法进行页面置换(说明:对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块