搜索资源列表
14122057351
- unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
wenjianxitong
- 题目:文件系统的模拟实现 目的:深入理解文件系统的实现机制,掌握文件访问的编程技术。 任务:实现一个文件模拟文件系统。
多用户多级目录文件系统的实现
- 本课程设计要求设计一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
FileSystem
- 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
new
- 模拟实现单级目录并且单级索引的索引文件系统-Simulation realize a single-stage and single-stage index directory index the file system
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
main
- 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
unix
- 模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
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 .
filesystem
- 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
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.
Linux
- 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux fi
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
system
- 用JAVA实现在WINDOWS内存中模拟LINUX的文件系统,实现了shell对文件的的基本命令-Used to achieve in the WINDOWS memory JAVA LINUX file system simulation to achieve the basic shell commands on the files
a-simulation-of-linux-file-system
- 讲述一个模拟linux文件系统的实现,包括create、login等内容-Describe a simulation of linux file system, including functions of create, login, etc.
file-system
- 编程模拟一个简单的文件系统,实现文件系统的管理和控制功能。要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UED]。另外,为打开文件设置运行文件目录[AFD]。设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件,并对文件必须设置保护措施。在用户程序中通过使用文件系统提供的Create、open、read、write、close、delete等文件命令,对文件进行操作-file system
模拟unix系统
- 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)
Linux下的文件系统
- 实现一个在Linux下的模拟文件系统,完成目录的增删改、文件的增删改(Implementation of a simulated file system under Linux)