代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/467642/7006460
java ifexp.java
package Absyn;
import Symbol.Symbol;
public class IfExp extends Exp {
public Exp test;
public Exp thenclause;
public Exp elseclause; /* optional */
public IfExp(int p, Exp x, Exp y) {pos=p
www.eeworm.com/read/299984/7140024
m pinvr.m
%PINVR PSEUDO-INVERSE REGRESSION (PCR)
%
% [W,J,C] = PINVR(A,TYPE,PAR,C,SVR_TYPE,EPS_TOL,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel par
www.eeworm.com/read/299984/7140709
m sigm.m
%SIGM Sigmoid map
%
% W = W*SIGM
% B = A*SIGM
% W = W*SIGM([],SCALE)
% B = SIGM(A,SCALE)
%
% INPUT
% A Dataset (optional)
% SCALE Scaling parameter (optional, default: 1)
%
%
www.eeworm.com/read/333209/7154816
m urts_smooth1.m
%URTS_SMOOTH1 Additive form Unscented Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,D] = URTS_SMOOTH1(M,P,a,Q,[param,alpha,beta,kappa,mat,same_p])
%
% In:
% M - NxK matrix of K mean estimates f
www.eeworm.com/read/333209/7154822
m ut_mweights.m
%UT_MWEIGHTS - Generate matrix form unscented transformation weights
%
% Syntax:
% [WM,W,c] = ut_mweights(n,alpha,beta,kappa)
%
% In:
% n - Dimensionality of random variable
% alpha - Transf
www.eeworm.com/read/333209/7154826
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide
www.eeworm.com/read/333209/7154829
m utf_smooth1.m
%UTF_SMOOTH1 Smoother based on two unscented Kalman filters
%
% Syntax:
% [M,P] = UTF_SMOOTH1(M,P,Y,[ia,Q,aparam,h,R,hparam,,alpha,beta,kappa,mat,same_p_a,same_p_h])
%
% In:
% M - NxK matrix of K
www.eeworm.com/read/461338/7228949
bas modinputboxpw.bas
Attribute VB_Name = "modInputBoxPW"
' ============================================
'模块中:
Option Explicit
'==== API declarations ============================
Private Typ