代码搜索结果

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

randomlist.java

//: generics/RandomList.java import java.util.*; public class RandomList { private ArrayList storage = new ArrayList(); private Random rand = new Random(47); public void add(T it

genericcast.java

//: generics/GenericCast.java class FixedSizeStack { private int index = 0; private Object[] storage; public FixedSizeStack(int size) { storage = new Object[size]; } public v

pd2.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [State Storage] Control Register=-1 [Sequen

a2.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [State Storage] Control Register=-1 [Sequen

arrayqueue.java

// queue implemented as an array public class ArrayQueue { private int first, last, size; private Object[] storage; public ArrayQueue() { this(100);

readme.txt

This folder contains source code to the second full-text search extension for SQLite. While the API is the same, this version uses a substantially different storage schema from fts1, so tables will n

datatype3.tcl

set rcsid {$Id: datatype3.tcl,v 1.14 2006/05/23 23:22:29 drh Exp $} source common.tcl header {Datatypes In SQLite Version 3} puts { Datatypes In SQLite Version 3 1. Storage Classes

planproppref.pas

{***************************************************************************} { Property preferences storage } { for Delphi & C++Builder

asgproppref.pas

{***************************************************************************} { Property preferences storage } { for Delphi & C++Builder

advtrackbarpersist.pas

{***************************************************************************} { Property preferences storage } { for Delphi & C++Builder