搜索资源列表
yaffs-file-system-source-code
- 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
ATMEL FAT File System
- ATMEL单片机可用的文件系统源代码,支持FAT16/FAT32格式。-ATMEL SCM available file system source code, support FAT16/FAT32 format.
fs
- ucos平台下的文件系统的源代码,支持flash、ram、IDE、smc、windowsdrive这些接口,并且还有例程。-uCOS platform file system source code, support for flash, ram, IDE, smc, windowsdrive these interfaces, and there are routine.
filesystemdriver
- 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
FAT16
- 嵌入式FAT16文件系统源码下载1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,T
mkdosfs
- mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid
filesystem
- linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
NTFSI
- 学习windows NT 文件系统必备--windows NT file system internals 的随书源码。-Learning windows NT file system material- windows NT file system internals--source code.
SecuEfs
- File System Filter Driver Example Code.. File Encryption Sample -File System Filter Driver Example Code.. File Encryption Sample ..
NTFIS
- 這本書提供詳細WINDOW NT IO MANAGER 以及其他資訊-Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kern
fat16
- 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
fs
- MTK手机平台资料,MT6253 CODEBASE里文件系统源码,对于做文件系统研究的人很有参考价值。-MTK mobile phone platform information, MT6253 CODEBASE in the file system source code, file system for people who do great reference value.
filesys
- Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file C
file-system
- 一个在LINUX操作系统下模拟计算机文件系统的C语言源代码-a C source code of file system in Linux operating system
Analysis-of-FAT32-File-System-2012
- FAT32文件系统是Windows系列操作系统中最常用的文件系统之一,掌握其原理是用好它的基础。在微软公司不公开其操作系统的内部结构和源代码的情况下,通过实验、分析、得出了FAT32文件系统的工作原理.-FAT32 file system is one of the most commonly used file system of the Windows family of operating systems, grasp the principle is its foundation. In
The-Windows-CE-File-System
- wince 文件系统源码,很好用的文件系统代码,深入理解wince文件系统很有帮助-the wince file system source code, very good use of the file system code, in-depth understanding of the the wince file system helpful
Windows-File-System-Filter--Driver
- Windows文件系统过滤驱动开发教程第二版源代码-Windows File System Filter Driver Development Guide (Second Edition) source code
Petit-FAT-File-System-Module-Samples
- AVR, PIC and Win32 sample source code to Petit FAT File System Module.
Tape File System
- Source Code and scr ipts for using Tape Jukebox as a File system. Uses Fuse on Linux OS. No Documentation.
yaffs2 file system
- 本文模仿《linux 内核源代码情景分析》一书,以情景分析的方式对 yaffs2 文件系统的 源代码进行分析。(This article imitates "Linux kernel source code scene analysis" a book, with the scene analysis way to the yaffs2 file system Source code analysis.)