搜索资源列表
操作系统课程设计文件系统
- 操作系统课程设计文件系统,我们操作系统课程的一个作业-courses on operating system design document systems, we will of course an operating system operations
文件管理模拟系统设计报告
- 文件管理模拟系统设计报告-document management simulation system design report
Linux内核—文件系统模块的设计和开发
- Linux内核—文件系统模块的设计和开发
CAOZUOXITONG.rar
- 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
mi.rar
- 操作系统课程设计 模拟的文件系统编写程序,模拟混合索引形式的文件系统。能接收建立、删除、读、写和查询属性的命令,并在模拟文件系统中进行操作。提供一个可供操作者建立、删除、读、写文件和查看文件属性的交互界面。,OS filesystem design
os
- 操作系统课程设计,含5个大作业。最后一个是文件系统的设计。有报告。最后一个是linux的,其他的是window上开发。 -Operating systems curriculum design, with five major operations. The last one is the file system design. Reports. The last one is linux, the other is a window on development.
OS_experiment
- 大三时做的操作系统课程设计,有文件系统等-Third of the operating system when the curriculum design, there are file system, etc.
Flashfile
- 基于FLASH存储器的嵌入式文件系统的设计与实现.pdf;军用嵌入式系统中的Flash文件系统设计.pdf;嵌入式系统中的Flash文件系统.pdf-Based on the embedded FLASH memory file system Design and Implementation. Pdf military embedded system design of Flash file system. Pdf Embedded Systems Flash File System. P
os
- 设计一个模拟的多用户多级目录的文件系统,并提供基本命令来模拟这个文件系统的文件操作。用一个文件来模拟用户表,用来记录当前系统中的用户,每一个用户有一张自己的用户目录表,用来记录自己账户下的目录情况,目录表也是用形式保存在硬盘中。用户分普通用户,管理员,超级管理员三种,各用户只可以在自己目录下操作文件,超级管理员可以为新用户分配用户目录,可以设置用户的权限,而管理员只可以为新用户分配用户目录,普通用户则只能在自己的目录下进行文件操作。 用户登陆之后,可以在其用户目录下面进行文件操作,可以新建
file
- 用vc写得操作系统课程设计题,简单文件系统实现,对文件和目录进行创建,修改,查询,删除,读,写,打开,关闭等功能-Written by vc title operating system curriculum design, simple file system for files and directories to create, modify, query, delete, read, write, open, shut down and other functions
FileSystme(1)
- 操作系统课程设计,模拟文件系统,很好的一个东西-Operating systems curriculum design, simulation file system, a very good thing
Operatingsystemscurriculumdesignsimulationofhefile
- 操作系统课程设计,模拟文件系统算法的C编写-Operating systems curriculum design, simulation of the file system algorithm
unixfilesystem
- 操作系统课程设计 模拟unix文件系统 心血-Simulation of operating systems curriculum design efforts unix file system
File
- 文件系统cpp,包括文件系统设计以及必要的注释,操作系统课程作业-File System cpp, including the file system design as well as the necessary notes, operating system programs operating
a
- 是关于操作系统的文件系统设计的实验报告.-On the operating system, file system reports the design of experiments.
OS
- 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
FAT32_Partial_Algorithm.doc
- 本文档主要介绍了FAT32大部分接口的主要算法,读者能够根据算法自行设计FAT32文件系统的接口。-The document describes the majority of algorithms of FAT32 interface in detail, from which you readers can easily access the internal of API. It is really helpful for redesigning or modifying the inte
myProject
- 操作系统课程设计(二级文件系统),好用啊-Operating System Course Design (2 file system)
File_os
- 1、设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件。 2、程序采用二级文件目录(即设置主目录[MFD])和用户文件目录(UED)。另外,为打开文件设置了运行文件目录(AFD)。 3、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 4、算法与框图: ①因系统小,文件目录的检索使用了简单的线性搜索。 ②文件保护简单使用了三位保护码:允许读写执行、对应位为 1,对应位为0,则表示不允许读写、执
Multi-usermulti-leveldirectoryFileSystem
- 操作系统课程设计 多用户多级目录文件系统的实现-Multi-user operating system, curriculum design, multi-level directory File System