Java语言模拟操作系统的设计.doc

  1. 1、本文档共24页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
摘 要 此系统使用java语言,实现了单用户多进程的存储管理、设备管理、进程管理和文件管理部分。存储管理包括主存分配与回收。设备管理包括设备的分配与回收。设备分配时采用采用先来先服务策略,设备回收时唤醒等待设备的进程。进程管理主要包括进程调度,进程的创建和撤销、进程的阻塞和唤醒,中断作用的实现。文件管理包括了文件的新建,复制,剪切,粘贴等主要功能本系统根据操作系统理论课上学习的操作系统的知识,在采用混合索引文件结构、成组链接法的基础上实现单用户的磁盘文件管理部分,包括:文件的逻辑结构、文件的物理结构、目录结构、磁盘分配回收等操作。同时模拟实现了操作系统的进程管理,内存管理和设备管理。 本论文主要阐述四部分内容,引言部分,主要说明本次操作系统课程设计的性质、教学目的、教学任务与要求、意义以及论文的结构安排;系统分析与设计部分,主要阐述系统的主要功能模块以及每个模块计划采用的实现方法和原理;系统实现部分,主要通过流程图等工具描述主要模块的实现流程;最后一部分,结束语部分,主要书写已经实现的本系统存在的不足、改进方案和在课程设计中的实际感受。 关键词:java语言; 模拟操作系统 ; 物理结构 ABSTRACT The system based on operating system course learning operating system knowledge, the hybrid indexing file structure, group link method based on single user disk file management part, including : the logical structure of the document, the physical structure of the document, the directory structure, magnetic disk allocation recovery operation. At the same time to achieve a simulated operating system process management, memory management and equipment management. This paper on a four-part, the introductory remarks, the main operating system that the nature of the curriculum design, the purpose of teaching, teaching and mission requirements, as well as the significance of the paper structure; part of the analysis and design, mainly on core functions of the system modules Each module, as well as the realization of the plan to adopt the methods and principles; part of the system, mainly through the flow chart, and other tools to describe the main module of the process to achieve; the last part of the concluding part of the writing has been the main achievement of the shortcomings of the system key words: Java Language Operating system 目 录 1概述 1 1.1性质 1 1.2设计目的 1 1.3设计意义 1 1.4论文结构安排 1 2系统分析与设计 1 2.1系统要求 1 2.2文件的逻辑结构 2 2.3文件的物理结构 2 2.4目录结构 3 2.5磁盘状态 3 2.6用户接口 4 3系统实现 4 3.1磁盘管理 4 3.11磁盘的创建 4 3.1.2磁盘的分配 5 3.1.3磁盘的归还 6 3.1.4磁盘状态的显示 7 3.2目录结构 7 3.2.1创建目录 7 3.2.2删除空目录 9 3.2.3删除目录 9 3.3文件 10 3.3.1建立文件 10 3.3.2删除文件 12 3.3.3保存文件 12 3.3.4复制文件 13 3.3.5移动文件 14 3.4 内存分配 14

文档评论(0)

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

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

1亿VIP精品文档

相关文档