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

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

于 2022-01-26 发布 文件大小:8.31 kB
0 87
下载积分: 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 个回复

  • Visual C+++ SQL Server database development and an accompanying source code exam...
    Visual C++ +SQL Server数据库开发与实例一书所附源代码-Visual C+++ SQL Server database development and an accompanying source code examples of
    2023-09-06 23:05:04下载
    积分:1
  • 代码名称:The alxBase classes for work with dbf files 代码说明:读写DBF文件的类 工具/平台:VC Win2...
    代码名称:The alxBase classes for work with dbf files 代码说明:读写DBF文件的类 工具/平台:VC Win2-code name:The alxBase classes for work with dbf files. code specification: a class for reading DBF files.
    2022-01-22 10:59:54下载
    积分:1
  • Twitter 的情绪分析
    这些情绪流过网络这反过来造成的社会情绪。与巨大的信息在网络中流动,它给我们的焦虑期间分析行为的社会媒体的机会。这些行为不同的不同的人口统计有关的事件,可以从不同的角度进行分析。我们发现模式类似事件的不同参数,根据时间等,令人相当满意。我们也做了 Twitter 的情绪总体分析。收集实时推文通过 tweepy (Python 的开放源代码库) 使用 Twitter 的公共流 API (开机自检状态/过滤器),我们使用常规表达式标记化的 tweets 和侦查图释、 Url、 哈希标记、 用户名、 电话号码和城市代码等和删除不必要的信息。此数据集用于生成分类器。此分类器是 NLTK 的 (python 库的 NLP) 朴素贝叶斯执行。 使用上述分类器检测的每个 tweet 的积极和消极情绪。我们做每小时看到的趋势改变集体分析。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-15 23:43:56下载
    积分:1
  • Joseph A solution, the main use of the array to resolve the symbol C++ Source co...
    约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
    2022-06-21 12:17:25下载
    积分:1
  • Blowfish加密
    应用背景对于一些数据库数据导出列表,以确保一些加密的数据,客户选择有河豚和MD5加密验证关键技术VB。NET,加密,MSSQL,StreamReader,将
    2022-05-29 12:47:43下载
    积分:1
  • 这是汉诺塔一个演示程序,使用VC++开发的
    这是汉诺塔一个演示程序,使用VC++开发的-Tower of Hanoi This is a demo program, the use of VC++ Development
    2022-06-29 04:19:32下载
    积分:1
  • 在机票预订系统项目的前一阶段,这是一个总
    在本机票预定系统项目的前一阶段,也就是概要设计阶段中,已经将系统用户对本系统的子模块功能做了详细的阐述,这些模块功能具体设计将在本报告中详尽得以叙述及阐明。 本阶段已在系统的概要设计的基础上,对机票预定系统做详细设计。主要解决了实现该系统程序模块具体设计问题。包括确定算法,数据结构,模块接口的使用,数据库的动态操作以及界面设计等。在以下的概要设计报告中将对在本阶段中对系统所做的所有详细设计进行详细的说明。 -In the ticket reservation system project in the previous phase, which is a summary of the design phase, the system user has a subset of the system modules have done a detailed, specific design features of these modules will be detailed in this report can be described and explained . This phase of the outline design of system based on air ticket reservation system do the detailed design. The main solution to the achievement of specific program modules of the system design issues. Including the identification of algorithms, data structure, the use of module interfaces, databases, dynamic operation, as well as interface design. In the following report will outline the design at this stage of the system has done all the detailed design detail.
    2022-05-10 20:51:54下载
    积分:1
  • 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径...
    学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
    2022-04-30 12:04:29下载
    积分:1
  • simple database management system
    简单数据库管理系统-simple database management system
    2022-05-26 03:27:43下载
    积分:1
  • 算符有限分析法 //程序功能: //根算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E...
    算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E-E E*E E/E (E) i // 其中i为无符号整数-operator limited analysis// procedural functions :// operator under priority analysis, to conduct regular expression syntax analysis, judgment, an expression is correct.// Grammar : E E E E-E E E* E/E (E) i// for which i unsigned integers
    2022-04-07 04:27:23下载
    积分:1
  • 696518资源总数
  • 104230会员总数
  • 58今日下载