CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 实现简单的文件系统

搜索资源列表

  1. filesystem

    0下载:
  2. 此源码为一简单的文件系统,可以下载学习文件系统的实现-This source code is a simple file system, you can download the study File System
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3930193
    • 提供者:cz
  1. FileSystem

    0下载:
  2. 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:250358
    • 提供者:小强
  1. myfs.tar

    0下载:
  2. 自己写的一个简单的文件系统的实现,可以添加目录与文件-Wrote it myself, a simple file system implementation, you can add directories and files
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:10854
    • 提供者:yf
  1. FileSys

    0下载:
  2. c语言简单的文件系统的实现。模拟FAT表-File system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:4318
    • 提供者:Rain
  1. FileSystem

    0下载:
  2. 文件系统模拟实验,实现了简单的文件系统功能,目的旨在了解文件系统原理-File system simulation to achieve a simple file system functions, the purpose was to understand the principles of the file system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:351769
    • 提供者:杨子江
  1. DummyFileSystem

    0下载:
  2. 简单的文件系统.用VC实现,可以用来学习操作系统的基本知识!-Simple file system. With the VC to achieve, can be used to learn the basics of the operating system!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:348736
    • 提供者:dcy21
  1. sourcecode

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:17986
    • 提供者:高飞
  1. Address

    0下载:
  2. 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3549
    • 提供者:alan
  1. Linux

    0下载:
  2. 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux fi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:280765
    • 提供者:王维
  1. commons-vfs-1.0-src

    0下载:
  2. linux 虚拟文件系统的实现代码,实现虚拟文件系统的简单功能-linux virtual file system implementation code, a simple virtual file system functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:598460
    • 提供者:袁野
  1. file_system

    0下载:
  2. 简单的文件系统,实现文件打开操作等等功能-Simple file system, file open operation, and so function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:15422
    • 提供者:qinchuan
  1. filesystem

    0下载:
  2. 在Ubuntu下实现一个简单的文件系统,可以实现创建目录浏览目录,建文件等功能-Under the Ubuntu implement a simple file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:42320
    • 提供者:ann
  1. filesystembegin

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

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

    0下载:
  2. 这是一个裸板的基于s3c6410的nand flash文件系统,里面包含nand flash初始化,读写,擦出操作,同时包含一个最简单的文件系统的实现。-This is a bare board nand flash-based s3c6410 the file system, which contains the nand flash initialization, read and write, given rise to operation, also includes a simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:84320
    • 提供者:use life to
  1. filesystem

    0下载:
  2. 简单的文件系统设计,实现了文件的创建和删除,目录的创建和删除,显示目录内容以及格式化虚拟磁盘等功能。 -this is a simple filesystem design, function:create and delete document, create and delete directory, display directory contents and format virtualdisk.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:26170
    • 提供者:h
  1. File

    1下载:
  2. 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:119847
    • 提供者:陈玲玲
  1. A-graphical-interface-file-system

    0下载:
  2. 模拟一个简单的文件系统,实现文件系统的管理和控制功能。通过模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法,加深理解文件系统的内部功能及内部实现。-Simulation a simple file system, realize the file system management and control function. Through the simulation of the basic functions of the system files, understa
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9835336
    • 提供者:longer
  1. filesystem

    0下载:
  2. 简单的文件系统实现 (main函数) 创建,复制,粘贴,打开文件夹,重命名 etc-A simplified file system realization. Including create, copy, paste, open file, rename etc.
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:3167
    • 提供者:Justin Jiang
  1. Disk-Management

    0下载:
  2. 利用函数fopen(), fread(), fwrite(), fclose() 来实现简单的文件备份, 即将一个文件的内容拷贝到另一个文件中去。 通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能及内部实现 -Function fopen (), fread (), fwrite (), fclose () to implement a simple file backup, and is about to copy the contents of a file to
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:35493
    • 提供者:梁逸杰
  1. file-system

    0下载:
  2. 操作系统文件系统实验,模拟一个简单的文件系统,实现文件系统的管理和控制功能。-The operating system file system experiments and simulate a simple file system, file system management and control functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-14
    • 文件大小:946179
    • 提供者:潘宝
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com