CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟文件管理

搜索资源列表

  1. gs

    0下载:
  2. 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。-Using high-level language writing and debugging a simple file system, simulating the working process of document management.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4161
    • 提供者:荆棘鸟
  1. han

    0下载:
  2. 模拟文件管理系统,实现文件的创建,删除,修改等-Simulation of document management systems, file creation, deletion, modification, etc.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-03
    • 文件大小:3097
    • 提供者:韩晓妮
  1. filesys

    0下载:
  2. 这是有关文件管理系统的相关文件,对用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。-This is the document management system of the relevant documents, on the use of advanced language writing and debugging a simple file system, simulating the working proce
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-06
    • 文件大小:4681
    • 提供者:wyywd
  1. VCmulsystem

    1下载:
  2. 设计一个模拟的多用户多目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现-Designed in a simulated multi-user multi-directory file system. Through specific file storage space management, document the physical structure, directory structure and file operations implementa
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1055962
    • 提供者:zhq426
  1. OS

    0下载:
  2. 模拟操作系统,主要完成了文件管理,程管理等-Simulation of operating systems, mainly to complete the document management, process management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:76368
    • 提供者:hanzhenzhou
  1. documentm

    0下载:
  2. 模拟文件管理系统,实现以下功能:创建文件、 删除文件、删除目录、显示目录、创建目录-Simulation of document management systems, to achieve the following functions: to create documents, delete files, delete the directory, display directory, create a directory
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-14
    • 文件大小:4420
    • 提供者:wujianhai
  1. OS

    0下载:
  2. 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:494989
    • 提供者:杜宁林
  1. OSFile

    0下载:
  2. vc设计的模拟文件管理程序,可新建,打开,产出,读写文件-vc++ filesystem
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:343769
    • 提供者:shenmomo
  1. simulate_filesystem

    0下载:
  2. 用C++语言编写和调试,模拟文件管理的工作过程(并没有真正的创建文件),控制台程序,用户为user1,user2-using c++,simulate a filesystem
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1162881
    • 提供者:林风
  1. os

    0下载:
  2. 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:122859
    • 提供者:yuanlinjing
  1. 1

    0下载:
  2. 模拟采用多道程序设计方法的单用户操作系统,该操作系统包括四部分内容: 文件管理和用户接口 存储管理 设备管理 进程管理 -os
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:73267
    • 提供者:apple
  1. os

    0下载:
  2. 设计了一个有级目录,同一目录下能存放多个文件的文件系统,模拟文件管理的工作过程,有创建,打开,关闭,删除,读,写等操作。-Designed a class directory, the same directory to store multiple file systems, document management, work process simulation has to create, open, close, delete, read, write and other operati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2495082
    • 提供者:jack
  1. LinuxShell

    0下载:
  2. Linux Shell 模拟器,开辟一块硬盘区域,在里面进行文件管理操作,能够处理Linux命令行【操作系统课程大作业】-Linux Shell simulator, open up a hard drive area, in which the file management operations, to handle the operating system Linux command line program great job 【】
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26868
    • 提供者:高高
  1. Linuxwenjianxitong

    0下载:
  2. 1.编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。要求: (1)设计多用户文件系统,采用多级文件目录。 (2)至少要有十个以上的实用命令,应设置文件保护措施。 (3)设计一个较实用的用户界面,方便用户使用,界面要为用户提供足够的选择信息,不需用户打入打入冗长的命令。-1. Write and debug a tree directory structure, file system, simulation document management workflow. R
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:813070
    • 提供者:kamanlee
  1. 3107007037

    0下载:
  2. 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。要求: (1)设计多用户文件系统,采用多级文件目录。 (2)至少要有十个以上的实用命令,应设置文件保护措施。 (3)设计一个较实用的用户界面,方便用户使用,界面要为用户提供足够的选择信息,不需用户打入打入冗长的命令。 -Write and debug a tree directory structure, file system, simulation document management workflow. Requ
  3. 所属分类:File Operate

    • 发布日期:2017-05-17
    • 文件大小:4857354
    • 提供者:廖家鉴
  1. javafilemanage

    0下载:
  2. java模拟文件管理,基本功能都有了二十字-java file manage
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:628151
    • 提供者:王江华
  1. File

    1下载:
  2. 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2002
    • 提供者:梁程广
  1. linux_ls_Code

    0下载:
  2. 可以模拟文件管理的工作过程。可以实现一个文本文件的某信息的插入和删除,可以实现一个记录文件的某记录的插入和删除。-Can simulate the working process of the file management
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:183616
    • 提供者:wangjing
  1. File-Management-System

    0下载:
  2. 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4145970
    • 提供者:longer
  1. wenjian

    0下载:
  2. 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程-High-level language to write and debug a simple file system, the simulation file management work process
  3. 所属分类:File Operate

    • 发布日期:2017-12-08
    • 文件大小:2550
    • 提供者:伟哥
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com