找回密码
 立即注册
文件系统磁道system | C#编程 2022-10-04 108 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删去,打开,读写,关闭,检测,目录的创建,删去等。
文件系统\FileSystem.c
.....

(The program written to simulate the Linux file system is relatively simple. The physical basis of the file system is tracks (40) 0~39. Each track is divided into 8 sectors, each sector has 512B. The file system realizes the creation, deletion, opening, reading and writing, closing, detection of files, creation and deletion of directories, etc.
File System  FileSystem. c
.....)

[下载]16315263928.rar




上一篇:自动生成webservice客户端服务端代码 2
下一篇:J2EE面试题