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

Search list

[Documentsfat

Description: fat的编写过程,非常牛x
Platform: | Size: 649372 | Author: ruddy100 | Hits:

[SCMAVR-SD-FAT

Description: 一个老外用AVR实现SD卡fat文件格式读写操作的程序
Platform: | Size: 291726 | Author: mxslgyb | Hits:

[Communication-Mobileouxcomm

Description: XComDrv是个通讯包,包含两个控件:TXComm,封装了一个通讯设备的若干特性;TXModem,MODEM与MODEM通讯的控件。最新的版本支持:定制流控制;任意波特率;完全的数据控制;指定事件字符;收/发数据;插件。TXModem可以用来:向MODEM设备发送AT指令;修改MODEM寄存器;拨号;连接;断开。最新版本包括XAsync v.1.2,异步(覆盖式)操作单元。功能无限制。源代码:包含,还有EXE演示。适用语言:CB4 CB5 D4 D5-XComDrv is a communications package that contains two controls: TXComm, Packaging, a number of characteristics of communications equipment TXModem, MODEM control communications with the MODEM. The latest version supports: customized flow control arbitrary baud rate incomplete data control designated events characters admission/fat data plug. TXModem can be used to: MODEM equipment to send AT commands amend MODEM register dial-up connection disconnected. The latest version include XAsync v.1.2, Asynchronous (cover type) operation unit. Features unlimited. Source code: contains, as well as EXE demo. Applicable language: CB4 CB5 D4 D5
Platform: | Size: 314368 | Author: 站长 | Hits:

[Booksfat32

Description: fat 文件系统白皮书-fat File System White Paper
Platform: | Size: 139264 | Author: liaosk | Hits:

[Windows Developdirectrw

Description: 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
Platform: | Size: 19456 | Author: | Hits:

[File Operateucfs源码

Description: 一个小型的FAT文件系统源码-a small FAT file system source code
Platform: | Size: 52224 | Author: 李啸天 | Hits:

[Disk Toolsdisk_analysis

Description: 该程序可以分析磁盘的bpb,fat,fdt。这个程序是我刚学微机应用环境的时候编的,程序的应用范围不是很广。还不能硬盘的fdt表!-the program can analyze disk BPB, fat, fdt. This procedure is just learning microcomputer application environment in the series, the application process is not very wide. Not drives fdt table!
Platform: | Size: 52224 | Author: shiningstar | Hits:

[SCMfat32_16_c51

Description: C51的FAT文件系统-C51 FAT File System
Platform: | Size: 38912 | Author: 纯粹娱乐 | Hits:

[Embeded-SCM DevelopFATTests

Description: avr的fat文件系统测试程序--Testing program for AVR s FAT file system.
Platform: | Size: 57344 | Author: 王书军 | Hits:

[Booksfatformat

Description: fat文件格式官方文档-fat official document format files
Platform: | Size: 86016 | Author: 张可 | Hits:

[SCMATMEL FAT File System

Description: ATMEL单片机可用的文件系统源代码,支持FAT16/FAT32格式。-ATMEL SCM available file system source code, support FAT16/FAT32 format.
Platform: | Size: 620544 | Author: zungyiu | Hits:

[File Formatfilesystemformat

Description: the fat file system format
Platform: | Size: 86016 | Author: 任再旺 | Hits:

[Disk Toolsother-fat-source

Description: 老外写的一个文件系统,使用的是FatCache,不是对连续簇编组,如果需要帮助可与我联系-foreigner write a file system, using the FatCache not for the continuous cluster grouping, if need help can contact me
Platform: | Size: 180224 | Author: 李凯 | Hits:

[CSharp挽救软盘

Description: 软盘的FAT表(文件分配表)被损坏时,计算机就不能从软盘上读取数据。 但是,在软盘中有两份完全相同的文件分配表,而DOS在读文件时并不使用 第二张文件分配表,因此,它被损坏的可能性较低。在计算机提示FAT表损 坏时,利用第二张分配表重写第一张文件分配表,往往能成功地挽回你的软 盘上的数据。文件分配表在磁盘中的具体位置及长度视磁盘的规格不同而 不同。 本文提供的程序,用Turbo C 2.0编写,于Dos6.22,UCDOS 3.1下通过。 按照程序的提示,可方便地完成这一工作。-floppy FAT (File Allocation Table) were damaged, the computer is not possible to read data on the floppy. However, the floppy disk is identical to the two File Allocation Table, and DOS when reading the document does not use the second-File Allocation Table, therefore, it was the possibility of damage to the lower. The computer table suggested FAT damage, the use of a second table to rewrite the first File Allocation Table, often successfully restore your data on the floppy disk. File Allocation Table disk in the specific location and length depending on the disk with different specifications. In this paper, the procedures used to prepare Turbo C 2.0, in the shadow, UCDOS 3.1 through. According to the suggested procedure would facilitate completion of this work.
Platform: | Size: 1024 | Author: 王想 | Hits:

[SCMzfat

Description: 可以实现fat文件系统,在单片机上也可以进行改造!-can achieve fat file system, the MCU can also transform!
Platform: | Size: 5120 | Author: 王军 | Hits:

[Windows Develop模拟文件管理系统

Description: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
Platform: | Size: 55296 | Author: 雨金 | Hits:

[Windows Developcheckdisk

Description: 检测每个盘的文件系统,比如fat还是ntfs并且显示出来。-detected every disk s file system,example Fat or ntfs and display the disk
Platform: | Size: 67584 | Author: 王莉 | Hits:

[ARM-PowerPC-ColdFire-MIPS硬盘和FAT文件系统的详细分析

Description: This mainly about the Fat32/16 s specification and some instructions about build the USB Disk ect.
Platform: | Size: 587776 | Author: 顾维 | Hits:

[ARM-PowerPC-ColdFire-MIPSminFat

Description: 一个小型的FAT文件系统,支持FAT12/16和目录,是一个FAT的最小实现,能用RAMDISK在Microsfot VC中运行起来-a small FAT file system, support FAT12/16 and directories, FAT is one of the smallest achievement can use in Microsfot least run up VC
Platform: | Size: 294912 | Author: 骆小盐 | Hits:

[Audio programFILESYS

Description: 内有读取fat文系统系统详细过程,对开发U盘mp3有帮助- In has reads takes the fat article system system detailed process, to develops U plate mp3 to have helps
Platform: | Size: 18432 | Author: 文国刚 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net