搜索资源列表
最佳适应法
- 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
优先数法或简单轮转法对五个进程进行调度
- 关于操作系统:本程序可选用优先数法或简单轮转法对五个进程进行调度。每个进程处于运行R(run)、就绪W(wait)和完成F(finish)三种状态之一,并假定起始状态都是就绪状态W。,On the operating system: This procedure may choose to use the priority number of law or simple rotation on the five process scheduling. Each process is runnin
project1
- 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
11
- 操作系统分页存储管理,包括先来先服务算法,轮转法,优先级法-Paging the operating system storage management, including the first-come first-serve algorithm, rotation law, the priority method
diaodusuanfa
- 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
testc
- 实现动态分区管理模拟最先适应法和最佳适应法,用c实现-Dynamic simulation of regional management to adapt the first and best adaptation law, with the realization of c
OS4
- 操作系统先适应法、最优适应法、最差适应法-Operating system to meet the law, the best adapted to law, the worst adaptation law
jincheng
- 操作系统一个重要实验,用高优先级法和轮转法实现进程调度-An important experimental system, with high priority and to achieve the process of scheduling rotation law
MainMAssignAndRecover
- 模拟操作系统在最优先适应法下实现主存分配和回收的实现。可分配主存、回收主存、显示主存-Simulation of the operating system a top priority in the law to adapt to the distribution of main memory to achieve the realization and recovery. Could be allocated for main memory, main memory recovery, sho
OS
- 动态分区管理的主存分配模拟设计--最先适应法、最差适应法-Dynamic partitioning of main memory allocation management analog design- the first to meet the law, the worst adaptation law
20064282378154_samlong
- 用VB编写的模拟进程调度的算法.里面主要介绍了时间轮转法和优先数法.-VB prepared by the process of scheduling algorithm simulation. Introduces a time inside the rotation law and the priority method.
virtual_os
- 在vc6中实现了一个虚拟的操作系统,做操作系统课程设计的人士可以参考该程序。文件系统采用成组链接法-Vc6 achieved in a virtual operating system, operating system, curriculum design so people can refer to the program. File system link to law group
proc
- 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
Pmbok_Pmp_Certification
- A Guide to the Project Management Body of Knowledge (PMBOr Guide) is the recognized standard for the project management profession. As with other professions such as law, medicine, and accounting, the knowledge contained in this standard evolved
group
- 模拟成组链接法的原理; 设系统具有7个可用磁盘块,每组3块。 编程模拟实现成组链接法。输入请求的磁盘块数,模拟成组链接分配;输入回收的磁盘块号,模拟成组链接回收。 -Simulation into a set of links law principles based system with 7 free disk blocks, each 3. Programmed into a set of links to achieve simulati
suanfa
- 1、建立位示图,并给出初态。 2、给出文件名和分配块数,用位示图法管理文件存储空间的分配。 3、给出待回收的文件名,用位示图法管理文件存储空间的回收。 -1, establish a diagrams of, and given initial state. 2, give the file name and distribution, with a KuaiShu diagrams of law storage space distribution management files
memory_malloc
- 模拟动态内存分配的首次适应法和最佳适应法-Simulation of dynamic memory allocation for the first time to adapt to law and the best fit
Bank
- 操作系统中用java语言实现的银行计算法-Operating system using java language bank law
DEAL_STORAGE_NEW
- ① 本实验是模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 ② 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 ③ 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这时应把它分成二部分,一部分为占用区,剩余部分又成为一个空闲区。 ④ 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 ⑤ 运行所设计的程序,输出有关数据结构表项的
cunchu
- 1. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 3. 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。 4. 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 5. 运行所设计的程序,输出有关数据结构表项