Welcome![Sign In][Sign Up]
Location:
Search - fat.c fat

Search list

[Embeded-SCM Developfat32

Description: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h
Platform: | Size: 87035 | Author: liu | Hits:

[Other resourceFAT

Description: fat格式文件的读写操作,针对SD卡,C语言环境
Platform: | Size: 29384 | Author: wler | Hits:

[Other resourceAT89C51snd1做的MP3里的文件系统代码

Description: This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.
Platform: | Size: 57971 | Author: 蒋振磊 | Hits:

[ARM-PowerPC-ColdFire-MIPS嵌入式FAT文件系统免费源码下载

Description: 嵌入式FAT文件系统免费源码下载 本文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码(支持中文),并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另外,代码都使用C编写,可以移植到各种单片机平台上来实现文件系统模块。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与我们联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)
Platform: | Size: 1008478 | Author: figureyang | Hits:

[Embeded-SCM Developfat32文件C语言的实现13

Description: fat32文件C语言的实现13--Source code 13 for FAT32 file using C.
Platform: | Size: 25600 | Author: 石挺干 | Hits:

[Otherc 游戏

Description: 语言小游戏,运行时有声音发发,很有特色的-small language games, running a voice-fat fat, very unique
Platform: | Size: 17408 | Author: 爱荣儿 | Hits:

[Driver DevelopFAT32的部分操作C语言实现代码

Description: FAT32的部分操作C语言实现代码.rar是fat32的c语言实现-FAT32 part of Operation C language code. Rar is fat32 in C Language
Platform: | Size: 89088 | Author: 人杰 | Hits:

[SCMAT89C51snd1做的MP3里的文件系统代码

Description: This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.- This directory contains 3 file system modules:- file system ISO9660 iso9660.c iso9660.h- file system FAT12/16 fat.c fat.h- file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.
Platform: | Size: 57344 | Author: 蒋振磊 | Hits:

[Data structsc语言常用算法(c语言)

Description: 一些c语言常用的算发,最近有程序设计比赛,也是比算法的,可以作为参考学习!-some of the language used fat count, the recent design competition procedures, as well as the algorithm can be used as reference learning!
Platform: | Size: 211968 | Author: | Hits:

[DSP programDSP+Mp3+USB+FAT12的所有源程序(C语言编写)。

Description: DSP+Mp3+USB+FAT12的所有源程序(C语言编写)。用TI的DSP写的U盘接口程序,实现USB、MP3-DSP MP3 USB FAT12 all source (C language). TI's DSP with the U-write interface, USB, MP3
Platform: | Size: 92160 | 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:

[uCOSfile-fat

Description: 分区表。文 件 名: format.c **创 建 人: 陈明计 **最后修改日期: **描 述: 文件系统的格式化实用程序 -partition table. File Name : format.c** Created :** Chen dollars last modified date :** Description : file system formatting utility
Platform: | Size: 7168 | Author: 及侧记 | Hits:

[SCMfat_C

Description: FAT的C语言原代码,没有底层驱动,支持打开文件,读写文件,不支持长文件名.-FAT C language source code, there is no bottom-driven support to open the document, read and write documents, do not support long file names.
Platform: | Size: 2048 | Author: 郑开科 | Hits:

[WEB CodeFAT312C

Description: FAT.C program相关的程序原码已经进行相关的测试-FAT.C program related to the original procedure code has been associated test
Platform: | Size: 7168 | Author: sunlei | Hits:

[Embeded-SCM Developucos-file

Description: ucos下的FAT文件系统源码。 config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk.c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OSFile.h RWSec.C Test.c-OUT of the FAT file system source code. Config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk . c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OS File.h RWSec.C Test.c
Platform: | Size: 41984 | Author: 易宏宇 | Hits:

[Data structsshort_path

Description: 四种算法求最短路径的例子,C#,图形演示 分别为贪心发,动态规划发,分支限界法,和回溯法-Four shortest path algorithm for example, C#, Graphical presentations were greedy fat, fat, dynamic programming, branch and bound method, and backtracking
Platform: | Size: 24576 | Author: tp | Hits:

[Embeded-SCM Developfat32

Description: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h
Platform: | Size: 87040 | Author: liu | Hits:

[SMSt9

Description: T9输入发接口部分,配合前面发的MTK MMI部分的学习,可以将其移植到其它需要的嵌入式软件中.-T9 input interface part of fat, with fat in front of the MTK MMI part of the study, can be transplanted to other needs of embedded software.
Platform: | Size: 48128 | Author: 陈建国 | Hits:

[ARM-PowerPC-ColdFire-MIPSFAT

Description: fat格式文件的读写操作,针对SD卡,C语言环境-fat file format to read and write operations, for SD Card, C language environment
Platform: | Size: 90112 | Author: wler | Hits:

[Disk Toolsfat

Description: 详细介绍fat文件系统结构 对于数据恢复初学者来说是必不可少的-Details fat file system structure for the data recovery is essential for beginners
Platform: | Size: 11264 | Author: shapolang | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net