搜索资源列表
课程设计-文件管理
- 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。要求设计一个n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令-with high-level language debugging and prepared a simple file system, simulated document management process. N designe
wenjianxitongmoni
- 操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating
FileSystemgood
- 编写一个树型目录结构的文件系统模拟文件管理工作流程 模拟文件系统,具备新建,删除,读,写,复制等基本功能。-prepared a directory tree structure of the file system simulation document management workflow simulation file system, with the new, delete, read, write, copy, and other basic functions.
unixfilesystem
- 完整的文件系统模拟 基本功能 (1)多用户 (2)多级目录:具有树形目录结构;(3)具有login (用户登录)和用户身份认证功能;(4)文件的创建: create (5)文件的打开:open(6)文件的读:read(7)文件的写:write(8)文件关闭:close(9)删除文件:delete (12)列出文件目录:dir(列目录时要列出文件名、物理地址和文件长度) (13)退出:logout (14)文件保护机制-integrity of the file syst
wjmn
- 小型文件系统模拟实验,操作系统实验程序,给大家使用。
aSDSD
- 计算机操作系统实验 小型文件系统模拟实验运行环境C语言
loginfile
- 用login二级目录的文件系统,模拟操作系统文件系统二级目录的实现
模拟一个文件管理系统
- 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
模拟文件管理系统
- 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
FileManagement.rar
- 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能,Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functions
编写并调试一个树型目录结构的文件系统
- 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程.设计多用户文件系统,采用多级文件目录。-Write and debug a directory tree structure, file systems, document management workflow modeling. Design a multi-user file systems, multi-level directory.
FileSystem
- 文件系统模拟,模拟WINDOWS的文件管理系统,可以进行文件的添加删除,格式化等操作-File system simulation WINDOWS Document Management System, you can add files deleted, formatted, such as operation
17_184955_yvn3IFS
- 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录-disk file system simulation, the files can add, delete, multi-level directory
os
- 操作系统文件系统用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。-Operating system file system with high-level language writing and debugging a simple file system, simulating the working process of document management.
VCmulsystem
- 设计一个模拟的多用户多目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现-Designed in a simulated multi-user multi-directory file system. Through specific file storage space management, document the physical structure, directory structure and file operations implementa
FileSystme
- 自己写的模拟Linux EXT2文件系统。代码约在2000行左右,需要的话拿去参考一下吧。-This is a imitating linux ext2 C code written by myself.if you need it,you can refer to it!
wenjian1
- 操作系统课程设计· 文件系统模拟· 文件的个项基本操作· mfc vc-Curriculum design, simulation of the operating system file system file a basic operation of mfc vc++
main
- 简单模拟文件系统 广义表 目录与文件-Simple Generalized simulated file system table files and directories
最后结果 - 改进版
- 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
模拟UNIX文件系统
- 利用C++完成模拟Unix文件系统,包含报告和可执行文件(Using C++ to complete the simulated Unix file system)