• Stars
    star
    3
  • Rank 3,944,206 (Top 79 %)
  • Language
    C++
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

该多级文件管理系统用于本科《操作系统OS》的课程设计。该系统使用c++语言编写,文件的存储结构为树,代码中将树转化为二叉树(左孩子,右兄弟)。整体功能包含浏览文件目录、修改文件、写入文件内容、查看文件详细信息、文件上锁等功能。部分功能(文件上锁等)的逻辑存在一些问题,但大体不影响使用。