搜索资源列表

  1. CAOZUOXITONG

    0下载:
  2. 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 -Operating system design experiment ~ file system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:328704
    • 提供者:PING
  1. linux

    0下载:
  2. 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as t
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:3980288
    • 提供者:
  1. new

    0下载:
  2. 模拟实现单级目录并且单级索引的索引文件系统-Simulation realize a single-stage and single-stage index directory index the file system
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:李文强
  1. filesystem

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

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:lilianjie
  1. VCmulsystem

    0下载:
  2. 设计一个模拟的多用户多目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现-Designed in a simulated multi-user multi-directory file system. Through specific file storage space management, document the physical structure, directory structure
  3. 所属分类:文件操作

    • 发布日期:2024-05-12
    • 文件大小:1055744
    • 提供者:zhq426
  1. LPC2312_MP3Player

    0下载:
  2. 用philips lpc2312+DSP实现MP3播放,LCD显示,24C02关机数据,SD卡读写,FAT16/32文件系统.-With philips lpc2312+ DSP implementation MP3 player, LCD display, 24C02 shutdown data, SD card reader, FAT16/32 file system.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:56320
    • 提供者:张易
  1. FATNANDFlash

    0下载:
  2. 内容描述: 1)FAT文件系统在NAND储存器上的改进运用 2)基于K9F2808UOC的FATl6文件系统 3)基于NAND Flash的FAT文件系统的实现 4)一种基于FAT文件系统的NAND Flash坏块处理方法-Descr iption: 1) FAT file system on NAND memory to improve the use of 2) K9F2808UOC-based file syste
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-12
    • 文件大小:1182720
    • 提供者:蔡陈松
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:347136
    • 提供者:lutao
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:375808
    • 提供者:流水
  1. TMS320LF2407A.FAT32

    0下载:
  2. FAT32文件系统在DSP TMS320LF2407A上的实现方法,对DSP开发存储设备非常有参考价值-FAT32 file system in the realization of the DSP TMS320LF2407A methods, the development of storage devices on the DSP is very useful
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:227328
    • 提供者:溪溪
  1. file

    0下载:
  2. 二级文件系统 可以实现目录浏览 创建目录 创建文件等操作-Secondary file system directory can create a file browser, such as the creation of directory operations
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-12
    • 文件大小:32768
    • 提供者:张镇生
  1. os-design

    0下载:
  2. linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
  3. 所属分类:文件操作

    • 发布日期:2024-05-12
    • 文件大小:224256
    • 提供者:王宝全
  1. File

    0下载:
  2. 操作系统-文件系统的实现 操作系统-文件系统的实现-操作系统-文件系统的实现
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:gacser
  1. UDisk

    0下载:
  2. VC++操作U盘的实例附相关资料,这些资料主要有:Fat文件系统相关资料、U盘文件系统概述、USB项目报告、FAT百皮书、玩ARM7板,开发U盘、用PDIUSBD12和K9F5608U0A设计USB移动闪存以及一个底层实现的U盘程序实例,这些资料都非常好,VC++下开发U盘应用不可多得的好资料。-VC++ examples of operation of U-laws related to disk data mainly: Fat f
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:1254400
    • 提供者:724
  1. filesystem

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

    • 发布日期:2024-05-12
    • 文件大小:48128
    • 提供者:段晓娟
  1. MP3_FAT_APP1

    0下载:
  2. 基于mega16的FAT文件系统操作,从SD卡读取数据,然后通过串口打印出来,实现基本的文件操作。-Mega16 based on the FAT file system operations, data from the SD card reader, and then print them out through the serial port, the realization of the basic file operation
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:66560
    • 提供者:迦勒
  1. FILESPY

    0下载:
  2. filespy 是一个Windows平台下的文件过滤驱动模型,该模型通过在特定磁盘/文件系统上过载过滤驱动程序实现了对操作系统文件资源的监控-filespy is a model of file filter driver base on Windows platform,this model is designed to monitor file sources on Windows OS by attaching filter
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:491520
    • 提供者:陈东东
  1. MonDisk

    0下载:
  2. MonDisk 是一个Windows平台下的文件系统过滤驱动程序,该驱动模块清晰,功能简单,特点是完全使用NT式的Dispatch 函数实现文件访问行为的监控-MonDisk is a file system filter driver on Windows platform,the function of this model is simple but with a characteric that,All its dispatch
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:2930688
    • 提供者:陈东东
  1. filesys

    0下载:
  2. 文件系统过滤驱动 通过截获系统发出的irp 捕获文件操作从而实现对文件的保护-This module contains the code that implements the general purpose sample file system filter driver.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1333248
    • 提供者:feixiao
  1. fat32

    0下载:
  2. msp430单片机 FAT32文件系统的简单实现-Single-chip msp430 simple FAT32 file system to achieve
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:杨旭
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org