mult-users-mult-dir-file-system

所属分类:文件操作
开发工具:C/C++
文件大小:1369KB
下载次数:26
上传日期:2012-05-07 09:50:43
上 传 者wzllonger
说明:  功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.设计一个较实用的用户界面,方便用户使用。要求提供以下相关文件操作: (1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read (6)文件的写:write (7)文件关闭:close (8)删除文件:delete (9)创建目录(建立子目录):mkdir (10)改变当前目录:cd (11)列出文件目录:dir (12)退出:logout
(Functions: 1. In memory open up a virtual disk space as a file storage, on its more than a user realize how directory file system. 2. The physical structure can file by explicit links or other methods. 3. Free disk space management can choose a diagrams of or other methods. If using a chart to management and file storage space, and by explicit links distribution methods, it can select a diagrams of merge to FAT. 4. File directory structure using multi-level user directory structure, each directory contains a file name, physical address, length and other information, but also through a catalogue of the file realize read and write protection. Catalogue organization can not use index node way way, but use index node, the difficulty coefficient is 1.2. 5. Design a practical user interface, and user-friendly. Required to provide the following documents operation: (1) have login (user login) (2) system initialization (built file roll, and provide login module) (3) files created: crea)

文件列表:
多用户多级目录文件系统的实现.doc (729600, 2012-05-07)
程序\Project1.bpr (4394, 2009-07-01)
程序\Project1.cpp (1269, 2009-07-01)
程序\Project1.exe (936448, 2011-01-17)
程序\Project1.obj (8267, 2011-01-17)
程序\Project1.res (876, 2007-01-12)
程序\Project1.tds (851968, 2011-01-17)
程序\Unit1.cpp (52415, 2011-01-17)
程序\Unit1.ddp (51, 2011-01-17)
程序\Unit1.dfm (497869, 2011-01-17)
程序\Unit1.h (6397, 2009-07-01)
程序\Unit1.obj (54815, 2011-01-17)
程序\Unit1.~cpp (52426, 2009-07-01)
程序\Unit1.~ddp (51, 2009-07-01)
程序\Unit1.~dfm (497817, 2009-07-01)
程序\Unit1.~h (6397, 2009-07-01)
程序\Unit2.cpp (1107, 2009-07-01)
程序\Unit2.ddp (51, 2009-07-01)
程序\Unit2.dfm (3470, 2007-01-10)
程序\Unit2.h (1295, 2007-01-09)
程序\Unit2.obj (15953, 2011-01-17)
程序\Unit3.cpp (2021, 2009-07-01)
程序\Unit3.ddp (51, 2009-07-01)
程序\Unit3.dfm (2554, 2007-01-10)
程序\Unit3.h (1234, 2007-01-09)
程序\Unit3.obj (15643, 2011-01-17)
程序\图标\中图标\file.bmp (3126, 2009-07-01)
程序\图标\中图标\folder.bmp (3126, 2009-07-01)
程序\图标\中图标\root.bmp (3126, 2009-07-01)
程序\图标\中图标\user.bmp (3126, 2009-07-01)
程序\图标\中图标\删除.bmp (1532, 2007-01-09)
程序\图标\中图标\刷新.bmp (1682, 2007-01-09)
程序\图标\中图标\剪切.bmp (1570, 2007-01-09)
程序\图标\中图标\增加.bmp (3126, 2007-01-09)
程序\图标\中图标\复制.bmp (1600, 2007-01-09)
程序\图标\中图标\属性.bmp (1662, 2007-01-09)
程序\图标\中图标\打开.bmp (3126, 2007-01-09)
程序\图标\中图标\新建.bmp (3126, 2009-07-01)
程序\图标\中图标\粘贴.bmp (1658, 2007-01-09)
程序\图标\中图标\视图.bmp (1632, 2007-01-09)
... ...

近期下载者

相关文件


收藏者