文件名称:os
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统课程设计
分页存储管理系统;建立一个基本分页存储管理系统的模型。
首先分配一片较大的内存空间,作为程序运行的可用存储空间;
建立应用程序的模型;
建立进程的基本数据结构及相应算法;
建立管理存储空间的基本存储结构;
建立管理分页的基本数据结构与算法;
设计存储空间的分配与回收算法;
提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入;
注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,一个进程占一行-Courses on operating system design paged memory management system establish a basic paging storage management system model. First assign a larger memory space, run as a program storage space available build application model build process basic data structure and the corresponding algorithms manage storage space to establish the basic storage structure establishment of management structures and basic data paging algorithm design of storage space allocation and recovery algorithms providing information dump function, you can store the information to disk, you can also read in from disk Note: The code runs first in the D drive directory to create a process table with a. txt file and in the file name and size of the input process, such as a 12, one per line process,,,,
分页存储管理系统;建立一个基本分页存储管理系统的模型。
首先分配一片较大的内存空间,作为程序运行的可用存储空间;
建立应用程序的模型;
建立进程的基本数据结构及相应算法;
建立管理存储空间的基本存储结构;
建立管理分页的基本数据结构与算法;
设计存储空间的分配与回收算法;
提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入;
注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,一个进程占一行-Courses on operating system design paged memory management system establish a basic paging storage management system model. First assign a larger memory space, run as a program storage space available build application model build process basic data structure and the corresponding algorithms manage storage space to establish the basic storage structure establishment of management structures and basic data paging algorithm design of storage space allocation and recovery algorithms providing information dump function, you can store the information to disk, you can also read in from disk Note: The code runs first in the D drive directory to create a process table with a. txt file and in the file name and size of the input process, such as a 12, one per line process,,,,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os.cpp
操作系统题目.docx
说明书.txt
进程表.txt