搜索资源列表
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
los
- 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文
new_wenjianxitong
- 成组链接模拟unix文件系统 功能包括:3)文件的创建 文件的打开: 文件的读: 文件的写:文件关闭 删除文件 创建目录(建立子目录) 改变当前目录 列出文件目录 退出-simulation unix file system features include : 3) documents the creation of open document : document read : The paper wrote : File closed delete the
Unix文件系统模拟实验报告
- 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用
11104707729
- 模拟Unix文件系统,操作系统课程设计.在windows平台VC++上开发.
unix_os
- 模拟unix文件系统的功能,寒假自己完成的
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
mi
- 模拟unix文件系统的混合索引,通过该源码可清楚了解文件系统结构-Analog mixed unix file system indexing, through the source code can be a clear understanding of file system structure
UNIXoperationsystem
- 模拟unix文件系统,该系统界面友好,可以下下学习学习哦-Simulation unix file system, the system user-friendly, you can study under the study under Oh
main
- 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
unixfilesystem
- 操作系统课程设计 模拟unix文件系统 心血-Simulation of operating systems curriculum design efforts unix file system
unix
- 模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
unix
- 模拟unix文件系统 ,可进行文件的删除,文件的打开,文件的读写,创建目录-Simulation unix file system, files can be deleted, documents opened, read and write documents, create a directory
os
- 模拟unix文件系统。进行文件的读写,文件的打开关闭,文件的删除和创建等-Unix file system simulation. The read and write files, open the closed files, delete and create files, etc.
FIRST
- 模拟UNIX文件系统,实现基本的文件系统操作功能:打开、删除、创建等-Simulation of UNIX file system, the realization of the basic operation of the file system functions: open, delete, create, etc.
UNIX_FILE
- 模拟UNIX文件系统,实现基本的文件系统操作功能:打开、删除、创建等-Simulation of UNIX file system, the realization of the basic operation of the file system functions: open, delete, create, etc.
files
- 模拟UNIX文件系统的设计及实现 即:多用户、多目录的文件系统的设计------用VC或Delphi编程模拟文件系统的管理 二、目的 通过OS文件子系统的设计、增强OS设计的技巧,达到提高解决实际OS的设计能力的提高。 三、内容 多用户的多级目录的文件系统设计。 -UNIX File System Simulation Design and Implementation of namely: multi-user, multi-directory file syste
OS
- 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
模拟UNIX文件系统
- 利用C++完成模拟Unix文件系统,包含报告和可执行文件(Using C++ to complete the simulated Unix file system)
模拟unix系统
- 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)