代码搜索:Storage

找到约 10,000 项符合「Storage」的源代码

代码结果 10,000
www.eeworm.com/read/345690/11795178

txt 通用寄存器.txt

-- Universal Register -- This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter. -- The regis
www.eeworm.com/read/344156/11906307

c libparam_to_v3.c

/* * DiskSim Storage Subsystem Simulation Environment (Version 4.0) * Revision Authors: John Bucy, Greg Ganger * Contributors: John Griffin, Jiri Schindler, Steve Schlosser * * Copyright (c) of
www.eeworm.com/read/149607/12363024

txt universal_register.txt

-- Universal Register -- This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter. -- The regis
www.eeworm.com/read/249894/12463121

cs storagelistener.cs

using System; namespace Perst { /// /// Listener of database events. Programmer should derive his own subclass and register /// it using Storage.setListener method. /
www.eeworm.com/read/127767/14337033

txt e167. persisting changes to a memory-mapped bytebuffer.txt

Changes to a memory-mapped ByteBuffer are not necessarily sent immediately to the underlying storage device. In some applications, such as with a memory-mapped register, the change should be sent imme
www.eeworm.com/read/227189/14437635

txt 通用寄存器.txt

-- Universal Register -- This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter. -- The regis
www.eeworm.com/read/223317/14646368

readme

Introduction ------------- iSCSI Enterprise Target is for building an iSCSI storage system on Linux. It is aimed at developing an iSCSI target satisfying enterprise requirements. We borrow code from
www.eeworm.com/read/208531/15245753

txt 通用寄存器.txt

-- Universal Register -- This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter. -- The regis
www.eeworm.com/read/10438/186442

c calloc.c

/*** *calloc.c - allocate storage for an array from the heap * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Defines the calloc() function. * **********