搜索资源列表
floppybghfghbf
- 用重写文件分配表的方式修复FAT表损坏的软盘。本程序为网上搜集,站长改正了少许可能是在流传中产生的错误,版权属原作者,请作者知道后尽快留下联系方式。 -rewritten using the File Allocation Table way to repair damage to the FAT table floppy disk. The procedures for collecting online, head of corrections may be a bit in which t
FileManagement.rar
- 用JAVA模拟操作系统的文件管理,主要是用Fat表的形式来组织的文件系统的数据结构。,JAVA simulation using the document management system, Fat is mainly used to organize the form of file system data structures.
FLASHWP
- 嵌入式系统的大量数据都存储在其F1ash芯片上。根据Flash器件的固有特性,构建一个适合管理NAND Flash存储器的FAT文件系统,并阐述具体的设计思想。该系统改进了FAT表和FRT表的存储方式,延长了存储-Embedded systems large amounts of data are stored in its F1ash chip. Flash device in accordance with the inherent characteristics, to construct
minidisk
- 操作系统编程,模拟Minidisk,源码压缩包中带有pdf实验要求,使用fat表实现磁盘管理,包括添加、删除、格式化等-Operating system, programming, simulation Minidisk, source compression package with pdf experiments require the use of fat table to achieve disk management, including add, delete, format, et
wenjianguanli
- 一、 任务 设计模拟操作系统文件系统的程序。 二、 目的 通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。 三、功能要求 (1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。 (2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法) (3)空闲空间管理可采用位图或者