文件名称:FAT16
- 所属分类:
- 嵌入式/单片机编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 444kb
- 下载次数:
- 0次
- 提 供 者:
- 6***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
FAT16文件系统免费C代码下载
1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能
2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。
3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。
4)支持打开多达254个文件;同时,最大允许打开文件数目由编译宏MaximumFCB设定。
5)支持多任务下文件的并发存取:即一个文件可同时被多个任务引用,其中只有第一个引用文件的任务可得到文件的读写完全权限,因此,实现文件了多任务环境下的并发存取。
(FAT16代码为免费代码,用户可用于产品上,并拥有修改的权利!
本代码有FAT32(兼容FAT16)和多盘的收费版本, 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-FAT16 file system, C code for free download
1) Compatible FAT16/FAT32 file system, support long file names, multi-level directory, multi-disk operations, read and write, create, delete files, disk and so on over the function of Li
2) using C coding to facilitate transplantation in a variety of computer application platform, under normal circumstances only the development of additional disk drives to read and write, you can use the file system for all functions.
3) Have the file data block buffer functions: 1) read the file, read the location data block buffer, the buffer can be directly read from the data block of data without having to read physical disk, speed up the speed of reading the file Moreover, the file data block size of the buffer can be compiled macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control.
4) support to open up to 254 documents the same time, the maximum allowable number of open files by the compiler macro MaximumFCB settings.
5) Supp
1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能
2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。
3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。
4)支持打开多达254个文件;同时,最大允许打开文件数目由编译宏MaximumFCB设定。
5)支持多任务下文件的并发存取:即一个文件可同时被多个任务引用,其中只有第一个引用文件的任务可得到文件的读写完全权限,因此,实现文件了多任务环境下的并发存取。
(FAT16代码为免费代码,用户可用于产品上,并拥有修改的权利!
本代码有FAT32(兼容FAT16)和多盘的收费版本, 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-FAT16 file system, C code for free download
1) Compatible FAT16/FAT32 file system, support long file names, multi-level directory, multi-disk operations, read and write, create, delete files, disk and so on over the function of Li
2) using C coding to facilitate transplantation in a variety of computer application platform, under normal circumstances only the development of additional disk drives to read and write, you can use the file system for all functions.
3) Have the file data block buffer functions: 1) read the file, read the location data block buffer, the buffer can be directly read from the data block of data without having to read physical disk, speed up the speed of reading the file Moreover, the file data block size of the buffer can be compiled macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control.
4) support to open up to 254 documents the same time, the maximum allowable number of open files by the compiler macro MaximumFCB settings.
5) Supp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FAT16
.....\FAT16代码说明.doc
.....\fat_filesystem_2008_05_22
.....\.........................\Debug
.....\.........................\.....\fat_filesystem.pch
.....\.........................\.....\main.obj
.....\.........................\.....\main.sbr
.....\.........................\.....\vc60.idb
.....\.........................\.....\vc60.pdb
.....\.........................\FAT
.....\.........................\...\fat.c
.....\.........................\...\fat.h
.....\.........................\fat_filesystem.dsp
.....\.........................\fat_filesystem.dsw
.....\.........................\fat_filesystem.ncb
.....\.........................\fat_filesystem.opt
.....\.........................\fat_filesystem.plg
.....\.........................\fat_filesystem.suo
.....\.........................\Flash_Management
.....\.........................\................\flash_management.c
.....\.........................\................\flash_management.h
.....\.........................\include
.....\.........................\.......\fat_cfg.h
.....\.........................\.......\types.h
.....\.........................\main.C
.....\嵌入式FAT16_32文件系统.doc
.....\版本.txt
.....\FAT16代码说明.doc
.....\fat_filesystem_2008_05_22
.....\.........................\Debug
.....\.........................\.....\fat_filesystem.pch
.....\.........................\.....\main.obj
.....\.........................\.....\main.sbr
.....\.........................\.....\vc60.idb
.....\.........................\.....\vc60.pdb
.....\.........................\FAT
.....\.........................\...\fat.c
.....\.........................\...\fat.h
.....\.........................\fat_filesystem.dsp
.....\.........................\fat_filesystem.dsw
.....\.........................\fat_filesystem.ncb
.....\.........................\fat_filesystem.opt
.....\.........................\fat_filesystem.plg
.....\.........................\fat_filesystem.suo
.....\.........................\Flash_Management
.....\.........................\................\flash_management.c
.....\.........................\................\flash_management.h
.....\.........................\include
.....\.........................\.......\fat_cfg.h
.....\.........................\.......\types.h
.....\.........................\main.C
.....\嵌入式FAT16_32文件系统.doc
.....\版本.txt