代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/200618/15428549

m ghm.m

function b=GHM(a) %GHM Single-level discrete 2-D multiwavelet transform. % GHM performs a single-level 2-D multiwavelet decomposition % using GHM multiwavelet with four multi-filters % % Y
www.eeworm.com/read/200618/15428554

m ighm.m

function a=IGHM(b) %IGHM Single-level inverse discrete 2-D multiwavelet transform. % IGHM performs a single-level 2-D multiwavelet reconstruction % using GHM multiwavelet with four multi-filter
www.eeworm.com/read/110993/15520598

cpp trashprototypeinit.cpp

//: C25:TrashPrototypeInit.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Performs ini
www.eeworm.com/read/104928/15681167

vbs calc.vbs

'calc.vbs Dim objArgs Set objArgs = Wscript.Arguments If objArgs.Count=1 Then Wscript.StdOut.WriteLine Eval(objArgs(0)) Else Wscript.StdErr.WriteLine "calc.vbs. Performs mathematical opera
www.eeworm.com/read/101557/15826800

m sfunpsd.m

function [sys, x0] = sfunpsd(t,x,u,flag,fftpts,npts,HowOften,offset,ts,averaging) %SFUNPSD an S-function which performs spectral analysis using ffts. % % This M-file is designed to be used
www.eeworm.com/read/101167/15842800

c 2543_1.c

// 2543_1.C // // Illustrates interfacing with a TI TLC2543 11-channel 12-bit A/D using the PIC's // SSP module in the SPI mode. // // Performs an A/D unipolar measurement on Channel 0 and a bipo
www.eeworm.com/read/289743/8530136

m out_of_sample_est.m

function t_points = out_of_sample_est(points, X, mappedX) %TRANSFORM_SAMPLE_EST Performs out-of-sample extension using estimation technique % % t_points = out_of_sample_est(points, X, mappedX) %
www.eeworm.com/read/289119/8574994

m backw.m

% function backw performs backward selection function [nc,rispmax,compmax,cc,maxrisp,libb]=backw(r,cr,crom,resp,numvar,cc,dataset,y,aut,ng,maxcomp,maxrisp,libb,mxi,sxi,myi,syi,el); % verifying the l
www.eeworm.com/read/288586/8620313

m backw.m

% function backw performs backward selection function [nc,rispmax,compmax,cc,maxrisp,libb]=backw(r,cr,crom,resp,numvar,cc,dataset,y,aut,ng,maxcomp,maxrisp,libb,mxi,sxi,myi,syi,el); % verifying the l
www.eeworm.com/read/385281/8810467

html heappriorityqueue-auxiliary.html

Code Fragment /** Performs up-heap bubbling */