Welcome![Sign In][Sign Up]
Location:
Search - FAT16 fAT32

Search list

[Windows DevelopFAT16-32SourceV101

Description: 与ata结合的fat12 fat16 fat32的文件系统实现,代码完整!-FAT12,FAT16,FAT32 file system with ATA
Platform: | Size: 46713 | Author: 王莉 | Hits:

[Other resourcefat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58133 | Author: 于鱼 | Hits:

[Disk Toolspart237

Description: 一个Win95/98/NT下的分区管理程序,可以格式化和划分FAT16/FAT32分区,还可以选择启动分区- Under a Win95/98/NT district executive program, may format and divide the FAT16/FAT32 district, but also may choose the start district
Platform: | Size: 167936 | Author: 站长 | Hits:

[Windows DevelopFAT16-32SourceV101

Description: 与ata结合的fat12 fat16 fat32的文件系统实现,代码完整!-FAT12,FAT16,FAT32 file system with ATA
Platform: | Size: 46080 | Author: 王莉 | Hits:

[SCMfat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58368 | Author: 于鱼 | Hits:

[SCMATMEL FAT文件系统

Description: 文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用-file system, fully compatible fat16, fat32, coupled with their own hard drives interface can be used after
Platform: | Size: 35840 | Author: tonyshine | Hits:

[SCMZLGFS

Description: ZLGFS文件系统源代码,支持FAT12,FAT16,FAT32文件系统。-ZLGFS file system source code, support for FAT12, FAT16, FAT32 file system.
Platform: | Size: 98304 | Author: | Hits:

[SCMZLG.FS

Description: 文件系统的基本操作程序,与硬件无关,支持FAT12/FAT16/FAT32-File system
Platform: | Size: 28672 | Author: bikkychen | Hits:

[File FormatFAT32

Description: 关于fat文件系统的详细说明,可作为fat16,fat32开发手册。包括磁盘引导原理,分区原理等-Fat file system on the detailed description can be used as fat16, fat32 development manual. Including disk guide principle, the principle of partition, etc.
Platform: | Size: 650240 | Author: fadg | Hits:

[Embeded-SCM Developfatfs

Description: 非常好用的嵌入式系统用的fat文件系统,支持fat12 fat16 fat32 -Very easy to use embedded systems using fat file system, support for fat12 fat16 fat32
Platform: | Size: 279552 | Author: tangxiaozheng | Hits:

[File FormatFATFileAndUdisc

Description: 有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构-Single-chip U disk read and write the relevant information, including the USB-related agreements UFI, CBI, as well as FAT12/FAT16/FAT32/NTFS file format, hard disk data structure
Platform: | Size: 4347904 | Author: 孙悟空 | Hits:

[SCMFileSystem

Description: FAT12/FAT16/FAT32/NTFS specification
Platform: | Size: 2202624 | Author: Tony | Hits:

[Othersd-reader_source_20081121

Description: Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
Platform: | Size: 277504 | Author: gryph | Hits:

[MiddleWareFAT16

Description: 文件系统功能概论 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
Platform: | Size: 689152 | Author: 6756 | Hits:

[OtherFAT16-32_Library_V1_01

Description: fat16, fat32 library source program
Platform: | Size: 693248 | Author: an sang woo | Hits:

[Embeded-SCM DevelopFAT16

Description: 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
Platform: | Size: 454656 | Author: 6756 | Hits:

[File FormatFAT16

Description: FAT16-FAT32文件系统原理中文说明-FAT16-FAT32 file system, the Chinese principle of explanation
Platform: | Size: 649216 | Author: 张伟伟 | Hits:

[SCMfat16

Description: 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -FAT16 file system, embedded C code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 code is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 453632 | Author: 6756 | Hits:

[Embeded-SCM DevelopFAT16

Description: 嵌入式FAT文件系统免费源码下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -Embedded FAT file system source code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 683008 | Author: 6756 | Hits:

[Embeded-SCM DevelopFAT16

Description: 国内第一个兼容中文的嵌入式FAT文件系统免费源码下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-The first Chinese domestic embedded FAT-compatible file system source code download free The file system is composed of my personal development, all code written in VC under test. VC-based virtual disk drive under test (in Flash_management.c) to achieve reading and writing to disk. File system implementation is compatible file system format FAT16/FAT32 compatible long file names, compatible GB2312/UNICODE character coding, and realized subdirectory support, to achieve the document read, write, create, and delete the file system commonly used features. The other one, the code is written using C, can be transferred to the MCU running. (FAT16 is free code, users can directly use. This code is FAT32 (compatible with FAT16) and multiple disk version (fee), if necessary, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 901120 | Author: 6756 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net