代码搜索结果

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

.storage.o.flags

ifeq (usb-storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += storage.o endif

storage.dsp

# Microsoft Developer Studio Project File - Name="storage" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C

storage.java

public class Storage { private int count; private int size; public Storage(int s) { size = s; } public synchronized void addData(String n) { while (count == size) { t

storage.rc2

// // STORAGE.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///

storage.dsp

# Microsoft Developer Studio Project File - Name="storage" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) A

storage.plg

Build Log --------------------Configuration: storage - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMIN

readme.storage

PvPGN storage configuration README File ----------------------------------------- 1. What is this "storage" ? "storage" is what we call in PvPGN the way to save account files d

storage.h

/** \file storage.h * Disk read/write routines. * Implemented Disk interface: MMC. * This module reads and writes blocks of disk data to/from a global * buffer. The logical place to define these g

storage.java

package myapplet; /** storage.java 负责数据的存取 @author Joedan hongguangming@sohu.com */ import java.net.*; import java.util.*; import java.io.*; import sun.net.ftp.*; public class storage {