虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

disks

  • The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display th

    The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display the ring/disk/plate movement. The movement will be shown graphically

    标签: program display number plates

    上传时间: 2013-12-20

    上传用户:1966640071

  • this file can copy the files in the removable disks when the disk is inserted into the system

    this file can copy the files in the removable disks when the disk is inserted into the system

    标签: the removable inserted system

    上传时间: 2014-01-08

    上传用户:edisonfather

  • Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB

    Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB for x86 TCC executable, including C preprocessor, C compiler, ... http://bellard.org/tcc/

    标签: everywhere compile execute example

    上传时间: 2016-12-13

    上传用户:佳期如梦

  • DirectDisk for Win2000/NT allow you to directly access physical sectors from floppy, hard disks, l

    DirectDisk for Win2000/NT allow you to directly access physical sectors from floppy, hard disks, logical volumes and CDRoms. It is released under the GPL license (http://www.gnu.org/licenses/gpl.txt). Please mail me for whatever about this project. The HexEditor component is from Markus Stephany. More info in the included zip in the sources.

    标签: DirectDisk directly physical sectors

    上传时间: 2013-12-26

    上传用户:saharawalker

  • diskfree is tools for calculate free size of disks

    diskfree is tools for calculate free size of disks

    标签: calculate diskfree disks tools

    上传时间: 2014-11-25

    上传用户:蠢蠢66

  • 基于FPGA的磁盘阵列控制器的硬件设计与实现.rar

    随着存储技术的迅速发展,存储业务需求的不断增长,独立的磁盘冗余阵列可利用多个磁盘并行存取提高存储系统的性能。磁盘阵列技术采用硬件和软件两种方式实现,软件RAID(Redundant Array of Independent disks)主要利用操作系统提供的软件实现磁盘冗余阵列功能,对系统资源利用率高,节省成本。硬件RAID将大部分RAID功能集成到一块硬件控制器中,系统资源占用率低,可移植性好。 分析了软件RAID的性能瓶颈,使用硬件直接完成部分计算提高软件RAID性能。针对RAID5采用FPGA(Field Programmable Gate Array)技术实现RAID控制器硬件设计,完成磁盘阵列启动、数据缓存(Cache)以及数据XOR校验等功能。基于硬件RAID的理论,提出一种基于Virtex-4的硬件RAID控制器的系统设计方案:独立微处理器和较大容量的内存;实现RAID级别迁移,在线容量扩展,在线数据热备份等高效、用户可定制的高级RAID功能;利用Virtex-4内置硬PowerPC完成RAID服务器部分配置和管理工作,运行Linux操作系统、RAID管理软件等。控制器既可以作为RAID控制卡在服务器上使用,也可作为一个独立的系统,成为磁盘阵列的调试平台。 随着集成电路的发展,芯片的体积越来越小,电路的布局布线密度越来越大,信号的工作频率也越来越高,高速电路的传输线效应和信号完整性问题越来越明显。RAID控制器属于高速电路的范畴,在印刷电路板(Printed Circuit Block, PCB)实现时分别从叠层设计、布局、电源完整性、阻抗匹配和串扰等方面考虑了信号完整性问题,并基于IBIS(I/O Buffer Information Specification)模型进行了信号完整性分析及仿真。

    标签: FPGA 磁盘阵列 控制器

    上传时间: 2013-04-24

    上传用户:jeffery

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    标签: available libraries Although nearly

    上传时间: 2014-01-22

    上传用户:zhoujunzhen

  • In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o

    In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn t kept waiting any longer than necessary for the relatively slow disks.

    标签: thoroughly understand variety order

    上传时间: 2014-12-07

    上传用户:PresidentHuang

  • linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes

    linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you just want a rescue disk to have for emergencies,

    标签: bootdisk-howto filesystem describes diskettes

    上传时间: 2015-11-22

    上传用户:wanghui2438

  • This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U

    This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.

    标签: virtual driver implements generic

    上传时间: 2016-02-19

    上传用户:xiaoxiang