搜索资源列表
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
14122057351
- unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
unix_os
- 模拟unix文件系统的功能,寒假自己完成的
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
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
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
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.
wenjianmoni
- Unix文件系统模拟类实现程序 -Unixwenjian mulu xitong moni .
unixsystem
- 自己编写的模拟一个小型UNIX文件系统,实现了文件系统应具有的基本功能,并有用户使用手册,推荐下载。-I have written to simulate a small UNIX file system, implements file system should have the basic functions and a user manual to download.
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.
OSLab-
- 操作系统课程设计。visual studio 2010,2008上的模拟UNIX文件系统的c++源码,附加实验报告和readmefile-1.Simulate a Unix file system on your Windows Platform 2.Understand the file system on Unix system, and the usage of i-nodes 3.Implement the function of sub-directory 4.The
模拟unix系统
- 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)