1、 毕毕 业业 设设 计(论计(论 文)文) 题目: 操 作 系 统 文 件 管 理 算 法 研 究 (英文): On the Research of the File Management Algorithm in Operating System 院 别: 专 业: 姓 名: 学 号: 指导教师: 日 期: 操作系统文件管理算法研究操作系统文件管理算法研究 摘要摘要 文件管理是操作系统中一项重要的功能。其重要性在于,在现代计算机 系统中,用户的程序和数据,操作系统自身的程序和数据,甚至各种输出 输入设备,都是以文件形式出现的。随着信息化进程,文件管理越来越受 到企业的重视,但是企业在进行文件
2、管理的过程中,经常会碰到以下的问 题:海量文件存储,管理困难;查找缓慢,效率低下;文件版本管理混乱; 文件安全缺乏保障;文件无法有效协作共享;知识管理举步维艰等。所以 文件管理逐渐成为国内外业界研究的热点。文章通过对现在的主流的文件 管理算法及数据结构进行研究,并编写程序模拟,论证了在各种不同的算 法下,文件管理的优缺点,得出在各种不同情况下使用何种算法的来管理 文件。 关键词:关键词:文件管理;文件存储;文件管理算法 操作系统文件管理算法研究 On the Research of the File Management Algorithm in Operating System ABSTRA
3、CT File management is one of important function in the operating system. In the modern computer system. The user program and data, the operating systems program and data ,even more all kinds of output input device are the documents form. With the process of information, file management more and more
4、 get the attention of the enterprise. But in the process of file management, the following question often come in enterprise: mass file storage, management difficultly; search slow; file version management confusion; The lack of security files; File cannot effectively cooperation sharing; Knowledges
5、 management has struggled and so on. So the file management gradually become the research focus in the industry at home and abroad. According to the mainstream of document management algorithm and the structure of the data for study in nowadays, and write the program simulation, demonstrates in vari
6、ous algorithm, the advantages and disadvantages of file management. In all sorts of different that use what algorithm to management files. Key words: file management; filestore; file management algorithm 目录目录 第 1 章 绪 论 1 1.1 操作系统文件管理概述. 1 1.1.1 操作系统的定义 1 1.1.2 操作系统文件管理概述 2 1.2 操作系统文件管理的意义. 3 第 2 章 文件管理 4 2.1 文件与文件系统. 4 2.1.1 文件的定义 4 2.1.2 文件系统概念 4 2.1.3 文件系统的功能 4 2.1.4 文件的分类 5 2.2 文件的逻辑结构与存取方式. 5 2.3 文件的物理结构与存储介质. 6