代码搜索结果

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

cvfindhandregion.chf

void cvFindHandRegion(CvPoint3D32f* points, int count, CvSeq* indexs, float* line, CvSize2D32f size, int flag, CvPoint3D32f* center, CvMemStorage* storage, CvSeq ** numbers) { void *fptr;

cvfindhandregiona.chf

void cvFindHandRegionA(CvPoint3D32f* points, int count, CvSeq* indexs, float* line, CvSize2D32f size, int jc, CvPoint3D32f* center, CvMemStorage* storage, CvSeq ** numbers) { void *fptr; f

cvconvexitydefects.chf

CvSeq* cvConvexityDefects(CvArr* contour, CvArr* convexhull, CvMemStorage* storage) { void *fptr; CvSeq*retval; fptr = dlsym(_Chcv_handle, "cvConvexityDefects_chdl"); if(fptr ==

classstorage__manager_3_01pat_00_01vat_00_01alloc_00_01memory__storage_01_4.tex

\section{storage\_\-manager$$ Class Template Reference} \label{classstorage__manager_3_01PAT_00_01VAT_00_01ALLOC_00_01memory__storage_01_4}\index{storage_manage

classstorage__manager_3_01pat_00_01vat_00_01alloc_00_01file__storage_01_4.tex

\section{storage\_\-manager$$ Class Template Reference} \label{classstorage__manager_3_01PAT_00_01VAT_00_01ALLOC_00_01file__storage_01_4}\index{storage_manager< P

3.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [DisAssemblyWindow] NumStates=_ 0 [State St

mp3.lnp

"Main.obj", "Storage.obj", "UFI.obj", "Global.obj", "USB.obj", "ATA.obj" TO "mp3" PRINT(".\LST\mp3.m51") RAMSIZE(256)

tstash.h

//: C16:TStash.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // PSTASH using templates #ifndef TSTASH_H_ #d

stash3.cpp

//: C06:Stash3.cpp {O} // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Constructors & destructors #include

stash3.h

//: C06:Stash3.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // With constructors & destructors #ifndef STAS