代码搜索结果

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

storage-solution.cpp

#include using namespace qstd; int i; /* Global / Static */ static int j; /* File / Static */ extern int k; /* Global / Static */ const int l=10; /* This is a file scope variable, but it

prj.dni

[CodeCoverage] Enabled=_ 0 [Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [State Storage]

u盘.txt

Linux安装U盘的过程 1:确定你的内核支持U番   :SCSI的选项默认就可以   :USB的选项一定要安装 USB Mass Storage support   :如下:   代码:    SCSI support    --- SCSI support type (disk, tape, CD-ROM)    SCSI disk support

abstract.txt

The Memory project is a demo program for the NXP IRD Reference Platform/ Board using the NXP LPC2468 Microcontroller. It demonstrates an USB Memory based on USB Mass Storage Class.

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

easyweb.dni

[CodeCoverage] Enabled=_ 0 [State Storage] Control Register=-1 [Sequencer] Control Register=-1 NextState0=-1 NextState1=-1 [Action Register] Break=-1 State Storage=-1 [Log file] LoggingEna

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

bitmapdll.dpr

library BitmapDLL; {all this DLL does is provide a storage mechanism for a bitmap} uses SysUtils, Classes; {link in the bitmap resource} {$R BitmapResources.res} begin end.