代码搜索结果

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

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.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.cxx

//-< STORAGE.CXX >---------------------------------------------------*--------* // POST++ Version 1.0 (c) 1998 GARRET * ? * // (Persistent Object Storage)

storage.h

//-< STORAGE.H >-----------------------------------------------------*--------* // POST++ Version 1.0 (c) 1998 GARRET * ? * // (Persistent Object Storage)

storage.py

# pick a Storage subsystem try: from Storage_IOCP import * except: from Storage_threadpool import *

storage.c

// storage.c #include #include #include #include "db.h" #include "itemdb.h" #include "clif.h" #include "intif.h" #include "pc.h" #include "storage.h" #include "guild.h

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.h

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: storage.h Abstract: Header file related to storage functions Environment: Keil C51 Compil

storage.c

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: storage.c Abstract: Module related to general storage media Environment: Keil C51 Compile

storage.cpp

#include using namespace qstd; int i; /* Scope: ______________ Storage class: ____________ */ static int j; /* Scope: ______________ Storage class: ____________ */ extern int k; /* Sco