代码搜索结果

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

storage.h

/* * storage.h: interface defining functions for storage and recovery * of PuTTY's persistent data. */ #ifndef PUTTY_STORAGE_H #define PUTTY_STORAGE_H /* ---------------------------------

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

makefile.am

if SERIALPLUGIN plugindir = $(libdir)/bluetooth/plugins plugin_LTLIBRARIES = serial.la serial_la_SOURCES = main.c \ manager.h manager.c port.h port.c \ storage.h storage.c proxy.h proxy.c LDAD

adc12_2.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [State Storage] Control Register=-1 [Sequencer] Control Register=-1 NextState0=-1 NextState1=-1 [Ac

planproppref.pas

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

asgproppref.pas

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

planproppref.pas

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

asgproppref.pas

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

stack.java

//: net/mindview/util/Stack.java // Making a stack from a LinkedList. package net.mindview.util; import java.util.LinkedList; public class Stack { private LinkedList storage = new Linke

simplequeue.java

//: generics/SimpleQueue.java // A different kind of container that is Iterable import java.util.*; public class SimpleQueue implements Iterable { private LinkedList storage = new Lin