搜索资源列表
B_PLUS
- B-TREE文件索引源代码,快速,高效的数据文件索引程序.-B-tree index of the source code file, fast and efficient data document indexing procedures.
MSA_multiindexfilesystem
- this project is MultiIndexed FileSystem i done it for \"Information storage and retrieval FileSystem course\" it is like IBM VSAM FS, use variable lenght record , and B+Tree algorithm for indexing,and store data in PileFile(*.pile) and also indexes i
os
- A、多用户管理,多级目录形式,用户可设置密码保护. B、回收站管理 C、树形和列表界面操作[包括图标、列表以及详细信息显示方式,方便的系统菜单,右键菜单,工具栏等] D、文件的拖放操作 E、Windows剪贴板操作[复制,剪切,粘贴工作可以通过剪贴板完成]-A, multi-user management, multi-level directory of the form, users can set up password-protected. B, Recycle
filesystembegin
- 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台
btree
- 这是一个B-tree 实现的文件管理小程序-This is a B-tree implementation of document management applet
bptree
- A b+ tree, already implemented.