代码搜索结果

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

datacontainer.java.bak

//package bkgm; /* * DataContainer.java * This class is used to provide the storage of the corresponding integer and float values *CMPT 310 - Assignment 2 - Parts 1 and 2 *@author: Andriy Bar

datacontainer.java

//package bkgm; /** * DataContainer.java * This class is used to provide the storage of the corresponding integer and float values *CMPT 310 - Assignment 2 - Parts 1 and 2 *@author: Yifu Diao

usbtype.h

// // Type definitions for USB Mass Storage Driver Sample // //Typedefs for exported functions in WDM driver typedef DWORD (_stdcall *USBSTOR_GETNEXTPDO)(PVOID); typedef PVOID (_stdcall *USBSTO

storageitem.java

package Storage; public class StorageItem { private String name; private String type; private String size; private int quantity; public String getName() { return name; } public

usbtype.h

// // Type definitions for USB Mass Storage Driver Sample // //Typedefs for exported functions in WDM driver typedef DWORD (_stdcall *USBSTOR_GETNEXTPDO)(PVOID); typedef PVOID (_stdcall *USBSTO

el_linkpoly.m

function el_linkpoly % turn off the window button functions set(gcf,'windowbuttonupfcn',''); set(gcf,'windowbuttonmotionfcn',''); % Get the storage buckets h=get(gcf,'children'); foun

a2_sptensor_doc.m

%% Sparse Tensors % MATLAB has no native ability to store sparse multidimensional arrays, % only sparse matrices. Moreover, the compressed sparse column storage % format for MATLAB sparse matrices

umsspwr.c

/*++ Copyright (c) 1999-2001 Microsoft Corporation Module Name: usblspwr.c Abstract: USB Mass Storage Device Sample Driver Power Management module Environment:

scanner2.frm

IMPLEMENTATION MODULE -->modulename; (* Scanner generated by Coco/R - assuming ISO IO library will be available. *) (* Small source files only *) IMPORT Storage, IOChan, TextIO, StdChans; CO

taste.frm

MODULE -->Grammar; (* Simple Taste Compiler/Interpreter *) FROM -->Scanner IMPORT lst, src, errors, Error, CharAt; FROM -->Parser IMPORT Parse, Successful; IMPORT SYSTEM, Storage, FileIO,