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

搜索资源列表

  1. Scanner-File-System-Minifilter-Driver

    0下载:
  2. Scanner File System Minifilter Driver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:82357
    • 提供者:dfsafsadf
  1. CDO-File-System-Minifilter-Driver

    0下载:
  2. CDO File System Minifilter Driver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:91757
    • 提供者:dfsafsadf
  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. file-system

    0下载:
  2. 编程模拟一个简单的文件系统,实现文件系统的管理和控制功能。要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UED]。另外,为打开文件设置运行文件目录[AFD]。设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件,并对文件必须设置保护措施。在用户程序中通过使用文件系统提供的Create、open、read、write、close、delete等文件命令,对文件进行操作-file system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:2273
    • 提供者:张明
  1. virtual-file-system

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

    • 发布日期:2017-11-06
    • 文件大小:2393824
    • 提供者:legend
  1. secondary-file-system-

    0下载:
  2. LINUX的二级文件系统例程 LINUX的二级文件系统例程-The LINUX secondary file system routines
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:6562
    • 提供者:邹永传
  1. file-system-in-OS

    0下载:
  2. 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:449365
    • 提供者:cagfaiss
  1. FATFS-file-system-STM32-

    0下载:
  2. FATFS文件系统在STM32上的移植,基于STM32开发,将FATFS文件系统有效的移植在STM32-FATFS file system STM32 on the transplant
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-11
    • 文件大小:2791441
    • 提供者:廖星
  1. file-system

    0下载:
  2. 在eVC环境下,使用API函数完成的一个简单的文件系统,可以对嵌入式ARM平台中的文件目录进行递归扫描,并且可以支持翻页后退浏览,双击打开进入下层目录或文件的功能。-In eVC environment, using the API function to complete a simple file system that can be embedded ARM platform file directories recursively scanned, and can support fli
  3. 所属分类:Windows CE

    • 发布日期:2017-11-16
    • 文件大小:3060343
    • 提供者:张卓楠
  1. Description-of-the-file-system

    0下载:
  2. 文件系统的描述,使用C语言模拟的,有文件二级目录,以及文件可以被用户创建,删除等功能-A descr iption of the file system, using the C language simulation, there are two files directory, and the file can be user to create, delete, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:227098
    • 提供者:路子祥
  1. No-ucos-file-system

    0下载:
  2. 无ucos的文件系统!各位学习STM32的升级代码必学的!-No ucos file system!
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:965566
    • 提供者:贺邵锋
  1. Database-File-System

    0下载:
  2. data base file system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8655
    • 提供者:coupfo
  1. File-system-Minifilter-

    0下载:
  2. File system Minifilter driven 详细教程,有函数说明-File system Minifilter driven detailed tutorial shows
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:600719
    • 提供者:蔡郭汕
  1. STM32F1XX-FATFS-File-system

    0下载:
  2. 支持STM32F103的裸跑文件系统,FATFS,易移植!-STM32F1XX-FATFS File system
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:42327
    • 提供者:景波
  1. file-system

    0下载:
  2. linux系统上的简单文件系统的实现,有创建、删除目录和文件以及读写文件等基本操作-simple file system create,delete dir and files read and write files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:441059
    • 提供者:杨涛
  1. Windows-File-System-Filter--Driver

    0下载:
  2. Windows文件系统过滤驱动开发教程第二版源代码-Windows File System Filter Driver Development Guide (Second Edition) source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:493611
    • 提供者:Davis
  1. A-file-system-is-a-file-system-

    0下载:
  2. 一级文件系统程序 实现一个一级文件系统程序:根据前面的提示设计一个一级(单用户)文件系统程序,要求实现以下功能: ①提供文件创建/删除接口命令create/delete、目录创建/删除接口命令mkdir/rmdir、显示目录内容命令ls; ②创建的文件不要求格式和内容。 -A file system is a file system implements a program: According to the above tips to design a one (single-
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12155
    • 提供者:xilin
  1. file-system

    0下载:
  2. 简单的文件系统的实现,包括目录的创建,删除,文件的创建,删除以及读,写文件等内容-A simple file system implementation, including the directory to create, delete, create file, deleting, and read, written documents, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:228495
    • 提供者:过文俊
  1. Windows-file-system-filter-driver--

    0下载:
  2. Windows file system filter driver development tutorials
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:134089
    • 提供者:yang
  1. Petit-FAT-File-System-Module-Samples

    0下载:
  2. AVR, PIC and Win32 sample source code to Petit FAT File System Module.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:171816
    • 提供者:WooQ
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com