虚拟文件课程设计报告精要.doc

  1. 1、本文档共50页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
虚拟文件课程设计报告精要

武汉工程大学 计算机科学与工程学院 综合设计报告 设计名称: 操作系统综合设计 设计题目: 虚拟文件系统的实现涉及较多硬件和软件知识。在计算机软、硬件课程的设置上,它起着承上启下的作用。其特点是概念多、较抽象、涉及的知识面广。《操作系统设计》是计算机科学与技术专业学生的一门实践课程,是学习完操作系统本课程的教学目的是,理解操作系统的基本概念、组成和各部分的功能;掌握计算机操作系统的基本原理和方法;理解常见操作系统的结构原理并能熟练使用。虚拟文件系统的实现在Windows或者Linux下设计一个二级(或者树型)结构文件系统,要求至少实现以下功能:login 用户登录dir 列出文件目录create 创建文件del 删除文件open 打开文件close 关闭文件read 读文件write 写文件cd 进入子目录rd 删除子目录md 创建子目录设计提示实现虚拟文件系统的一般思路是调用系统的文件创建(如c中的fopen函数的w方式即可)一个新文件,将此文件作为虚拟磁盘,在完成本设计要求的内容时,要求所生成的文件目录以及文件等内容都是存储在此磁盘中.17-2.18) : 学生熟悉课题的任务和要求,查阅相关文献和资料,并做好编码准备 第1周周周用户登录列出文件目录 创建文件删除文件打开文件 关闭文件读文件写文件进入子目录 删除子目录创建子目录Virtual File System Analog is a small Linux system , the main function of this program includes eleven content that users log that lists the file directory , create a file , delete the file , open the file, close the file, read the file , write files into a subdirectory , delete the subdirectory , create a subdirectory and so on. Relates to a data structure including users , file node , three types of file table structure . The main purpose of this procedure is to use the usual programming and debugging capabilities , combined with teaching , the use of the operating system knowledge to solve practical problems , and lay a solid foundation for subsequent learning computer science courses. After the entire program when the user enters a user name and password , will have the option to choose from, users simply by prompting the program, they can complete the operation step by step , whether it is a normal user or programmer , can be convenient completion of the master of the virtual file through this program , giving each user a very good experience Keywords:virtual fileoperating system; data structures 目 录 摘 要 ……………………………………………………………………………………… II Abstract …………………………………………………………………………………... II 第一章 课题背景……………………………………................................……………….. 1 1.1 设计的背景………………….…………………….………………………………...1 1.2 设计的目的.……………….………………………......…………………………… 1 1.3 设计的意义.……….…………………………

文档评论(0)

6663144 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档