文件名称:FAT16

介绍说明--下载内容均来自于网络,请自行研究使用

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
相关搜索: fat32
compiler
free
download

(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org