代码搜索结果

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

contour.c

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

logredo.h

/* * Copyright (c) International Business Machines Corp., 2000-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L

tls.pas

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

cvfinder.c

/*** ** libface - Library of face recognition and supporting algorithms Copyright (c) 2003 Stefan Farthofer This file is part of libface, which is free software; you can

initiators.deny

# The semantics are: # * By default, every initiator can see and connect to all targets. # # * Deny for some or every initiator access to one or all targets, # by adding a line to this file. # #

http:^^www.cs.cornell.edu^info^projects^simlab^projects^microstorage.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Monday, 25-Nov-96 00:32:04 GMT Content-Type: text/html Content-Length: 1612 Last-Modified: Tuesday, 24-Oct-95 14:01:20 GMT Microstorage Architec

iic.lst

C51 COMPILER V6.23a IIC 08/23/2003 10:33:04 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE IIC OBJECT MODULE PLACED IN II

mtx.doc

[WARNING: This document is of historical value only! Please read 'mtxl.README.html' and 'man mtx' for current documentation! The only thing useful here is examples of how to use the 'tar' command fo

tstash.h

// File from page 592 in "Thinking in C++" by Bruce Eckel ////////////////////////////////////////////////// // From the compressed package ECKELT02.ZIP 4/11/95 // (Original ECKELT01.ZIP dated 2/21

opencv学习笔记(三)人脸检测的代码分析.txt

谈论 OpenCV学习笔记(三)人脸检测的代码分析 一、预备知识: 1、动态内存存储及操作函数 CvMemStorage typedef struct CvMemStorage { struct CvMemBlock* bottom;/* fir