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
|
8 months ago | |
---|---|---|
img | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
disk_read.py | 8 months ago | |
disk_to_bin.py | 8 months ago | |
disk_to_csv.py | 8 months ago | |
files_sys_sim.py | 8 months ago | |
main.py | 8 months ago | |
output.bin | 8 months ago | |
read_bin.py | 8 months ago | |
requirements.txt | 8 months ago | |
run_test.py | 8 months ago | |
test.py | 8 months ago | |
time_jx.py | 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 许可证。