CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - linux file system directory

搜索资源列表

  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. wjxt

    0下载:
  2. :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achie
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:366.97kb
    • 提供者:流水
  1. filesystembegin

    1下载:
  2. 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:303.87kb
    • 提供者:皇絮淡
  1. FATwenjian

    2下载:
  2. 操作系统课设 文件系统在Windows或者Linux下设计一个二级(或者树型)结构文件系统,要求至少实现以下功能:login 用户登录、dir 列出文件目录、create 创建文件、del 删除文件、open 打开文件、close 关闭文件、read 读文件、write 写文件、cd 进入子目录、rd 删除子目录、md 创建子目录等-Class set of operating system file system under Windows or Linux, a two (or tree)
  3. 所属分类:Windows编程

    • 发布日期:2014-02-26
    • 文件大小:1.03mb
    • 提供者:马艳超
  1. FileSystem

    0下载:
  2. 模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删除,打开,读写,关闭,查看,目录的创建,删除等。-Analog linux file system write the procedure is relatively simple. The physical basis of the file system to the track (40) from 0 to 39. Each tra
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:2.97kb
    • 提供者:wrp
  1. filesystem

    0下载:
  2. linux文件系统的实现,主要有文件目录的创建 删除 文件的读写 初始化等命令-linux file system implementations, the main initialization file directory create a deleted file read and write commands
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:4.61kb
    • 提供者:刘晓飞
  1. LZH--final

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1. 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建目录 delete 删除目录 open 打开文件 close 关闭文件 read 读文件 write 写文件-For Linux system design a simple secondary file system. Required to get the following: 1. Can realiz
  3. 所属分类:File Operate

    • 发布日期:2017-11-17
    • 文件大小:39.58kb
    • 提供者:李泽华
  1. FileSystem

    0下载:
  2. 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1.1mb
    • 提供者:JJ
  1. filesystem

    0下载:
  2. 模拟实现linux下的文件系统,能实现创建,删除,读,写,打开,关闭文件,还能使用mkdir创建目录等-Simulation under linux file system, can achieve to create, delete, read, write, open, close the file, but also to create a directory using the mkdir, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:235.22kb
    • 提供者:徐阳
  1. test

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: (1)可以实现下列几条命令(至少4条) login 用户登录 dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 (2)列目录时要列出文件名、物理地址、保护码和文件长度; (3)源文件可以进行读写保护。 -Design a simple two- level file sys
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:453.49kb
    • 提供者:傅国俊
  1. Ext2Fsd-0.62.src

    1下载:
  2. 在windows加载读取ext文件格式,可以运行在windows、xp、和win7 下面-Ext2Fsd is an ext2 file system driver for Windows (2k, XP, Vista and Win7). It’s a free software. Anyone can modify or distribute it under GPL2. Features Ext2Fsd supports: ext2/ext3 volume
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:terry
  1. FileSys

    0下载:
  2. 利用C语言实现linux文件系统的仿真,包括磁盘管理、目录管理和文件管理等功能-Using C language to realize the Linux file system simulation, including disk management, directory and file management, and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12.53kb
    • 提供者:故城
  1. aite_fileadmin

    0下载:
  2. PHP5+ SESSION first prompted to create account password to modify the password directly edit admin.php in Linux operating system will be better not choose any file using the list of files and file selection operation will empty the file list to edit
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:63kb
    • 提供者:chengzzi
  1. fjscxz

    0下载:
  2. Webmaster attachment download management system is a PHP online document management system, full platform compatibility: Win (IIS+Apache), Linux (Apache) support Chinese and English directory name and file name. Purpose: let the main site attachment
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:698kb
    • 提供者:zid
  1. tina-3.4.4-x64-mswin

    0下载:
  2. Tina是一款对时间Petri网支持得比较好的软件,也是我用得较多的一款软件。 它的运行程序是解压后/bin目录下的nd.exe文件(NetDraw),适用于Windows和Linux操作系统,也就是说他的移植性很好。 Tina的操作也比较特别,很多操作需要借助键盘按键来完成,如:Ctrl + g用来切换软件背景网格线的有无;鼠标中键用来添加库所;Ctrl +鼠标中键用来添加变迁;用鼠标中键在库所与变迁间拖拽可以添加弧。(Tina is a good support for time Petri
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:9.18mb
    • 提供者:小太阳001
  1. 多用户多级目录文件系统的实现

    1下载:
  2. 用c编写的多用户多级目录文件系统,可以说是目前最全的资料了,内包含技术报告,完整代码工程文件,演示视频,答辩PPT,可执行文件。并且,代码还有windows版本和linux版本和unix版本。 BUG较少,综合了网上的优秀代码,并进一步形成自己的代码。代码基本有注释,风格良好,能够很快看懂。内含有比较规范的报告文档,包含所有流程图,说明图,以及文档风格绝对不错,无需更改,建议下载!(The multiuser multilevel directory file system written
  3. 所属分类:Windows编程

    • 发布日期:2020-01-30
    • 文件大小:27.36mb
    • 提供者:小强你好
搜珍网 www.dssz.com