CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - disk simulation

搜索资源列表

  1. dsatt

    1下载:
  2. 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-UNIX system simulation pieces of spare Links Group, to achieve disk storage space management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-12
    • 文件大小:4kb
    • 提供者:luobo
  1. simulate_ext3_filesystems

    0下载:
  2. 模拟linux的ext3文件系统。采用位图法。用一个文件模拟硬盘。实现创建、删除目录、文件。读、写文件,定位文件指针等功能。-simulation Linux ext3 file system. Bitmap method used. With a simulation of hard disk document. Implementation create, delete directory, documents. Reading, writing paper, positioning the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:57.86kb
    • 提供者:kong xiangzhen
  1. 5026570

    0下载:
  2. 本程序模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理。-the UNIX system simulation pieces of spare Links Group, achieving disk storage space management.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:118.28kb
    • 提供者:yiping
  1. file_storage.rar

    0下载:
  2. U盘模拟,把带有flash的如开发板,数码相机等整个模拟成一个U盘,U disk simulation, to a development board, such as flash, digital cameras and so on throughout the simulation as a U disk
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:29.13kb
    • 提供者:sunyue
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:陈观民
  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
    • 文件大小:243.7kb
    • 提供者:
  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
    • 文件大小:16.16kb
    • 提供者:lilianjie
  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
    • 文件大小:47.47kb
    • 提供者:段晓娟
  1. disk

    0下载:
  2. unix成组链接策略模拟实现例子~通过模拟unix成组链接策略的实现,理解unix管理磁盘空闲空间的方法-unix into a set of links to achieve strategic simulation examples ~ by simulating unix into a set of links policy implementation, understanding unix method of managing disk free space
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.3kb
    • 提供者:
  1. GroupLink

    0下载:
  2. UNIX成组链接策略的模拟实现--UNIX管理磁盘空闲的方法-UNIX into a set of links the simulation strategy to achieve- UNIX disk free method of managing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:Adler.C
  1. diskmanager

    0下载:
  2. 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-Simulation UNIX system into a set of links to free block method to achieve the management of disk storage space
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:123.52kb
    • 提供者:杨子辰
  1. dask

    0下载:
  2. 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.44kb
    • 提供者:jeremy
  1. os_project04

    0下载:
  2. 上海交通大学os课程设计第四次作业 模拟磁盘驱动,并提供基于网络的客户端与服务器结构,调用客户端里的接口能够访问远程的服务器磁盘-Shanghai Jiaotong University, the fourth operating os course design simulation disk drive, and provides Web-based client and server architecture, called the interface where the client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3.94kb
    • 提供者:zraingunhix
  1. FileSystem_linux

    0下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Simulation of Linux file system in any OS, the establishment of a large file, put it into a disk illusion, in which the realization of a simple analog Linux file system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:15.93kb
    • 提供者:shentong
  1. disksim-4.0-with-dixtrac.tar

    1下载:
  2. 磁盘仿真模拟器,能够对磁盘的物理逻辑特征进行很好的模拟,-Disk simulator, a good simulation of the physical and logical features of the disk,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5.21mb
    • 提供者:
  1. S3C2440-USB

    0下载:
  2. 这是一个S3C2440下USB模拟U盘的功能-This is a S3C2440 under USB simulation U disk function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:702.03kb
    • 提供者:
  1. disk_buffer_pool

    0下载:
  2. 1.了解盘块缓冲池中多种缓冲区的类型。 2.了解盘块缓冲池的结构。 3.理解盘块缓冲池的分配和回收过程。(Simulation of disk buffer pool allocation and recovery)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:ls291730
  1. My_STM32F107_bare[make-SD-UDisk]

    0下载:
  2. 这是STM32F107芯片的SD卡模拟U盘的程序,经过测试。(This is the STM32F107 chip SD card simulation U disk program, tested.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:12.92mb
    • 提供者:hai1984
搜珍网 www.dssz.com