代码搜索:optional

找到约 6,947 项符合「optional」的源代码

代码结果 6,947
www.eeworm.com/read/246803/12704283

m threshwave2.m

function out=ThreshWave2(Noisy,type,TI,sigma,mult,L,qmf) % ThreshWave2 -- Denoising of 2-d image with wavelet thresholding. % Usage % out=ThreshWave2(Noisy,type,TI,sigma,mult,L,qmf) % Input
www.eeworm.com/read/332500/12752259

mk common.mk

# ====================================================================== # Common Makefile for USBtiny applications # # Macros to be defined before including this file: # # USBTINY - the location of t
www.eeworm.com/read/144399/12796938

m demoargs.m

function [out1,out2] = demoArgs(in1,in2,in3) % demoArgs Variable numbers of input and output parameters % % Synopsis: demoArgs % demoArgs(in1) % demoArgs(in1,in2) %
www.eeworm.com/read/144399/12797264

m drawplane.m

function drawPlane(a,bounds,axlim,addAxes) % drawPlane Draws a plane in 3D % % Synopsis: drawPlane(a) % drawPlane(a,bounds) % drawPlane(a,bounds,axlim) % drawP
www.eeworm.com/read/144399/12797372

m powerit.m

function [lambda,v] = powerit(A,s,nit,x0,verbose) % powerit Shifted power method for finding matrix eigenvalues % % Synopsis: lam = powerit(A) [lam,v] = powerit(A) %
www.eeworm.com/read/144399/12797448

m demosteel.m

function [tout,Tout] = demoSteel(nref,rtol,atol) % demoSteel Solve ODE describing heat treating of a steel bar using ode45 % % Synopsis: demoSteel [t,T] = demoSteel %
www.eeworm.com/read/245176/12813287

m train.m

function net = train(tutor, x, y, C, kernel, zeta, net) % TRAIN % % Train a support vector classification network, using the sequential minimal % optimisation algorithm. % % net = train(tut
www.eeworm.com/read/331444/12827792

m upconv.m

% RES = upConv(IM, FILT, EDGES, STEP, START, STOP, RES) % % Upsample matrix IM, followed by convolution with matrix FILT. These % arguments should be 1D or 2D matrices, and IM must be larger (in % bo
www.eeworm.com/read/331439/12828937

m isocomplex.m

function z = isocomplex(q, a) % ISOCOMPLEX Construct a complex number from a quaternion, with the same % modulus and argument as those of the quaternion. The result % wi
www.eeworm.com/read/331293/12834621

install

Installation -------------------------------------------------------------- Become superuser for library installation. Linux (gcc): ./autogen.sh (optional) ./configure (./configure --help for op