搜索资源列表
directrw
- 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading / preparation Sector / cluster, and the MBR, FA
FAT32_FileSys
- 里面详细的介绍了FAT32文件系统的格式,做文件系统的工程师一定能派上一点用场.-inside a detailed introduction to the FAT32 file system format, so the file system engineers will put 1:00 useless.
fat32_file_cn
- fat32文件系统白皮书中文版,请需要的朋友下载-fat32 file system Chinese version of the White Paper, please download a friend in need
SeeFile.rar
- 模拟简单的资源管理器 实现FAT32和NTFS文件格式下的文件安全删除 主要是直接读写逻辑硬盘,Simulation of a simple resource manager to achieve FAT32 and NTFS file format under the file security to delete the main hard drive is a direct read-write logic
CDFS-V1.00
- CDFS全名为China-Dragon File System,即中国龙文件系统。这是我开发的一款FAT16/FAT32的文件系统,支持多个磁盘。 CDFS的开源主要是为学习FAT文件系统者提供一个学习和开发的平台。因此功能 简洁、紧凑,注释也非常多,源码结构尽量方便大家容易看懂。-CDFS called China-Dragon File System, File System that is the Chinese dragon. This is my FAT16/FAT32 dev
fat32
- 一个fat32文件系统的C++版本。能够在windows下的visualC++上运行!-A fat32 file system, C++ version. Be able to visualC++ under windows to run on!
System_File_Details
- 文件系统的详细介绍,包括FAT6和FAT32,里面包含许多的资料。-A detailed descr iption of the file system, including the FAT6 and FAT32, which contains many information.
FAT32
- FAT32文件系统结构研究 .对 FAT32 文件系统的结构和技术实质进行了详细分析-FAT32 file system structure. On the FAT32 file system structure and technology, a detailed analysis of the substance of
FAT32_WAVE_Player
- sample bascom code for playing a wav file of a mmc fat32 memory
FAT32
- 一款P3,P4生产一键拷歌曲软件,非常实在好用-A P3, P4 copy music software to produce a key, it is very easy to use
Fileio
- 此程序会在支持FAT32的U盘上创建一个测试文件,因此需要插入一个U盘。这是在UDK2+VS2010环境下写的,我自己成功运行过。-After run this program,a test file will be created in u-flash which support FAT32.so a u-flash is needed.I succeed run it in the environment of UDK2 and VS2010.
znFATPVS1003P3
- 振南znFAT源码,FAT32是现在嵌入式系统中的重要组成部分,源代码是学习FAT32的经典资料-Zhen Nan znFAT source, FAT32 is now embedded system an important part of the source code is a classic study FAT32 data
Fat32
- 需要安装相对应的编译器 ,对应的环境下编编译,才能编译成功。译程序有点古老。-Need to install the corresponding compiler, the compiler compilation environment, the compiler can be successful. The program is a bit old.
ff13
- FAT是文件配置表(英语:File Allocation Table,首字母缩略字:FAT),是一种由微软发明并拥有部分专利的文件系统,供MS-DOS使用,也是所有非NT核心的微软窗口使用的文件系统。 FAT文件系统考虑当时电脑性能有限,所以未被复杂化,因此几乎所有个人电脑的操作系统都支持。这特性使它成为理想的软盘和存储卡文件系统,也适合用作不同操作系统中的数据交流。现在,一般所讲的FAT专指FAT32。(FAT is the file allocation table (English: F
嵌入式FAT32文件系统设计与实现
- 单片机 文件系统 中国版的写的特别的好 学习文件系统的不二之选(The Chinese version of the single-chip file system is a special good learning document system)
仿照FAT32设计的文件系统
- 仿照fat32系统,设计的一个小型文件系统。(A small file system designed to imitate the FAT32 system.)