搜索资源列表
unixkcsjhaha
- 模拟UNIX文件系统的实现 北大实验书内容-simulated UNIX file system of Beijing University experiment contents
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_simul1056217132002
- 模拟Unix混合索引文件系统,C++ BUilder下编译
Unix_File_system
- 大型实验:Unix文件管系统模拟。用内存中的一段区域模拟硬盘空间,根据unix文件管理思想和算法,采用UI界面模拟系统初使化、格式化、以及常用shell命令如:ls\\mkdir\\rm\\cd\\cd等,VC6下通过编译
Unix_file
- 一份较出色的unix文件管理系统模拟源码,实验报告完整详细,编码风格好,字符界面,ls命令列出的文件信息类似于DOS,采用disk.txt模拟硬盘,实现了格式化等多个功能
磁盘管理
- 设计磁盘文件系统时首先要解决磁盘存储空间的管理问题。作为一种现代计算机使用广泛的外存储设备,目前磁盘的存储空间越来越大,使用传统的空闲表法和空闲链接法进行管理的效率不高。对此,UNIX系统引入了成组链接法。成组链接法是一种优秀的磁盘空闲空间管理方法,具有效率高、不浪费磁盘存储空间的优点。本实验的目的是编程模拟实现磁盘成组链接方法的管理方式,加深实验者对该方法设计思想的理解和掌握。
UnixFileSysSim
- 模拟UNIX系统的文件管理功能。包括: 多用户 :usr1, …, usr8 (1-8个用户) 多级目录:可有多级子目录; 具有login (用户登录) 系统初始化(建文件卷、提供登录模块) 文件的创建: create 文件的打开:open 文件的读:read 文件的写:write-Simulation of UNIX file system management functions. Include: multi-user: usr1, ..., usr8 (1
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
unix1
- 模拟unix文件系统,实现unix文件管理系统。-Unix file system simulation to achieve unix file management system.
11
- 模拟unix操作系统中的文件系统功能。用一个文件(disk.txt)模拟一个物理硬盘, 通过对该文件的一系列操作,模拟UNIX文件系统中的文件操作。-Simulation of the unix operating system file system functions. Simulation of a physical hard disk to simulate file operations in the UNIX file system through a series of opera
OIFSp
- 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。 已通过测试。 -Operating system experiments: simulation using two disk file system directory structure, file operations. The program is si
OSforUnix
- 1.在Windows平台上模拟Unix文件系统 2.理解Unix文件系统和i-node用法 3.实现子目录功能-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
operating_system
- 运用C#语言在VS2005开发环境编写软件模拟UNIX操作系统磁盘文件管理系统—-成组链接法,实现了文件的创建,写文件,读文件、删除文件以及创建目录,删除目录等文件管理的基本操作。-VS2005 using C# language development environment for writing software in simulation of the UNIX operating system disk file management system- a set of links me
os1
- 模拟UNIX的文件系统,分级目录,存储分配等等。仅作为对文件系统学习的简单联系。-Analog UNIX file systems, hierarchical directories, storage allocation, and so on. Only as a simple link to the file system of learning.
ConsoleApplication1
- 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理.能接受来自键盘或文件的空间申请及释放请求,能显示或打印分配的磁盘空间的块号,在完成一次分配或归还后能显示或打印各空闲块组的情况(各组的空闲块数和块号)-After the simulation UNIX system free blocks into groups link method, manage disk storage space. Space can accept applications and release reque
模拟UNIX文件系统
- 利用C++完成模拟Unix文件系统,包含报告和可执行文件(Using C++ to complete the simulated Unix file system)