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

搜索资源列表

  1. unixfilesystem

    0下载:
  2. 完整的文件系统模拟 基本功能 (1)多用户 (2)多级目录:具有树形目录结构;(3)具有login (用户登录)和用户身份认证功能;(4)文件的创建: create (5)文件的打开:open(6)文件的读:read(7)文件的写:write(8)文件关闭:close(9)删除文件:delete (12)列出文件目录:dir(列目录时要列出文件名、物理地址和文件长度) (13)退出:logout (14)文件保护机制-integrity of the file syst
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7300
    • 提供者:sonica
  1. wjmn

    0下载:
  2. 小型文件系统模拟实验,操作系统实验程序,给大家使用。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3526
    • 提供者:zhw
  1. 14122057351

    0下载:
  2. unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:53717
    • 提供者:谢小兵
  1. aSDSD

    0下载:
  2. 计算机操作系统实验 小型文件系统模拟实验运行环境C语言
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3496
    • 提供者:li
  1. 200673016165097121

    1下载:
  2. 二级目录的文件系统模拟(final)的图表模式
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:144173
    • 提供者:pp
  1. loginfile

    0下载:
  2. 用login二级目录的文件系统,模拟操作系统文件系统二级目录的实现
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14072
    • 提供者:离间
  1. fl5

    1下载:
  2. 操作系统 实验五 文件系统 模拟一个简单的文件系统。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:184474
    • 提供者:林峰
  1. filemanagement

    0下载:
  2. 文件系统模拟程序 设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3146
    • 提供者:furong
  1. 73462704FileSystemgood

    0下载:
  2. 文件系统 模拟WINDOWS操作的文件系统 内容不是很多 大家见谅
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3284
    • 提供者:大声的
  1. MyFileSystem

    0下载:
  2. 操作系统课程设计——二级文件系统模拟-operating system course design -two-level file system simulation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3868
    • 提供者:吴峰
  1. 200411251704246032

    0下载:
  2. 一个简单的文件系统模拟算法-a simple file system simulation algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31603
    • 提供者:夏雨
  1. 文件管理实验程序

    1下载:
  2. 文件管理实验程序 把一个文件模拟为磁盘,然后在该磁盘上建立文件系统, 并提供基本的文件访问函数 作者:吕泽忠 最后修改时间:2005-4-13-document management experimental procedure, a simulation of the disk file, which is built on disk file system and provides basic file access functions Author : Lu:zezhong last mo
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:3946
    • 提供者:阿嫂地方
  1. MyMFSs

    0下载:
  2. windows下的文件系统模拟程序,对于想熟悉操作系统中文件管理的哥们有很好的提示作用-under the windows file system simulation program, familiar with the operating system to document management Miners have a good role suggested
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40916
    • 提供者:杨圣湖
  1. 模拟一个文件管理系统

    0下载:
  2. 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13209
    • 提供者:林子建
  1. 模拟文件管理系统

    2下载:
  2. 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55811
    • 提供者:雨金
  1. linux文件系统模拟设计

    1下载:
  2. 本科毕业论文(设计)开题报告
  3. 所属分类:其它

    • 发布日期:2008-11-07
    • 文件大小:47616
    • 提供者:liuxiaorong
  1. FileManagement.rar

    0下载:
  2. 用JAVA模拟操作系统的文件管理,主要是用Fat表的形式来组织的文件系统的数据结构。,JAVA simulation using the document management system, Fat is mainly used to organize the form of file system data structures.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:8454
    • 提供者:qin
  1. 51单片机模拟串口实现对SD卡的读写

    1下载:
  2. 51单片机模拟串口实现对SD卡的读写,TFT液晶显示,并添加了FAT文件系统,都有注释,对于初学SD卡、TFT、FAT模块的朋友很有帮助。-51 simulated serial port on the microcontroller to read and write SD card, TFT LCD display, and add the FAT file system, there are comments, for the beginner SD card, TFT, FAT modu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:371855
    • 提供者:deng
  1. FileManagement.rar

    0下载:
  2. 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能,Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:16258
    • 提供者:王明
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:249544
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com