文件名称:ext2_gx
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-04-29
- 文件大小:
- 39kb
- 下载次数:
- 0次
- 提 供 者:
- 郭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some concepts and operations such as inode, bitmaps and superblock.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ext2_gx\ext2_file_system.txt
.......\ext2_gx.dsp
.......\ext2_gx.dsw
.......\ext2_gx.ncb
.......\ext2_gx.opt
.......\ext2_gx.plg
.......\Fcntl.h
.......\File_Sys.h
.......\main.cpp
.......\op_bitmap.cpp
.......\op_bitmap.h
.......\op_direct.cpp
.......\op_direct.h
.......\op_file.cpp
.......\op_file.h
.......\op_init.cpp
.......\op_init.h
.......\op_inode.cpp
.......\op_inode.h
.......\op_super.cpp
.......\op_super.h
.......\Stat.h
.......\Task.h
ext2_gx