代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/100045/7083521
install
_ _
_ __ ___ ___ __| | ___ ___| | mod_ssl
| '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
| | | | | | (_) | (_| | \__ \__ \ | w
www.eeworm.com/read/333209/7154833
m etf_smooth1.m
%ETF_SMOOTH1 Smoother based on two extended Kalman filters
%
% Syntax:
% [M,P] = ETF_SMOOTH1(M,P,Y,A,Q,ia,W,aparam,H,R,h,V,hparam,same_p_a,same_p_h)
%
% In:
% M - NxK matrix of K mean estimates f
www.eeworm.com/read/456205/7354465
install
_ _
_ __ ___ ___ __| | ___ ___| | mod_ssl
| '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
| | | | | | (_) | (_| | \__ \__ \ | w
www.eeworm.com/read/450608/7480180
m setident.m
%SETIDENT Set object identifiers
%
% A = SETIDENT(A,IDENT,J)
%
% INPUT
% A Dataset
% IDENT Object identifiers
% J Vector of indices of objects to be updated (optional; default: all)
www.eeworm.com/read/449504/7502320
m mdsmap.m
function [out]=mdsmap(long,lat,dataset,varargin)
% PURPOSE: This function links a map and mds analysis
%------------------------------------------------------------------------
% USAGE: out=mdsmap(
www.eeworm.com/read/449504/7502338
m pprmap.m
function [out]=pprmap(long,lat,data,varargin)
% PURPOSE: This function links a map and two scatterplots of projections found by ppr
%-----------------------------------------------------------------
www.eeworm.com/read/433933/7903323
txt noinstall readme.txt
This ZIP file contains all the files for different platforms.
32-bit versions of Windows NT / 2000 / XP / 2003 / 2008 / Vista
===============================================================
1
www.eeworm.com/read/296483/8100775
txt compile.txt
compile.txt
Instructions for compiling the SafeTP server, and unix client
For Unix:
% ./configure
% make
% make check (optional)
If things go wrong email smcpeak@cs.berkeley.edu.
For
www.eeworm.com/read/331444/12827833
m corrdn.m
% RES = corrDn(IM, FILT, EDGES, STEP, START, STOP)
%
% Compute correlation of matrices IM with FILT, followed by
% downsampling. These arguments should be 1D or 2D matrices, and IM
% must be larger (
www.eeworm.com/read/330869/12863322
m est_tf.m
function [t, f] = est_tf(x, c, d, M, decf)
% est_tf -- Estimate the location in time and frequency of the chirp.
%
% Usage
% [t f] = est_tf(x, c, d, M, decf)
%
% Inputs
% x signal vector
%