You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
zart a049396cd1
Initial commit
8 months ago
img Initial commit 8 months ago
.gitignore Initial commit 8 months ago
LICENSE Initial commit 8 months ago
README.md Initial commit 8 months ago
disk_read.py Initial commit 8 months ago
disk_to_bin.py Initial commit 8 months ago
disk_to_csv.py Initial commit 8 months ago
files_sys_sim.py Initial commit 8 months ago
main.py Initial commit 8 months ago
output.bin Initial commit 8 months ago
read_bin.py Initial commit 8 months ago
requirements.txt Initial commit 8 months ago
run_test.py Initial commit 8 months ago
test.py Initial commit 8 months ago
time_jx.py Initial commit 8 months ago

README.md

File_Sys_Sim

说明

本项目是一个文件系统模拟器,可以模拟文件系统的基本操作,包括创建文件、删除文件、创建目录、删除目录、打开文件、关闭文件、读文件、写文件等。

目录结构

.
├── LICENSE
├── README.md
├── file_sys_sim.py
├── requirements.txt
└── test_file_sys_sim.py

运行

python main.py

依赖

环境要求:

  • Python 3.6+

第三方依赖:

  • Pillow 7.0.0+
  • numpy 1.19.2+

许可证

本项目使用 AGPL-3.0-only 许可证。