文件名称:OS_FILESYSTEM
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-09-08
- 文件大小:
- 2.59mb
- 下载次数:
- 0次
- 提 供 者:
- 春*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实验要求在假设的I/O 系统之上开发一个简单的文件系统,这样做既能让实验者对文件系统有整体了解,又避免了涉及过多细节。用户通过create, open, read等命令与文件系统交互。文件系统把磁盘视为顺序编号的逻辑块序列,逻辑块的编号为0至L-1。I/O系统利用内存中的数组模拟磁盘。-This experiment requires the assumption of I/O system on the development of a simple file system, which allows the experimenter to do both have an overall understanding of the file system, but also to avoid too much detail involved. Users create, open, read, etc. commands interact with the file system. The disk file system, the logical block sequence number as the sequence, the logical block number from 0 to L-1. I/O system using simulated disk array in memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OS_FILESYSTEM\data.txt
.............\Debug\FileSys.obj
.............\.....\FileSys.sbr
.............\.....\IOSys.obj
.............\.....\IOSys.sbr
.............\.....\main.obj
.............\.....\main.sbr
.............\.....\vc60.idb
.............\.....\vc60.pdb
.............\.....\文件系统.bsc
.............\.....\文件系统.exe
.............\.....\文件系统.ilk
.............\.....\文件系统.pch
.............\.....\文件系统.pdb
.............\FileSys.cpp
.............\FileSys.h
.............\IOSys.cpp
.............\IOSys.h
.............\main.cpp
.............\文件系统.dsp
.............\文件系统.dsw
.............\文件系统.ncb
.............\文件系统.opt
.............\文件系统.plg
.............\Debug
OS_FILESYSTEM