代码搜索:optional

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

代码结果 6,947
www.eeworm.com/read/147186/12578913

m plotgauss2d.m

function h=plotgauss2d(mu, Sigma) % PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs % h=plotgauss2(mu, Sigma) % h = plotcov2(mu, Sigma); return; %%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/247928/12612300

control

Source: makesis Section: utils Priority: optional Maintainer: Alfred E. Heggestad Build-Depends: debhelper (>> 4.0.0), zlib1g-dev, g++, libstdc++-dev Standards-Version: 3.5.8
www.eeworm.com/read/236570/14011512

control

Source: boa Section: web Priority: optional Maintainer: Jonathon D Nelson Standards-Version: 3.1.1.1 Build-Depends: debhelper, texinfo, bison, flex, texi2html, tetex-bin Package: bo
www.eeworm.com/read/101997/15795451

c prt.c

/* ** prt.c -- print files with optional page skips, headings, and line numbers. ** ** Copyright 1982 J. E. Hendrix. All rights reserved. */ #include #include "tools.h" #define MARGI
www.eeworm.com/read/100148/15882585

s match.s

* match.s -- optional optimized asm version of longest match in deflate.c * Copyright (C) 1992-1993 Jean-loup Gailly * * Adapted for X68000 by NIIMI Satoshi * Adapted for the
www.eeworm.com/read/386050/8768955

m nu_svr.m

%NU_SVR Support Vector Classifier: NU algorithm % % [W,J,C] = NU_SVR(A,TYPE,PAR,C,SVR_TYPE,NU_EPS,MC,PD) % % INPUT % A Dataset % TYPE Type of the kernel (optional; default: 'p') % PAR K
www.eeworm.com/read/284169/8957896

m disfrst.m

function y = Disfrst(f,a,p) % Computes discrete fractional sine transform % of order a of vector f % p (optional) is order of approximation, default N/2 % S-C Pei, M-H Yeh, IEEE Tr SP 49(6)2001, p
www.eeworm.com/read/371680/9542235

m cont.m

function [xout, vout, sout, hout, fout] = cont(varargin) % % CONTINUE(cds.curve, x0, v0, options) % % Continues the curve from x0 with optional directional vector v0 % options is a option-vector
www.eeworm.com/read/371680/9542239

asv cont.asv

function [xout, vout, sout, hout, fout] = cont(varargin) % % CONTINUE(cds.curve, x0, v0, options) % % Continues the curve from x0 with optional directional vector v0 % options is a option-vector
www.eeworm.com/read/371653/9543379

m poissrp.m

function [X,t] = poissrp(N,t,l) % [X,t] = poissrp(N,t,l) % % N : Number of sample paths to generate % t : Vector of time points at which to generate samples % l : Arrival rate. OPTIONAL. Default l=1.