搜索资源列表
smalldisk
- 小磁盘摸拟,工具及使用代码。 有时候人们喜欢把多个文件放到一个文件里,这个工具将是有用的-small disk simulation, tools and the use of code. Sometimes people like to put multiple files into a document, this tool will be useful
gushuyang
- 图管理磁盘存储空间.模拟用位示图管理磁盘的程序。先按照题目要求初始化磁盘状态,然后由用户输入要占用磁盘的哪一块,一共5次,程序在处理完后显示占用后的磁盘位示图。接着按照题目要求释放3块空间,并且显示释放以后的磁盘位-management plans disk storage space. Simulation Bitmap disk management procedures. First title in accordance with requirements of state disk i
spjfilemanagement
- 本程序是模拟操作系统的文件管理程序,可以模拟实现目录管理、外存分配以及磁盘存储空间管理-simulation of the process is the operating system of document management procedures can be simulated to achieve directory management, Disk allocation and management of disk storage space
DiskSimulation2
- Disk simulation example for file-system with indexes and indexed files.
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
CSOS
- 在内存中开辟一个10M大小的记事本作为存储器,对其写入数据模拟对磁盘增加文件目录操作,关闭程序后不能再对已建成的文件目录进行读取;采用可视化界面添加文件和目录 共有10000个盘块,每个盘块大小为1K;位示图法管理空闲盘快,采用FAT表管理文件空间-Open up a 10M-size notebook as a memory of this in memory of their write simulation data on the disk to increase the file
