文件名称:wenjianguanli

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 78kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 卢**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

一、  任务

设计模拟操作系统文件系统的程序。



二、  目的

通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。



三、功能要求

(1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。

(2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法)

(3)空闲空间管理可采用位图或者其他方法。注意如果采用了位图和显式方法,可将位图和FAT表合二为一。

(4)文件目录采用多级目录结构。至于是否采用索引节点结构,自选。

目录项目中应包含:文件名、物理地址、长度等信息。同学可在这里增加一些其他信息。

(5)该文件系统提供的操作:

• 格式化:对文件存储器进行格式化,即按照文件系统的结构对存储空间进行布局,并在其上创建根目录及其用于管理文件存储空间等的数据结构。

• 创建子目录

• 删除子目录

• 显示目录

• 更改当前目录

• 创建文件

• 打开文件

• 关闭文件

• 写文件

• 读文件

• 删除文件

-First, the task designed to simulate the operating system file system procedures. Second, the purpose of file storage space through specific management of the physical structure of files, directory structures and file operations to achieve and deepen the internal functions of the file system and achieve understanding of the process. Third, the functional requirements (1) open up a space in memory as file memory on which to implement a simple file system. Exit the file system, you need to save the contents of the file system to disk, so you can be come back to memory. (2) management of file storage space can be taken to explicitly link (such as FAT) or other methods. (Ie, a method optional) (3) free space management can be a bitmap or other methods. Note If you use a bit map and explicit methods can be combined bitmap and the FAT table. (4) file directory structure of a multi-level directory. As for whether to use the index node structure, choice. List of projects should include: file n
(系统自动生成,下载前可以参看下载内容)

下载文件列表

黄鹏飞\data

......\MyFileSystem.doc

......\MyFileSystem.jar

......\MyFileSystem.java

黄鹏飞

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org