搜索资源列表
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
cipankongjian
- 模拟UNIX磁盘空间管理中使用的分组链接法。在内存中建立一个虚拟盘,模拟成组链接法,实现对该虚拟盘空间的管理 虚拟盘共60块,10块为一组,系统最多支持5个文件 可以显示文件对磁盘块的占用情况,当前空闲块的分布情况 -simulated UNIX disk space used in the management of a link France. In memory to establish a virtual disk to simulate the Links Group, r
14122057351
- unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
memory
- 该程序提供了一个完整的程序版本,模拟实现了Unix的文件系统.
unix_os
- 模拟unix文件系统的功能,寒假自己完成的
操作系统作业
- 编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
java_unix_shell
- 用java写的unix文件管理模拟系统,可供需做此实验的大学生朋友参考
mi
- 模拟unix文件系统的混合索引,通过该源码可清楚了解文件系统结构-Analog mixed unix file system indexing, through the source code can be a clear understanding of file system structure
unixFile
- 模拟unix的文件系统(成组链接法). -Simulation unix file system (group link method).
UNIXoperationsystem
- 模拟unix文件系统,该系统界面友好,可以下下学习学习哦-Simulation unix file system, the system user-friendly, you can study under the study under Oh
File_system
- 一个完成了UNIX文件系统的模拟,功能非常齐全-the best system for files system of UNIX
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
wenjianmoni
- Unix文件系统模拟类实现程序 -Unixwenjian mulu xitong moni .
prj_fs
- 上次做的一个基于一个文件的UNIX模拟文件系统,具有所有基本功能-filesystem for unix.
UNIX-FILE-SYSTEM
- MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
small-unix
- 用C语言模拟小型类UNIX文件系统, 文件系统被分成三个部分,依次为:位视图,I节点区和数据区。数据区被分成1024块,每块有1024个字节。用一个文件模拟外存,在程序中用数组分别模拟内存中的I节点,位图,文件系统。在每一次的操作中如果相应元素有变动,则对应在文件中更新输出相应数据。-Small classes in C language simulation UNIX file system, file system is divided into three parts, as follow
yfs.tar
- 模拟Unix文件系统的实现,对理解Unix文件系统的底层结构很有帮助。-Analog Unix file system implementation, to understand the underlying structure of Unix file system helpful.
模拟unix系统
- 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)