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

搜索资源列表

  1. Multi_user_multi_level_directory_of_the_file_syste

    0下载:
  2. 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:251772
    • 提供者:hengdd
  1. student

    0下载:
  2. 理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。 -Understanding of Linux file system organization have commonly used data structure system uses
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:4710
    • 提供者:gf
  1. OSSim

    0下载:
  2. 学生用FlashMX实现的操作系统课程原理设计报告,实现磁盘文件系统的模拟及进程调度队列的演示,比较有新意,以前学生都是C++或其它VB实现不同。-Differing from the past development in OS course, Lulu has developed the simulation of File system and process schedule in operating system with FlashMX.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2975090
    • 提供者:fzz
  1. wenjianmoni

    0下载:
  2. Unix文件系统模拟类实现程序 -Unixwenjian mulu xitong moni .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:39656
    • 提供者:xttn
  1. Linux_4_36060302_36060304_36060307_36060323

    0下载:
  2. 大学操作系统实验:模拟LINUX操作系统的文件系统机制,实现了对FAT16格式的U盘中,文件、目录的增删改查功能,以此来达到文件管理的作用。-University of the operating system experiment: Analog LINUX operating system, file system mechanism of the U after FAT16 format, file, directory search function to the additions a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:491057
    • 提供者:李毅
  1. 111

    0下载:
  2. 模拟一个文件系统,包括目录文件,普通文件,并实现对它们的一些基本操作。假定每个目录文件最多只能占用一个块;一个目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。普通文件可以只用目录项代表。-Simulation of a file system, including the directory of files, common files, and to achieve some of their basic operation. Paper assumes that each di
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:2133
    • 提供者:vincent
  1. UNIXwenjianxitong

    0下载:
  2. 一、设计思想说明 本系统是模拟实现多用户多目录的文件系统(8个用户),在系统出现登录后 ,输入用户与口令,在用户登录系统后,可建立文件卷,将用户输入的文件保存在指定的文件中。 -First, the design idea is the simulation of this system to achieve multi-user multi-directory file system (8 users), in the system log in, enter your usernam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:201955
    • 提供者:帅哥
  1. linuxfilesystem

    0下载:
  2. 模拟实现UNIX的文件系统,多用户、多级目录结构文件系统的设计与实现模拟实现UNIX的文件系统-Simulation of the realization of UNIX file system, multi-user, multi-level directory structure File System Design and Implementation of simulation to achieve UNIX file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1872769
    • 提供者:irene
  1. xueshengchengjihesuanxitong

    2下载:
  2. 题目:模拟电信计费系统的设计与实现 要求:(1)计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话 记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2)话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:259148
    • 提供者:sophie
  1. FILE

    0下载:
  2. 该系统为一简单文件模拟管理系统,简单模拟计算机管理文件的过程-a file manage system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:95550
    • 提供者:lin
  1. fileoperate

    0下载:
  2. 在用户程序中可使用文件系统提供的一整套文件操作(文件类系统调用),这类操作一般包括“打开文件”、“关闭文件”、“读文件”、“写文件”和“撤消文件”等。本实习模拟文件操作的实现,通过实习了解各文件操作的作用。-In the user program can use the file system provides a set of file operations (file type system calls), such operations generally include " op
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2259
    • 提供者:guanlong
  1. wfs

    0下载:
  2. 模拟操作系统底层文件系统,模拟FAT32文件系统来进行那个东西-Simulate the underlying operating system, file system, FAT32 file system to carry out simulations that thing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:weiwei
  1. profile

    0下载:
  2. 操作系统课设中的文件系统的模拟,包含有源码和详细的文档说明-Classes in operating systems file system-based analog, includes source code and detailed documentation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:288235
    • 提供者:mq
  1. linux

    0下载:
  2. vc下模拟linux文件系统,实现超级用户,文件权限更改等功能-vc to simulate linux file system, to achieve super-user, change the file permissions and other functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:148627
    • 提供者:汪鹏
  1. fs

    0下载:
  2. 操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。-a simulation system of linux ext2 file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5891
    • 提供者:宋英男
  1. TOMfileManagement

    0下载:
  2. 文件管理系统(TOMCN)DOS 操作系统文件管理模块的模拟 -fileManagement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:118515
    • 提供者:tangbin
  1. C_File_System_Simulation

    0下载:
  2. 文件系统的模拟本系统可以实现改变目录(cd),创建文件(create),删除文件(delete),显示目录(dir),创建目录(mkdir)以及退出系统(exit)。-The file system simulation of this system can bring about change directory (cd), create a file (create), delete the file (delete), which displays a directory (dir), c
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:94629
    • 提供者:杨新宇
  1. a

    0下载:
  2. 用C语言编写的模拟linux多级文件系统-Analog 2 linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:966263
    • 提供者:jess
  1. DrawBoard

    0下载:
  2. 用Java语言开发的一个小小画图板,模拟windows系统自带的画图板。 使用方法,把DrawBoard.rar包解压缩到Eclipse的workspace文件夹路径下,运行MainWindow.java即可运行-With the Java language developed by a small drawing board, the system comes with simulated windows drawing board. Use to extract DrawBoard.ra
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:179154
    • 提供者:chenzhou
  1. 1

    0下载:
  2. 多文件系统模拟 利用vc开发 多用户多目录-Multi-file system simulation developed using vc multi-user multi-directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:301737
    • 提供者:刘伟
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 37 »
搜珍网 www.dssz.com