搜索资源列表
linuxfile
- Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
模拟Linux文件系统
- 模拟Linux文件系统。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟Linux文件系统 。
linux文件系统的设计与实现
- 用二进制文件模拟文件系统 简单的模拟实现文件管理功能
操作系统实验-简单文件系统
- 设有一个容量为2M字节的磁盘,磁盘中扇区(block)的大小为512字节,所有扇区可以视为构成一个线形存储空间,从0开始,顺序给每个扇区分配一个编号,视为物理扇区号,借助物理扇区号可以实现对相应扇区的访问。请设计一个具有目录管理功能和磁盘空间管理功能的简单文件系统,以实现对存放在该磁盘上的文件进行简单管理(假设文件名长度是固定的,用14个字符表示),并以创建一个文件和删除一个文件为例,简要说明你所设计的文件系统的工作原理。用数据结构模拟磁盘,设计实现一个简单文件系统,要求提供文件的创建、查看、
FileSystem.在内存中开辟一个空间作为文件存储器
- 在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。,In memory to open a space for the file memory, in its realization of a simple file system. To withdraw from the file system, the need for the contents of the file system is
fat32.rar
- msp430单片机 FAT32文件系统的简单实现,Single-chip msp430 simple FAT32 file system to achieve
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_Java
- java实现的简单文件系统,可以实现一般文件系统的基本操作,并赋有系统类图-to achieve a simple java file system, file system can be achieved in general the basic operation and are endowed with the system class diagram
linux
- 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
test
- 操作系统课程设计简单文件系统的实现的代码,vc2008-Simple file system, operating system, curriculum design, implementation of the code, vc2008
commons-vfs-1.0-src
- linux 虚拟文件系统的实现代码,实现虚拟文件系统的简单功能-linux virtual file system implementation code, a simple virtual file system functions
wenjianguanli
- 一、 任务 设计模拟操作系统文件系统的程序。 二、 目的 通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。 三、功能要求 (1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。 (2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法) (3)空闲空间管理可采用位图或者
wenjian_xitong
- 简单文件系统的实现 在内存中开辟虚拟磁盘空间作为文件储存分区-Simple File System opened in memory space as a virtual disk file storage partitions
file-system
- linux系统上的简单文件系统的实现,有创建、删除目录和文件以及读写文件等基本操作-simple file system create,delete dir and files read and write files
linux二级文件系统及报告
- 设计一个简单的LINUX二级文件系统,包括文件的创建删除修改等,C语言实现(Design a simple LINUX two level file system, including file creation, deletion, modification, etc., C language implementation)
最后结果 - 改进版
- 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
filesys
- 可以实现文件的基本操作,如删、新建、重命名等(The basic operations of a file, such as deletion, construction, renaming, etc., can be implemented)
Linux文件系统
- linux文件系统的简单实现,文件的增删改查(linux fileSystem,rm,mkdir,ls)
C++ 文件系统
- 简单的文件管理系统,实现文件存储空间的管理、文件物理结构、目录结构和一般性的文件操作。(The simple file management system realizes the management of the file storage space, the physical structure of the file, the structure of the directory and the general operation of the file.)
图书馆管理系统
- 简单实现图书馆管理的功能,实现借书还书等简单的功能需求(Simple realization of the function of library management)