文件名称:FileManageSystem

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • 上传时间:
  • 2018-01-04
  • 文件大小:
  • 4kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Fee***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。
说明:
1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。
2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况
3)位图的数据结构可以参考“位域”数据结构类型。
4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written and debugged with C,and the function is implemented using the command line.The working process of the simulation of file management.
Explain:
1)each directory item is 16 bytes (defined in 2.2), so only 4 subdirectories or files are allowed in the root directory.
2)i-node bitmap 1 block 64 bytes,a total of 512 bits, can describe the use of 512 i-node
3) the data structure of the bitmap can be referred to as the "bit domain"data structure type.
4) the data blocks in the Data Block area are three types. It includes index blocks, text file data blocks, and directory file data blocks. Use the union type when defining)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
FileManageSystem.cpp 31665 2017-06-24

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org