项目作者: otaviotarelho

项目描述 :
Homework assignment for Operating System course
高级语言: Java
项目地址: git://github.com/otaviotarelho/FileManager.git
创建时间: 2018-11-12T00:34:33Z
项目社区:https://github.com/otaviotarelho/FileManager

开源协议:MIT License

下载


FileManager

Homework assignment for Operating System course

The students where required to develop an application that works like an zip file manager, like WINRAR, but without the compression.
The application should add, remove, open file that were saved into a binary file. Each group should implement a file system method in the aplication.
This one implements the contiguous method with best algorithm