Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fat
Search - fat - List
基于flash的FAT32/FAT16文件系统说明,和硬盘结构的详细解说-Based on the MTV flash file system that drives the structure and the detailed explanation
Update : 2024-05-19 Size : 430080 Publisher : wei

uCOS-II应用举例 关于与OS有关的FAT文件管理系统软件包USB驱动软件包CF卡及其IDE接口软件包 TCP/IP软件包GUI软件包我们已经通过各种途径提供了十分详细的开发资料源码与出 版物我们不再针对这些软件包提供任何免费的技术支持因为我们披露的信息没有任何 保留的成份已经足够帮助用户使用与开发如果您是初学者的话这完全需要您自己下功 夫钻研相关的技术细节因为要想掌握以上任何一个软件包的技术细节都不是一朝一夕就能 够做到的事情-uCOS-II application for OS on the FAT file system management software packages USB drive CF card and the IDE interface software TCP/IP GUI software package we have through various channels to provide a detailed source of information on the development of publications and we do not address these any package provides free technical support because we do not disclose any information of the ingredients retain enough to help users to develop and use if you are a beginner then it needs your full efforts to study the technical details because want to know any of the above technical details of the package is not a tyranny Xi will be able to accomplish the things
Update : 2024-05-19 Size : 1197056 Publisher : 冯雨

编译环境:VC6.0及以上版本 读写扇区(以字节或字读取) 读写簇(以字节或字读取) 读取FAT项 获取BPB信息 获取某文件或文件夹的目录项信息(入口簇及偏移量) 设置目录项信息(可以通过这来实现更改文件名,文件属性,创建时间等信息)-build environment : VC6.0 and above reader Sector (byte or word reader) to read and write Cluster (byte or word reader) to read FAT items BPB access information access a document or folder directory information items (imported cluster and offset) the installation of Contents items (which can be passed to to achieve change file names, file attributes, create time information)
Update : 2024-05-19 Size : 84992 Publisher : 郭发发

the dos fat file system driver
Update : 2024-05-19 Size : 187392 Publisher : 李锋

DL : 0
磁盘文件的安全删除,我们通常所执行的删除操作并不是真正的删除只是清除了文件的fat表内容,文件数据还在磁盘上,可以恢复,所以不安全。-disk deletion of the security document, we usually enforced by the delete operation does not really delete the file will simply remove the fat table of contents, document data on the disk is, can be restored, therefore unsafe.
Update : 2024-05-19 Size : 933888 Publisher : 陈爱国

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

Fat32文件系统原理,适合于出学者,包你满意-hotfix file system principle, suitable for up to academics, you satisfied with the package
Update : 2024-05-19 Size : 233472 Publisher : qq

DL : 0
UCOS文件系统源代码。支持多种硬件系统,如:SMC, RAM,IDE,CF卡等。使用FAT文件系统,效率很高。但似乎不支持Flash的驱动。-UCOS file system source code. Support for multiple hardware systems, such as : SMC, RAM, IDE, and CF cards. The use of the FAT file system, high efficiency. But it seems not to support Flash drive.
Update : 2024-05-19 Size : 622592 Publisher : 黄勇

很全的文件系统,完整支持FAT12,FAT 16,FAt32,s市面还有书籍支持-very full file system and full support for FAT12, FAT 16, FAt32, s books also support the market
Update : 2024-05-19 Size : 31744 Publisher : 刘天

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

编译后直接运行的MP3播放器全部C语言源代码 一个包含FAT文件系统、系统引导 Boot、FLASH Driver等内容的,可以编译后直接运行的MP3播放器的全部C语言源代码, 适合小型嵌入式系统研究。 -compiled directly running the MP3 player all C language source code contains a FAT file system. boot Boot, FLASH Driver and other content. it can be compiled directly after running the MP3 player all the C language source code suitable for small embedded systems.
Update : 2024-05-19 Size : 999424 Publisher : 吕旭

ARM芯片44B0读写NAND FLASH 芯片K9F2808以及格式化为FAT文件系统源程序-ARM chip 44B0 literacy NAND Flash chips K9F2808 and formatted for the FAT file system source
Update : 2024-05-19 Size : 39936 Publisher : 无限

DL : 0
USB Disk FAT read & witre-USB Disk FAT read witre
Update : 2024-05-19 Size : 152576 Publisher : cai

DL : 0
PIC MMC and FAT Sample code
Update : 2024-05-19 Size : 16384 Publisher : 張又又

DL : 0
檔案系統FAT讀寫USB pen driver sample code-FAT file system reader pen USB driver sample code
Update : 2024-05-19 Size : 122880 Publisher : 張又又

MMC interface and FAT File system
Update : 2024-05-19 Size : 56320 Publisher : 張又又

FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Update : 2024-05-19 Size : 270336 Publisher : henry

DL : 0
恢复误删除的文件的Delphi源代码,支持FAT 12/16/32,NTFS文件系统,这是转载的,值得大家研究-restoration of the document resides Delphi source code, support FAT 12/16/32, NTFS File System, which is reproduced in, it is worth looking into
Update : 2024-05-19 Size : 381952 Publisher : 终年高

DL : 0
我自己写的一个文件系统与fat兼容,我自己写的一个文件系统与fat兼容-I write a file system compatible with fat, I wrote a file system compatible with fat
Update : 2024-05-19 Size : 3072 Publisher : wweg

UCOS-II文件系统使用手册. It describes the functionality and user API of μC/FS FAT File System.-UCOS-II file system user manual. It describes the functionality and user API of μC/FS FAT File System.
Update : 2024-05-19 Size : 622592 Publisher : aeron
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.