Welcome![Sign In][Sign Up]
Location:
Search - fat16

Search list

[uCOSSTM32_fat16万利板子上的fat16

Description: STM32_fat16万利板子上的fat16 用于STM32上面的fat16源代码!
Platform: | Size: 465725 | Author: xmh800813 | Hits:

[OS programfat16

Description: fat16文件系统存取-FAT16 file system access
Platform: | Size: 44032 | Author: 站长 | Hits:

[Windows DevelopFAT16-32SourceV101

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

[SCMfat16源码

Description: fat16源代码,有fat16.c和FileSys.c,欢迎大家参考-the source code for fat16, including fat16.c and filesys.c. welcome for your referece.
Platform: | Size: 29696 | Author: kerty | Hits:

[SCMFAT16 磁盘格式引导程序(ASM)

Description: FAT16 磁盘格式引导程序.文件是以ASM汇编格式提供的.-FAT16 disk boot format. ASM is a compilation document format available.
Platform: | Size: 4096 | 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:

[SCMFAT16-32Driver

Description: 基于m128的fat16/32 和ata文件系统 -based on the m128 and ATA Acronis File System
Platform: | Size: 145408 | Author: sinbad | Hits:

[SCMfat16-fileread

Description: 功能:基于FAT16的文件读写操作C语言代码 作用:可以用作优盘文件系统开发的参考,是嵌入式开发人员的 好资料-functions : Based on the paper read and write FAT16 operating role C language code : You Pan document can be used as a reference system development, embedded development is the good information
Platform: | Size: 3072 | Author: 邹锦坤 | Hits:

[OS DevelopFAT16-32

Description: 嵌入式系统中的fat32和fat16源代码(完全版)
Platform: | Size: 46080 | Author: 王印 | Hits:

[Other Embeded programFAT16

Description: 这个里面有FAT16文件系统的源代码和相关的FAT16说明文档,十分全面,对嵌入式工程师搞文件系统的移植很有帮助,可以在从分理解后移植到SD卡或者CF卡上面。-The inside has FAT16 file system source code and related documentation FAT16, very comprehensive, embedded file system engineers engaged in transplantation helpful, you can understand from the minutes after the transplant to the SD card or CF card above.
Platform: | Size: 349184 | Author: 木 易 | Hits:

[MiddleWareFAT16

Description: use dsp to make FAT16 format disk.interface with FLASH Ic.
Platform: | Size: 112640 | Author: jacky | Hits:

[SCMfat16

Description: 基于642的sd卡读写程序,文件系统为fat16,读写函数已经调通,其他模块框架是完整的,但是没有使用-Based on the sd card reader 642 procedures, documentation systems for fat16, read and write function has been transferred Qualcomm, other module is a complete framework, but did not use
Platform: | Size: 628736 | Author: lshp | Hits:

[OS Developfat16

Description: 完成了一套基于FAT16,并只支持短路径名的函数包。 可用于虚拟磁盘建立。甚至你自己写操作系统,文件系统就可以直接使用他。 由于当初是为朋友在他的板子上跑,只有1K ram,还不能全用,最多只有600-700字节可使用, 所以没有采用缓存的形式,直接采用读写操作。 他可以很轻易的扩充到FAT32(甚至FAT12都可以给予支持),当然还只是支持短路径名。说实在 除了高级应用FAT系列的长文件名真是费事。 这里,我打算将其做成SpaceC的控件之一,用于整合资源文件。-Based on the completion of a set of FAT16, and only supports a short path name of the function package. Can be used for the establishment of a virtual disk. Or even write your own operating system, file system can be directly used on him. Because it was for a friend in his board on the run, only 1K ram, also should not use the whole, a maximum of only 600-700 bytes can be used, there is no form of the use of the cache, directly read and write operations. He can be easily expanded to FAT32 (or FAT12 can support), of course, only to support the short path name. To tell the truth, apart from advanced applications FAT series of long file name is really cumbersome. Here, I intend to make one of SpaceC control for integrated resource file.
Platform: | Size: 19456 | Author: 李卓吾 | Hits:

[SCMfat16

Description: 适合RAM有限的嵌入式系统使用的fat16文件系统。目前只支持在根目录下读写文件,比较适合sd卡的文件管理。
Platform: | Size: 3072 | Author: bear zhou | Hits:

[Otherfat16

Description: 恢复误删除或误格式化且文件格式为FAT16格式的文件数据-Restore accidentally deleted, or wrong format and file formats the data for the FAT16 file format
Platform: | Size: 2048 | Author: peter | Hits:

[SCMFAT16

Description: FAT16文件系统原理,较详细的说明文件,很好的资料-FAT16 file system principle, more detailed documentation, very good information
Platform: | Size: 86016 | Author: nuhuosheng | Hits:

[Other Embeded programFAT16

Description: 1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4) 可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5) 文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6) 所有编译宏存放于文件fat_cfg.h。 (本代码只供测试,研究,设计使用,如需用于商业应用,请与作者联系购买许可,qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -err
Platform: | Size: 593920 | Author: 6756 | Hits:

[SCMFAT16-DemoCode

Description: FAT16 读写的演示代码, 附文件说明-Read and write FAT16 demo code, attached document describes the
Platform: | Size: 354304 | Author: Arthur | Hits:

[Embeded-SCM Developfat16

Description: fat16文件系统源码。需要的请下-FAT16 file system source code. Need to call on the next
Platform: | Size: 26624 | Author: zwh | Hits:

[Other Embeded programFAT16

Description: 1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 -1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Platform: | Size: 683008 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net