-
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级...
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on some basic document management, such as : read, write, delete files. Through this procedure can grasp the principle document subsystems to enhance the structure of the two file system user management, document management, directory management, understanding, and the procedures to achieve the right documents subsystem simulation.
- 2022-05-30 23:08:31下载
- 积分:1
-
一个用 java 语言编写的操作系统课程设计
很经典希望对大家有帮助...
一个用 java 语言编写的操作系统课程设计
很经典希望对大家有帮助-An operating system using java language curriculum design classic you want to help
- 2023-08-22 05:45:04下载
- 积分:1
-
This is a banker algorithm performance of a procedure
这是银行家算法表现的一个程序-This is a banker algorithm performance of a procedure
- 2022-02-03 23:10:12下载
- 积分:1
-
作业分区管理算法
作业分区管理算法-operations through management algorithm
- 2022-03-12 14:14:40下载
- 积分:1
-
操作系统的存储管理
操作系统的存储管理-Operating system storage management
- 2022-02-11 21:46:05下载
- 积分:1
-
操作系统中会遇到银行家的问题
操作系统中会遇到银行家的问题-operating system will encounter the problem of bankers
- 2022-10-18 20:35:03下载
- 积分:1
-
I2C testing sample code
I2C测试示例代码
- 2023-05-05 18:35:04下载
- 积分:1
-
哈工大操作系统课程设计,虚拟磁盘的设计和实现
哈工大操作系统课程设计,虚拟磁盘的设计和实现-HIT operating system design, virtual disk design and the realization of
- 2022-07-19 12:21:31下载
- 积分:1
-
process simulation dining philosophers, 10 philosophers, 10 knives, forks, obser...
模拟哲学家就餐过程,10个哲学家,十副刀叉,观察线程的竞争情况-process simulation dining philosophers, 10 philosophers, 10 knives, forks, observation threads of competition
- 2023-01-09 20:45:03下载
- 积分:1
-
模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。
1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5 0 1 0 2 0 1 4 0 2 5 1 2 3 5 (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 13:05:33下载
- 积分:1