搜索资源列表
intel-flash-file-system-doc__30443601
- 这是一篇介绍intel flash文件系统的文档,想了解的朋友看看吧。-This is an intel briefing flash file system documents, would like to know the friends and watch it.
2005-01-19_wntfsys
- The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip-The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip
FileSystem
- 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design
GFS
- Google File System 的英文文档,Google所有应用的基础。-Google File System documentation in English, Google the basis of all applications.
NTFSI
- 学习windows NT 文件系统必备--windows NT file system internals 的随书源码。-Learning windows NT file system material- windows NT file system internals--source code.
filesrc
- sysinternals公司的文件系统监视工具源代码,通过动态加载驱动的方式实现对系统所有文件系统操作进行监控,代码包括驱动以及可执行文件的全部源代码。感谢Mark Russinovich 和 Bryce Cogswell 的辛苦工作。 -sysinternals file system' s source monitoring tools, dynamic load-driven approach to achieve all the files on the system to m
practical-file-system-design
- An e-book of File Structures
article_vfs03
- a virtual file system and package tool, using c++ language.
length-varible-record-file-library
- 代码实现的是一个可变长记录文件的类库,用于通过调用相应的API,可以往文件里加入长度不限的记录,功能类似一个简单的数据库。同时这个是一个数据库的课程设计-this code is writed to implemented a library for length-variable record file system and also a solution for curricular design of data structure
VB_File_System_Monitor
- 一款可以监视文件的创建、打开、删除和文件夹的打开和删除的小程序。推荐一下。-Can monitor the creation of a file, open, delete, and open the folder and delete the applet. You recommend.
U-disk-MP3-file-system-programming
- U盘MP3文件系统编程,学习的好东西-U disk MP3 file-system programming, learning the good stuff! ! ! ! ! !
file-os
- 用C写的操作文件系统,功能完善,包括用户登录,对文件的CREATE、DEL、MODIFY.-C write operation using the file system, fully functional, including user login, the file CREATE, DEL, MODIFY.
CopyFile
- 安卓系统的文件复制源代码,可以实现图片和TXT等文件的复制功能,未经过真机测试!还有一首没写完的诗-Andrew file system source code, can achieve such pictures and TXT file replication, not through the real test! There is a poem that I' m
XML-Solution-for-the-INI-File-System
- XML代替INI文件的方案. C# 2005 源码.已测试可用.-XML Solution for the INI File System. (C#)
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
File
- 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、
file-system
- 一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-A simulation of many users of multistage directory file system. By a specific file storage space, the management of the physical structure of file, directory structure and the
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
A-graphical-interface-file-system
- 模拟一个简单的文件系统,实现文件系统的管理和控制功能。通过模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法,加深理解文件系统的内部功能及内部实现。-Simulation a simple file system, realize the file system management and control function. Through the simulation of the basic functions of the system files, understa
virtual-file-system
- 华工的操作系统课程设计参考源码,实现了一个虚拟文件系统。-Laborers curriculum design reference source operating system, a virtual file system.