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

搜索资源列表

  1. intel-flash-file-system-doc__30443601

    0下载:
  2. 这是一篇介绍intel flash文件系统的文档,想了解的朋友看看吧。-This is an intel briefing flash file system documents, would like to know the friends and watch it.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1018.44kb
    • 提供者:jasen
  1. 2005-01-19_wntfsys

    0下载:
  2. The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip-The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip
  3. 所属分类:File Operate

    • 发布日期:2017-11-26
    • 文件大小:311.36kb
    • 提供者:
  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
    • 文件大小:3mb
    • 提供者:Peter Pan
  1. GFS

    0下载:
  2. Google File System 的英文文档,Google所有应用的基础。-Google File System documentation in English, Google the basis of all applications.
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:249.08kb
    • 提供者:毛毛
  1. NTFSI

    0下载:
  2. 学习windows NT 文件系统必备--windows NT file system internals 的随书源码。-Learning windows NT file system material- windows NT file system internals--source code.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:288.37kb
    • 提供者:刘回
  1. filesrc

    0下载:
  2. sysinternals公司的文件系统监视工具源代码,通过动态加载驱动的方式实现对系统所有文件系统操作进行监控,代码包括驱动以及可执行文件的全部源代码。感谢Mark Russinovich 和 Bryce Cogswell 的辛苦工作。 -sysinternals file system' s source monitoring tools, dynamic load-driven approach to achieve all the files on the system to m
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:542.87kb
    • 提供者:flashvip
  1. practical-file-system-design

    0下载:
  2. An e-book of File Structures
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:976.67kb
    • 提供者:Easwar
  1. article_vfs03

    0下载:
  2. a virtual file system and package tool, using c++ language.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:299.19kb
    • 提供者:china
  1. length-varible-record-file-library

    0下载:
  2. 代码实现的是一个可变长记录文件的类库,用于通过调用相应的API,可以往文件里加入长度不限的记录,功能类似一个简单的数据库。同时这个是一个数据库的课程设计-this code is writed to implemented a library for length-variable record file system and also a solution for curricular design of data structure
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:14.34kb
    • 提供者:luodequan
  1. VB_File_System_Monitor

    0下载:
  2. 一款可以监视文件的创建、打开、删除和文件夹的打开和删除的小程序。推荐一下。-Can monitor the creation of a file, open, delete, and open the folder and delete the applet. You recommend.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:10.81kb
    • 提供者:罗江生
  1. U-disk-MP3-file-system-programming

    0下载:
  2. U盘MP3文件系统编程,学习的好东西-U disk MP3 file-system programming, learning the good stuff! ! ! ! ! !
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:35.06kb
    • 提供者:linhanxiong
  1. file-os

    0下载:
  2. 用C写的操作文件系统,功能完善,包括用户登录,对文件的CREATE、DEL、MODIFY.-C write operation using the file system, fully functional, including user login, the file CREATE, DEL, MODIFY.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:3.16kb
    • 提供者:张祖强
  1. CopyFile

    0下载:
  2. 安卓系统的文件复制源代码,可以实现图片和TXT等文件的复制功能,未经过真机测试!还有一首没写完的诗-Andrew file system source code, can achieve such pictures and TXT file replication, not through the real test! There is a poem that I' m
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:113.67kb
    • 提供者:刘良哲
  1. XML-Solution-for-the-INI-File-System

    0下载:
  2. XML代替INI文件的方案. C# 2005 源码.已测试可用.-XML Solution for the INI File System. (C#)
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:237.68kb
    • 提供者:deng kai
  1. File

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

    • 发布日期:2017-03-29
    • 文件大小:117.04kb
    • 提供者:陈玲玲
  1. File

    1下载:
  2. 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1.96kb
    • 提供者:梁程广
  1. file-system

    0下载:
  2. 一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-A simulation of many users of multistage directory file system. By a specific file storage space, the management of the physical structure of file, directory structure and the
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:longer
  1. mult-users-mult-dir-file-system

    0下载:
  2. 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:longer
  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
    • 文件大小:9.38mb
    • 提供者:longer
  1. virtual-file-system

    0下载:
  2. 华工的操作系统课程设计参考源码,实现了一个虚拟文件系统。-Laborers curriculum design reference source operating system, a virtual file system.
  3. 所属分类:File Operate

    • 发布日期:2017-11-06
    • 文件大小:2.28mb
    • 提供者:legend
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com