代码搜索结果

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

readme

This directory contains release 3.0 of the DiskSim storage subsystem simulator. The corresponding reference manual at doc/disksim-doc.ps describes the simulator and how to use it. See the file COPY

copyright

DiskSim Storage Subsystem Simulation Environment (Version 3.0) Revision Authors: John Bucy, Greg Ganger Contributors: John Griffin, Jiri Schindler, Steve Schlosser Copyright (c) of Carnegie Mellon U

copying

DiskSim Storage Subsystem Simulation Environment (Version 3.0) Revision Authors: John Bucy, Greg Ganger Contributors: John Griffin, Jiri Schindler, Steve Schlosser Copyright (c) of Carnegie Mellon U

varlib.c

/* varlib.c * * a simple storage system to store name=value pairs * with facility to mark items as part of the environment * * interface: * VLstore( name, value ) returns 1 for 0k, 0 for

usblspnp.c

/*++ Copyright (c) 1999 Microsoft Corporation Module Name: Usblspnp.c Abstract: USB LS-120 Mass Storage Device Sample Driver Plug and Play module Environment: ke

view.c

#include #include void main(int argc,char *argv[]) { FILE *viewfile; char buffer[81]; //storage if(argc

rs232.dni

[DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [State Storage] Control Register=4536 [Sequencer] Con

pwm.dni

[DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [State Storage] Control Register=4460 [Sequencer] Con

field_end.m

% Procedure for ending the Field II program system and releasing the storage. % % Calling: field_end ; % % Return: nothing. % % Version 1.0, November 28, 1995 by Joergen Arendt Jensen function

calloc.c

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