亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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

    標(biāo)簽: 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

    標(biāo)簽: 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/

    標(biāo)簽: 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.

    標(biāo)簽: 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

    標(biāo)簽: calculate diskfree disks tools

    上傳時間: 2014-11-25

    上傳用戶:蠢蠢66

  • 基于FPGA的磁盤陣列控制器的硬件設(shè)計與實現(xiàn).rar

    隨著存儲技術(shù)的迅速發(fā)展,存儲業(yè)務(wù)需求的不斷增長,獨立的磁盤冗余陣列可利用多個磁盤并行存取提高存儲系統(tǒng)的性能。磁盤陣列技術(shù)采用硬件和軟件兩種方式實現(xiàn),軟件RAID(Redundant Array of Independent disks)主要利用操作系統(tǒng)提供的軟件實現(xiàn)磁盤冗余陣列功能,對系統(tǒng)資源利用率高,節(jié)省成本。硬件RAID將大部分RAID功能集成到一塊硬件控制器中,系統(tǒng)資源占用率低,可移植性好。 分析了軟件RAID的性能瓶頸,使用硬件直接完成部分計算提高軟件RAID性能。針對RAID5采用FPGA(Field Programmable Gate Array)技術(shù)實現(xiàn)RAID控制器硬件設(shè)計,完成磁盤陣列啟動、數(shù)據(jù)緩存(Cache)以及數(shù)據(jù)XOR校驗等功能。基于硬件RAID的理論,提出一種基于Virtex-4的硬件RAID控制器的系統(tǒng)設(shè)計方案:獨立微處理器和較大容量的內(nèi)存;實現(xiàn)RAID級別遷移,在線容量擴(kuò)展,在線數(shù)據(jù)熱備份等高效、用戶可定制的高級RAID功能;利用Virtex-4內(nèi)置硬PowerPC完成RAID服務(wù)器部分配置和管理工作,運行Linux操作系統(tǒng)、RAID管理軟件等。控制器既可以作為RAID控制卡在服務(wù)器上使用,也可作為一個獨立的系統(tǒng),成為磁盤陣列的調(diào)試平臺。 隨著集成電路的發(fā)展,芯片的體積越來越小,電路的布局布線密度越來越大,信號的工作頻率也越來越高,高速電路的傳輸線效應(yīng)和信號完整性問題越來越明顯。RAID控制器屬于高速電路的范疇,在印刷電路板(Printed Circuit Block, PCB)實現(xiàn)時分別從疊層設(shè)計、布局、電源完整性、阻抗匹配和串?dāng)_等方面考慮了信號完整性問題,并基于IBIS(I/O Buffer Information Specification)模型進(jìn)行了信號完整性分析及仿真。

    標(biāo)簽: 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.

    標(biāo)簽: 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.

    標(biāo)簽: 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,

    標(biāo)簽: 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.

    標(biāo)簽: virtual driver implements generic

    上傳時間: 2016-02-19

    上傳用戶:xiaoxiang

主站蜘蛛池模板: 湘潭市| 汉沽区| 新乐市| 麻城市| 五家渠市| 澜沧| 大庆市| 莱芜市| 枞阳县| 合阳县| 洛隆县| 谢通门县| 平和县| 五大连池市| 顺昌县| 高雄市| 嵊州市| 七台河市| 天全县| 苗栗县| 德惠市| 大新县| 望奎县| 丹江口市| 祁门县| 文水县| 富阳市| 东安县| 盘山县| 宁国市| 彰化县| 时尚| 团风县| 福海县| 贡山| 新巴尔虎右旗| 绥阳县| 泌阳县| 彰化市| 巧家县| 台安县|