Welcome![Sign In][Sign Up]
Location:
Search - 磁盘存储空间的分配和回收算法

Search list

[SourceCode磁盘存储空间的分配和回收算法

Description: 为了提高磁盘存储空间的利用率,可在磁盘上组织成链接文件、索引文件,这类文件可以把逻辑记录存放在不连续的存储空间。为了表示哪些磁盘空间已被占用,哪些磁盘空间是空闲的,可用位示图来指出。位示图由若干字节构成,每一位与磁盘上的一块对应,“1”状态表示相应块已占用,“0”状态表示该块为空闲。位示图的形式与实习二中的位示图一样,但要注意,对于主存储空间和磁盘存储空间应该用不同的位示图来管理,绝不可混用。
Platform: | Size: 458490 | Author: mancst@yahoo.cn | Hits:

[OS Developos

Description: 操作系统课程设计 分页存储管理系统;建立一个基本分页存储管理系统的模型。 首先分配一片较大的内存空间,作为程序运行的可用存储空间; 建立应用程序的模型; 建立进程的基本数据结构及相应算法; 建立管理存储空间的基本存储结构; 建立管理分页的基本数据结构与算法; 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入; 注意:代码运行时先在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,,,,
Platform: | Size: 12288 | Author: Gee | Hits:

CodeBus www.codebus.net