登录
首页 » 数据结构 » 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。...

操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。...

于 2022-01-26 发布 文件大小:8.31 kB
0 187
下载积分: 2 下载次数: 1

代码说明:

操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 该源代码利用计算机模拟乘法竖式 计算阶乘 将每位子保存在用new分配的一长字符组里 在本人的机子上可计算30000!的精确值 用时近60秒...
    该源代码利用计算机模拟乘法竖式 计算阶乘 将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒-the source code used a computer simulation multiplication calculation factorial shaft will be preserved for each digit used in the distribution of a new long arrays of characters in my machine on computable 30,000! The precise value of time spent nearly 60 seconds
    2022-03-21 21:13:08下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • 字信号处理器应用控制文件
    files about dsp applications control
    2022-02-10 08:20:29下载
    积分:1
  • prim算法的原理利用 prim算法造最小生成树。有机的应用prim和组存储生成树。...
    prim算法的原理利用 prim算法构造最小生成树。有机的应用prim和数组存储生成树。-prim algorithm using the principle of Minimum Spanning Tree Algorithm prim. Application of organic prim and storage arrays spanning tree.
    2022-02-02 09:09:52下载
    积分:1
  • EXCEL 股票繪圖
    用Excel寫的下載中國台灣股票程式(下載來源為中國台灣証交所),並可選取不同的日期區間繪製股票趨勢圖,大盤指數及kd,MA線,同時工作表內還有各種技術分析說明,內容非常豊富。
    2022-01-30 14:13:24下载
    积分:1
  • An ACCESS database on VC6.0 with the combination of examples of small programs
    一个有关VC6.0与数据库为ACCESS结合的小程序例子-An ACCESS database on VC6.0 with the combination of examples of small programs
    2022-03-16 14:15:06下载
    积分:1
  • 用C++语言实现的八码问题,A*算法。
    用C++语言实现的八数码问题,A*算法。-With C++ Language realize eight digital problem, A* algorithm.
    2022-03-20 04:02:18下载
    积分:1
  • 利用三元组完成距阵的基本运算,包括加法,减法,乘法.实习题目...
    利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
    2022-03-20 19:41:17下载
    积分:1
  • Nc file created using f90 interface and a demonstration of four
    利用f90接口创建nc文件,并演示4维数据的创建方法-Nc file created using f90 interface and a demonstration of four-dimensional data to create methods
    2022-07-03 18:30:46下载
    积分:1
  • 用VC写的模拟内存分配管理的代码,经测试运行完全正确
    用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
    2023-01-07 01:40:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载