搜索资源列表
linux二级文件系统
- 模拟linux二级文件系统,设计并实现一个多用户多级目录结构的文件系统,开发平台是Linux,Designed and implemented a multi-user multi-level directory structure of the file system, development platform is Linux
java 二级文件系统带文档
- 就是操作系统二级文件系统设计,Java版,带文档,用得上就下吧
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
xinjian
- 为LINUX设计一个简单的二级文件系统有要求-LINUX design for a simple two file system is required
filesystem
- linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
FileSystem
- LINUX 设计一个简单的二级文件系统 -failed to translate
wjxt
- :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achie
file
- 二级文件系统 可以实现目录浏览 创建目录 创建文件等操作-Secondary file system directory can create a file browser, such as the creation of directory operations
os-design
- linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
Linux
- 用c语言为Linux系统设计一个简单的二级文件系统(带共享功能)--操作系统课程设计-C language used to design a Linux system, a simple file system 2 (with sharing)- operating systems curriculum design
Linuxreport
- 用c语言为Linux系统设计一个简单的二级文件系统(带共享功能)--操作系统课程设计报告 -C language used to design a Linux system, a simple file system 2 (with sharing)- operating systems curriculum design report
filesystem
- 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
1
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
FileSystem
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
wenjianxitong
- 用java实现的linux的二级文件系统,可以实现如下功能:login,dir,create,delete,open,close,read,write2.列目录时要列出文件名,物理地址,保护码和文件名3.源文件可以进行读写保护-Linux using java to achieve the secondary file system, you can achieve the following features: login, dir, create, delete, open, close,
myProject
- 操作系统课程设计(二级文件系统),好用啊-Operating System Course Design (2 file system)
wenjian
- 为linux系统设计一个简单的二级文件系统-Linux system design for a simple two file system. Required to do the following: (1) can be achieved following a few commands read_file read the file create_file create a file create_dir create a directory del_file
filesystem
- 用c编写的简单的文件系统,仿照Linux的二级文件系统,适合初学者参考-With c written a simple file system, modeled on the two Linux file system, suitable for beginners reference
linux二级文件系统及报告
- 设计一个简单的LINUX二级文件系统,包括文件的创建删除修改等,C语言实现(Design a simple LINUX two level file system, including file creation, deletion, modification, etc., C language implementation)
二级文件系统
- 通过C++完成的基本的二级文件系统框架,可以有多用户,该系统有Create、delete、open、close、read、write这些功能(Through the basic two level file system framework completed by C++, there can be multiple users, which have the functions of Create, delete, open, close, read, and write.)