搜索资源列表
filesys_emu
- 本程序是使用Vc++6.0开发的用于计算机系操作系统课程的文件系统模拟程序,程序在控制台中运行,提示你加入文件,更改文件和删除文件;对文件也可以写入、删除和更改内容。它完整地实现了一个最简单的模拟文件树,希望对你理解操作系统关于文件系统的基础知识有所帮助-this procedure is the use of Vitamin C 6.0 for the development of the computer science courses on operating system file sy
myFS
- 文件fat系统的实现在内存中的一种模拟方式-documents fat system of the memory of a simulation
moniwenji
- 用C语言实现的一个模拟文件系统,里面是实现的源代码!-C language simulation of a file system, which is the source code!
OS
- C++实现的模拟操作系统,带有报告。 有界面,实现了进程主调度,内存分配,模拟文件系统功能
moniwenjianguanli
- 模拟文件管理系统,实现对文件资源的管理操作;实现文件的基本操作:创建文件、打开文件、关闭文件、保存文件、文件的编辑、改变字体、移动文件、文件及驱动器的属性察看,图片浏览、学生档案查询等功能的实现。
FileSystem
- 操作系统实验 模拟操作系统文件管理 实现文件系统
test6
- 模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法。 1. 采用二级目录结构实现磁盘文件操作:假定文件采用的物理结构为连续结构。编写程序模拟一个简单的文件系统,实现文件系统的管理和控制功能
FileManage
- 基于java的文件系统管理实现。模拟操作系统对文件的管理,实现一个简单的文件系统。
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
czxxt
- 操作系统课程设计报告,文件系统管理过程 模拟文件系统工作过程,实现文件的存储和删除
模拟二级文件系统
- 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,f
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
CAOZUOXITONG.rar
- 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
main
- 模拟成组链接法,实现文件系统磁盘空间管理,包括申请,释放-Simulation of the group link method, the file system disk space management, including the application, the release of
Linux
- 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
OSSim
- 学生用FlashMX实现的操作系统课程原理设计报告,实现磁盘文件系统的模拟及进程调度队列的演示,比较有新意,以前学生都是C++或其它VB实现不同。-Differing from the past development in OS course, Lulu has developed the simulation of File system and process schedule in operating system with FlashMX.
caozuoxitong
- 此课程设计是模拟操作系统的文件管理程序,可以模拟实现目录管理、外存分配以及磁盘存储空间管理根据学到的操作系统知识建立一个文件管理系统,其功能包括能根据用户的选择,运行相应的程序模块,实现创建文件、删除文件、显示文件列表、显示文件位图功能-This course is designed to simulate the operating system s file management program that can simulate a directory management, extern
OS4
- 文件系统实验,模拟文件系统实现的基本功能-File system experiments, analog realization of the basic functions of file systems
TestDH
- C++模拟文件系统:实现文件初始化、显示、复制、删除等-C++ simulation file system: initialization files, display, copy, delete, etc.
file-system
- 操作系统文件系统实验,模拟一个简单的文件系统,实现文件系统的管理和控制功能。-The operating system file system experiments and simulate a simple file system, file system management and control functions.