搜索资源列表
ossun
- 这是一个操作系统(计算机系课程)的课程设计。它的功能是模拟文件管理,包括建立用户,建立文件并对文件设置属性.还包括对文件的添加,修改,删除等操作-This is an operating system (computer science courses) are designed. Its function is simulated document management, including the establishment of users, document also set up do
File_Attributes
- 这是我在编写文件管理系统时,编写的一个实现修改文件属性程序。-This is me in the preparation of the document management system, the preparation of a revised document attributes to achieve procedures.
File
- wenjian 通过课程设计,要求学生主要掌握如下内容: 1.文件的物理结构可以选用顺序分配、链表分配或索引分配。 2.建立文件:从命令中得到文件名,得到该文件的文件长度,建立文件。修改目录表。 3.删除文件:回收文件占用的空间,修改目录表 4.读文件:read [文件名] [显示开始字节] [显示的字节数] ,直接显示所需要的字节数。 5.写文件:write [文件名] [插入的位置] [插入的内容] 6.查询属性:显示文件属性 文件名,类型,长度,时间
file-management-system--
- 本项目名称为《模拟一个简单二级文件管理系统》,该项目中包含目录的创建,目录下文件、子目录的创建。对文件的操作包括:创建、删除、读、写、修改文件属性等模式。对目录的操作包括:创建、删除。-The name of the project for the simulation of a simple two-level file management system, the project included the creation of the directory, directory files,
