文件名称:filesystembegin
介绍说明--下载内容均来自于网络,请自行研究使用
1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储
2. 文件系统的目录结构采用类似Linux的树状结构;
3. 要求模拟的操作包括:
a) 目录的添加、删除、重命名;
b) 目录的显示(列表)
c) 文件的添加、删除、重命名
d) 文件和目录的拷贝
4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明
5. 用户输入exit时退出该系统
6. 实验实现基于windows平台;
7. 实验开发语言可以选用C/c++
-1. Design and implement a simple file system requirements include directories, regular files and file storage 2. File system directory structure similar to Linux' s tree 3. Requires simulation of the operation include: a) the directory to add, delete, rename b) display the directory (list) c) files to add, delete, rename, d) copies of files and directories 4. Displayed when the user enters a list of available commands user input help to display all commands with the help of documents enter a command+? Which command to display instructions 5. When the user enters exit to exit the system 6. Windows-based platform for experiments 7. Experimental development of language can be selected C/c++
2. 文件系统的目录结构采用类似Linux的树状结构;
3. 要求模拟的操作包括:
a) 目录的添加、删除、重命名;
b) 目录的显示(列表)
c) 文件的添加、删除、重命名
d) 文件和目录的拷贝
4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明
5. 用户输入exit时退出该系统
6. 实验实现基于windows平台;
7. 实验开发语言可以选用C/c++
-1. Design and implement a simple file system requirements include directories, regular files and file storage 2. File system directory structure similar to Linux' s tree 3. Requires simulation of the operation include: a) the directory to add, delete, rename b) display the directory (list) c) files to add, delete, rename, d) copies of files and directories 4. Displayed when the user enters a list of available commands user input help to display all commands with the help of documents enter a command+? Which command to display instructions 5. When the user enters exit to exit the system 6. Windows-based platform for experiments 7. Experimental development of language can be selected C/c++
相关搜索: filesystembegin
(系统自动生成,下载前可以参看下载内容)
下载文件列表
filesystembegin\cat.h
...............\cd.h
...............\chmod.h
...............\close.h
...............\copy.h
...............\cut.h
...............\dat.txt
...............\Debug\BuildLog.htm
...............\.....\filesystem.obj
...............\.....\filesystembegin.exe.embed.manifest
...............\.....\filesystembegin.exe.embed.manifest.res
...............\.....\filesystembegin.exe.intermediate.manifest
...............\.....\mt.dep
...............\.....\vc90.idb
...............\.....\vc90.pdb
...............\d_tnode.h
...............\d_tnodel.h
...............\filesystem.cpp
...............\FileSystem.h
...............\filesystembegin.vcproj
...............\filesystembegin.vcproj.hxd-PC.hxd.user
...............\login.h
...............\lomod.h
...............\mkdir.h
...............\open.h
...............\paste.h
...............\print.h
...............\pwd.h
...............\read.h
...............\Register.h
...............\rename.h
...............\rm.h
...............\rmdir.h
...............\root.h
...............\search.h
...............\state.h
...............\structure.h
...............\texit.h
...............\updir.h
...............\write.h
...............\Debug
filesystembegin
...............\cd.h
...............\chmod.h
...............\close.h
...............\copy.h
...............\cut.h
...............\dat.txt
...............\Debug\BuildLog.htm
...............\.....\filesystem.obj
...............\.....\filesystembegin.exe.embed.manifest
...............\.....\filesystembegin.exe.embed.manifest.res
...............\.....\filesystembegin.exe.intermediate.manifest
...............\.....\mt.dep
...............\.....\vc90.idb
...............\.....\vc90.pdb
...............\d_tnode.h
...............\d_tnodel.h
...............\filesystem.cpp
...............\FileSystem.h
...............\filesystembegin.vcproj
...............\filesystembegin.vcproj.hxd-PC.hxd.user
...............\login.h
...............\lomod.h
...............\mkdir.h
...............\open.h
...............\paste.h
...............\print.h
...............\pwd.h
...............\read.h
...............\Register.h
...............\rename.h
...............\rm.h
...............\rmdir.h
...............\root.h
...............\search.h
...............\state.h
...............\structure.h
...............\texit.h
...............\updir.h
...............\write.h
...............\Debug
filesystembegin