CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Filesystem

搜索资源列表

  1. filesystem

    0下载:
  2. 此filesystem.rar文件中包括YAFFS源码、fat32文件系统介绍和fat32文件系统与yaffs文件系统的比较!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1348577
    • 提供者:steven cheng
  1. YAFFS A NAND-flash filesystem

    0下载:
  2. YAFFS A NAND-flash filesystem的介绍文件,读后会对YAFFS有较好的了解--You will have a better understanding of YAFFS after reading this article.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:160206
    • 提供者:林辰
  1. FileSystem.在内存中开辟一个空间作为文件存储器

    2下载:
  2. 在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。,In memory to open a space for the file memory, in its realization of a simple file system. To withdraw from the file system, the need for the contents of the file system is
  3. 所属分类:系统编程

    • 发布日期:2017-06-29
    • 文件大小:309642
    • 提供者:王钧
  1. rfs_fs

    0下载:
  2. Samsung RFS (Robust Filesystem) drivers for linux/android kernel
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:79406
    • 提供者:goose
  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. FileSystem

    2下载:
  2. 文件系统模拟,模拟WINDOWS的文件管理系统,可以进行文件的添加删除,格式化等操作-File system simulation WINDOWS Document Management System, you can add files deleted, formatted, such as operation
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:2925510
    • 提供者:陈华龙
  1. Filesystem

    0下载:
  2. filesystem目录结构,及相应抓屏,可以看到详细文件名称-filesystem directory structure, and the corresponding screenshots, you can see details of the file name
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:284353
    • 提供者:lijing
  1. FileSystem

    0下载:
  2. 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design
  3. 所属分类:File Operate

    • 发布日期:2017-05-25
    • 文件大小:3142584
    • 提供者:Peter Pan
  1. FileSystem

    0下载:
  2. MTK----FILE SYSTEM-FILE SYSTEM
  3. 所属分类:MTK

    • 发布日期:2017-04-05
    • 文件大小:423500
    • 提供者:SONG
  1. filesystem

    1下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:16546
    • 提供者:lilianjie
  1. passThrough

    0下载:
  2. Passthru Filesystem Filter driver from WinDDK
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6299
    • 提供者:konkevych
  1. fat_fs.tar

    0下载:
  2. A FAT filesystem library in C. Very easy to add to any embedded system.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:13714
    • 提供者:methy
  1. embed-linux-filesystem

    0下载:
  2. 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:5810
    • 提供者:zwx
  1. filesystem

    1下载:
  2. linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
  3. 所属分类:系统编程

    • 发布日期:2013-09-23
    • 文件大小:62811
    • 提供者:孟令钊
  1. filesystem

    1下载:
  2. 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-09-23
    • 文件大小:48612
    • 提供者:段晓娟
  1. filesystem

    0下载:
  2. 这是一个文件上传下载的java jsp文件,简单,一看就明白的-java jsp up-download filesystem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1424746
    • 提供者:xuliya
  1. FileSystem

    0下载:
  2. filesystem simulation in java-operating system
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2955
    • 提供者:sai subramanyam
  1. unix-FileSystem.djvu

    0下载:
  2. unix文件系统,djvu清晰版,深入理解各种常见文件系统ext2,ext3,-unix filesystem,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:3018535
    • 提供者:王小波
  1. Filesystem Hierarchy Standard

    0下载:
  2. Filesystem Hierarchy Standard (UNIX文件系统结构标准) 中文版(About Filesystem Hierarchy Standard....)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:917504
    • 提供者:mikotot
  1. boost学习(filesystem)

    0下载:
  2. boost文件系统学习资料,学习filesystem库的参考文档(Boost file system learning materials, learning filesystem library reference documents.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:22528
    • 提供者:scott..
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com