搜索资源列表
fat16fat32硬盘FAT文件系统原理的详细分析
- 硬盘fat文件系统的详细分析,包括物理结构,逻辑结构,引导原理等-fat file system drives the detailed analysis, including physical structure, logic structure, such as guiding principle
FAT_file_stru
- FAT文件系统的组织结构.doc FAT文件系统的组织结构!-FAT file system's organizational structure. Doc FAT file system structure!
ucfs源码
- 一个小型的FAT文件系统源码-a small FAT file system source code
quanmianliaojieNTFS
- 解读NTFS NTFS是一个比FAT复杂的多的文件系统,我们一起努力来把它完整的解读出来 -read NTFS NTFS over FAT is a more complex documents, We work together to complete its reading out
FAT_FileSystem_Element
- 讲述FAT文件系统的原理和结构,初学者有很好的借鉴作用-FAT file system on the principle and structure, beginners have a good reference
FAT
- FAT文件系统,详细说明。 FAT文件系统,详细说明。
FAT
- FAT 文件系统半成品,如果需要自己添加完整,如果您乐意的话,完了可以发给我。
FAT32specification
- 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。
FAT32
- 关于fat文件系统的详细说明,可作为fat16,fat32开发手册。包括磁盘引导原理,分区原理等
deeplyunderstandFATfilesystem
- 硬盘FAT 文件系统原理的详细分析,让你深入了解FAT文件系统
FAT16format
- FAT16文件系统格式说明(什么是FAT文件系统)
fat
- 介绍了FAT文件系统原理,属于入门级知识
libfat
- 实用的小型FAT文件系统源码,包含的文件目录操作,读写操作等一些基本操作。-Useful source of small FAT file system, including the file directory operations, such as reading and writing some of the basic operation of the operation.
NTFS
- ntfs 底层存储结构详解 NTFS是Windows NT引入的新型文件系统,如果您是一位熟悉FAT磁盘格式的专业人士,您可能会觉得NTFS系统的思想蹩脚而晦涩,如果您对FAT格式一无所知,那么恭喜您,您会更快的了解这种更有效率的磁盘格式。-ntfs underlying storage structure Xiangjie NTFS is the Windows NT introduced a new file system, if you are familiar with the FA
fat_filesystem_describe
- fat文件系统原理,网上收集的资料,分享给大家-fat file system, the principle of the information collected online and share for everyone
FAT
- 利用C++编写的一个FAT文件系统,能够实现目录显示,文件复制、删除等基本功能-Written in C++ using a FAT file system, to achieve the directory display, file copy, delete and other basic functions
myfs
- C++写的一个小型的FAT文件系统,磁盘用一个大文件来模拟。基于此文件系统实现了类DOS的shell界面,提供了一些基本功能,如cd,dir,mkdir,edit。-A small FAT file system in C++, disk with a large file to simulate. Class DOS-shell interface, based on this file system provides some basic functions, such as the cd,
fat_longfilename
- 为老的fat文件系统增加长文件名,能和新的文件系统兼容-add long file name for old fat file system
mulu
- 查找Windows FAT文件系统下指定目录的特定文件 2.设计要求及目的: 1. 对形如“C:\\Windows\\System\\Telnet.hlp”的文件进行查找;算法为: 2. 首先找到根目录C:\\; 3. 从根目录找到子目录Windows; 4. 再找到子目录System; 5. 再找到文件Telnet.hlp; -Find the specified directory Windows FAT file system-specific file 2.
GT_DiskLib_120108
- 学习FAT文件系统时封装的一套C++库,可以实现加载指定分区的FAT文件系统。浏览目录,打开文件流读写文件,创建目录和文件(不要在挂载在真实机器上的分区上进行写操作测试,因为Window本身的文件系统驱动和本程序冲突会造成混乱。 最好在虚拟的分区上测试,本程序也带有加载虚拟磁盘的代码。)带有比较详细的注释,由于是玩具无文档。 此为VC6.0工程,用高版本的VS不保证可以编译成功。-FAT file system when learning a set of C++ library packa