搜索资源列表
混合索引和成组链接法算法 - 副本
- 混合索引成组连接模拟实现(转) 混合索引成组连接模拟实现(转)(Hybrid index, group connection, simulation implementation (transfer))
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK