代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/179398/9358587

chf cveigenprojection.chf

void cvEigenProjection(void* eigInput, int nEigObjs, int ioFlags, void* userData, float* coeffs, IplImage* avg, IplImage* proj) { void *fptr; fptr = dlsym(_Chcv_handle, "cvEigenProjection_
www.eeworm.com/read/179398/9358734

chf cveigendecomposite.chf

void cvEigenDecomposite(IplImage* obj, int nEigObjs, void* eigInput, int ioFlags, void* userData, IplImage* avg, float* coeffs) { void *fptr; fptr = dlsym(_Chcv_handle, "cvEigenDecomposite
www.eeworm.com/read/179398/9358923

chf cvcalceigenobjects.chf

void cvCalcEigenObjects(int nObjects, void* input, void* output, int ioFlags, int ioBufSize, void* userData, CvTermCriteria* calcLimit, IplImage* avg, float* eigVals) { void *fptr; fptr =
www.eeworm.com/read/179398/9359052

chf cvcalccovarmatrixex.chf

void cvCalcCovarMatrixEx(int nObjects, void* input, int ioFlags, int ioBufSize, uchar* buffer, void* userData, IplImage* avg, float* covarMatrix) { void *fptr; fptr = dlsym(_Chcv_handle, "
www.eeworm.com/read/375212/9369179

m gaselect.m

function gaselect(fig,action) %GASELECT Subroutine of GENALG for Variable Selection % Please see GENALG % Copyright % Eigenvector Technologies % 1995 % Variables set by GUI handl = get(
www.eeworm.com/read/373837/9432676

c gsm_sms.c

// ************************************************************************* // * GSM TA/ME library // * // * File: gsm_sms.cc // * // * Purpose: SMS functions // * (ETSI GSM 07.05)
www.eeworm.com/read/175688/9536158

m created.m

function created=created(varargin) %global hfigure data % get handler and make this figure active gcf=varargin{1}; figure(gcf); data = get(gcf,'UserData'); % get file name
www.eeworm.com/read/175688/9536161

asv created.asv

function created=created(varargin) %global hfigure data % get handler and make this figure active gcf=varargin{1}; figure(gcf); data = get(gcf,'UserData'); % get file name
www.eeworm.com/read/175688/9536166

m createdata.m

function result = createdata(action,varargin) % CREATEDATA Interactive data generator. % % Synopsis: % createdata % createdata('finite') % createdata('finite',num_classes) % createdata('gau
www.eeworm.com/read/175688/9536172

m loadsets2.m

function data = loadsets(varargin) data = get( gcf,'UserData' ); % Clear axes clrchild( data.axes1); % set x and y axes labels xlabel(' x轴'); ylabel(' y轴');