代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.h
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
storage.h
Abstract:
Header file related to storage functions
Environment:
Keil C51 Compil
storage.dsp
# Microsoft Developer Studio Project File - Name="storage" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
storage.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
storage.cpp
#include "cxcore.h"
int main( int argc, char** argv )
{
CvMat* mat = cvCreateMat( 3, 3, CV_32F );
CvFileStorage* fs = cvOpenFileStorage( "example.yml", 0, CV_STORAGE_WRITE );
cvSetIdentit