代码搜索结果

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

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.

contour.c

/************************************************** * 轮廓检测 * 主要函数: * cvFindContours * cvDrawContours **************************************************/ /******************************

advtrackbarpersist.pas

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

wole2stream.pas

unit WOLE2Stream; {$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF} // This is the windows unit for reading OLE-2 files. // Uses IStream and IStorage int

tls.pas

unit TLS; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Label1: TLabel;

mem.cpp

//: C07:Mem.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt #include "Mem.h" #include

randomlist6.java

// generics/RandomList6.java // TIJ4 Chapter Generics, Exercise 6, page 627 // Use RandomList with two more types in addition to the one shown in main(). import java.util.*; import typeinfo.pets.*

basicvectors.vb

' The Vector class resides in the Extreme.Mathematics.LinearAlgebra namespace. Imports Extreme.Mathematics.LinearAlgebra Namespace Extreme.Mathematics.QuickStart.VB ' Illustrates the use of t