搜索资源列表
Embedded_FAT_File_System_for_AVR_Memory_Stick
- < AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统,这些内容主要包括,文件系统的命名规范,文件寻址路径规范,文件系统核心数据结构的定义,文件系统读写类函数原型的定义。
ucosonflash
- 针对某些嵌入式系统中处理数据量大和速度要求高的特点, 在剖析了uCOS - Ⅱ内核工作原理的基础上, 提出一种应用于uCOS - Ⅱ中的大容量内存文件系统的实现方案1 该方案通过在内存中建立文件系统, 将临时数据有效组织于内存中, 既提高访问速度又节省外存空间-against certain embedded systems handle large data volume and speed of high-features in the analysis for uCOS-II core p
ADesignOfp2pFileSearchSystem
- 一个基于JXTA的P2P文件搜索系统的实现,对于研究p2p搜索算法很有帮助.
mmc_card
- 此文档主要介绍MMC卡的文件系统及其实现方法
JAVA实现文件转移精华帖
- 小弟对JAVA的文件操作不是很熟。现在公司要求用到文件操作,实现某个文件的转移(就是从旧路径转移到新路径下)。我大概的思路是从旧路径读取文件到新路径,然后删除旧路径下的文件。我也在网上搜过JAVA可以使用操作系统的剪切板,但是我担心使用剪切板是否和操作系统关系,因为生产环境和测试环境使用操作系统不一样。为避免麻烦,就没用这种思路。以下是我实现的代码,在本地windows系统中测试过可以,但是因为对文件系统不是很熟悉,所以贴出来给各位看看这样实现是否会有性能上的忧患,还有没有更好的实现方式。本人需
MemoryMappingFile
- 本文分析了Win32 环境下内存映射文件技术的系统实现原理, 并结合嵌入式文件系统的特点, 给出了该技术在嵌入式 实时通讯系统中对多进程间数据共享问题的解决方案-This paper analyzes the circumstances Win32 memory-mapped file system technology principle, combined with the characteristics of embedded file system, given the techno
51-sd
- 介绍51 单片机与SD 卡的接口设计原理, 以及FAT32 文件系统的设计和应用程序控制SD 卡读写操作的实现。-Introduced 51 single-chip interface and SD card design principle, as well as the FAT32 file system design and application control the operation of SD card reader to achieve.
51622432javaFTP
- 基于Java的FTP文件传输系统的 设计与实现 --Java-based FTP file transfer system design and implementation
linux_files
- 高级文件系统实现者指南,关于Linux文件系统的详细介绍,十分有用,特别是嵌入式应用方面。-Advanced File System Guide, on the Linux file system details, very useful, especially in embedded applications.
caozuoxitong
- 根据文件系统的相关原理,设计并用C或C++编程实现一个类似Windows 系统中“我的电脑”功能的文件管理系统,该文件系统可以对系统中所有文件进行管理,同时具有创建新文件、删除文件、复制文件、创建文件夹等功能。-According to the file system of the relevant theory, design and use C or C++ programming to achieve a similar Windows system in the "My Computer
mycomputer
- 根据文件系统的相关原理,设计并用VC编程实现一个类似Windows系统中“我的电脑”功能的文件管理系统,该文件系统可以对系统中所有文件进行管理,同时具有创建新文件(为简单起见,可以固定几种类型的文件)、删除文件、复制文件、创建文件夹等功能。-According to the file system of the relevant theory, design and use of VC programming a similar Windows system, the "My Computer
baogao
- 软件工程课程设计报告,学生成绩管理系统的课程设计报告,利用VC++实现的程序。此文件为报告的正文部分-Software engineering course design, student achievement management system course design report, using VC++ implementation of the program. This file is part of the body of the report
USB
- 提出了一种基于单片机的智能仪表扩展USB接口的方法。介绍了USB接口芯片SL811 HS的结构和性能以及USB接口的硬 件电路图,详细分析了USB接口驱动程序的设计方法及FAT16文件系统的结构。利用SCSI传输命令集,通过BULK-IN和BULK-OUT 端点实现了主机与U盘设备之间的数据通信。实验和应用结果表明,该方案具有控制方便、传输速度快、存储数据稳定可靠等优点。-A microcontroller based intelligent instrumentation extend
czxt
- 操作系统设计 ,通过一个简单的二级文件系统设计,加深对文件系统的内部功能以及内部实现的理解。要求模拟采用二级目录结构的磁盘文件系统的文件操作能实现以下几条命令,用输入命令来模拟用户程序中调用的文件操作-Operating System Design
MSP430F5438PFatFs
- 基于MSP430F5438和FatFs嵌入式文件系统的实现-Based on the MSP430F5438 and FatFs embedded file system
FAT32-simple-textbook
- FAT32 文件系统的存储机制及其在单片机上的实现-FAT32 file system storage mechanism and its realization on the microcontroller
fatfs
- 这是个模拟fat文件系统的程序,用socket套了一下实现了CS模式。linux可用,内附一个200M的文件可供测试-This is a simulation program of the fat file system, socket sets CS mode. linux is available, enclosing a 200M file available for testing
FAT
- FAT文件系统的详细解析和代码实现,包括文件系统的各种操作的实现。-The detailed analysis of the FAT file system and code implementation, including the implementation of file system operation.
A-Fast-File-System-for-UNIX-1.pdf
- 本文针对Unix文件系统的缺陷,提出了并实现了改进方案。性能取得了显著的提升。是一篇必读的佳作。-In this paper, Unix file system deficiencies, proposed and implemented improvements. Achieved significant performance improvement. Is a must-read masterpiece.
wenjianxitong
- 编译执行模拟文件系统的实现程序,根据系统实现的功能反复操作,直至熟悉所有功能。在磁盘上建立一个文件作为文件存储器,此文件相当于一个磁盘分区,并在其上实现一个简单的单用户文件系统。- Compile and run simulation file system implementation process, repeated operation functions implemented in accordance with the system until familiar with all