代码搜索:raid
找到约 1,564 项符合「raid」的源代码
代码结果 1,564
www.eeworm.com/read/407759/11411249
c raid.c
/* raid.c - The RAID-1 hooks for LILO */
/*
Copyright 2001-2005 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
source directory.
*/
#define _G
www.eeworm.com/read/407759/11411299
h raid.h
/* raid.h - The RAID-1 hooks for LILO */
/*
Copyright 2001-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
source directory.
*/
int do_md_
www.eeworm.com/read/405722/11458786
txt raid简介.txt
<mark>raid</mark>简介
一.<mark>Raid</mark>定义
<mark>RAID</mark>(Redundant Array of Independent Disk 独立冗余磁盘阵列)技术是加州大学伯克利分校1987年
提出,最初是为了组合小的廉价磁盘来代替大的昂贵磁盘,同时希望磁盘失效时不会使对数据的访问受损
失而开发出一定水平的数据保护技术。<mark>RAID</mark>就是一种由多块廉价磁盘构成的冗余阵列,在操作系统下是作
为一个独立的 ...
www.eeworm.com/read/262462/11588873
h raid.h
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/261166/11662552
h raid.h
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/157691/11671154
h raid.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/346510/11740768
java raid.java
/****************************
* Raid接口
*****************************/
import java.io.IOException;
public interface Raid {
public int Capcity();
public void capcity_Remained(int[]a);//
www.eeworm.com/read/346510/11740771