文件名称:FAT16

  • 所属分类:
  • 中间件编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 673kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 6***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

文件系统功能概论





1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。



2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。



3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。



4)支持同时打开最多达254个文件;并且最大可打开文件数可由编译宏MaximumFCB设定。



5)支持多任务文件操作的功能:文件可同时同时被多个任务打开,但只有其中第一个打开文件的任务可以得到文件的完全读写权限,以实现文件在多任务环境下的并发操作的保护。



如需商业使用,请与作者联系啊:qq:292942278,e-mail:tony_yang123@sina.com.cn

demo代码只支持FAT16

-Introduction to File System features





1) The file system compatible format FAT16/FAT32 file system to support long file names, multi-level subdirectory, many disk operations, read and write, create delete files and so on function.



2) The file system used to prepare C code can be easily transplanted into the computer application platform, which generally required to prepare additional disk drives to read and write, you can use all the functions of the file system.



3) has the file buffer functions: 1) read documents, read the location of the buffer zone in the document can be directly read from the file buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control .



4) supported at the same time open up to 254 documents and the largest number of documents can be opened by the macro compiler MaximumFCB settings.



5) Supporting file operations mission many features: documents can
相关搜索: fat32
fat16
format

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

下载文件列表

FAT16

.....\FAT16代码说明.doc

.....\fat_filesystem_2008_05_22

.....\.........................\Debug

.....\.........................\.....\fat.obj

.....\.........................\.....\fat.sbr

.....\.........................\.....\fat_filesystem.bsc

.....\.........................\.....\fat_filesystem.exe

.....\.........................\.....\fat_filesystem.ilk

.....\.........................\.....\fat_filesystem.pch

.....\.........................\.....\fat_filesystem.pdb

.....\.........................\.....\flash_management.obj

.....\.........................\.....\flash_management.sbr

.....\.........................\.....\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

.....\.........................\Flash_Management

.....\.........................\................\flash_management.c

.....\.........................\................\flash_management.h

.....\.........................\include

.....\.........................\.......\fat_cfg.h

.....\.........................\.......\types.h

.....\.........................\main.C

.....\嵌入式FAT16_32文件系统.doc

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org