代码搜索:syntax

找到约 10,000 项符合「syntax」的源代码

代码结果 10,000
www.eeworm.com/read/263889/11337726

m ssaforeiter.m

function xf=SSAforeiter(x,dim,tau,k,fs,e) %Syntax: xf=SSAforeiter(x,dim,tau,k,fs,e) %________________________________________ % % Iterated forecasting for SSA. % % xf is the forecasted time seri
www.eeworm.com/read/263889/11337729

m knearest.m

function lock=Knearest(y,Y,K,p) %Syntax: lock=Knearest(y,Y,K,p) %______________________________ % % Locks the K nearest neighbors of a reference point that lie in a % phase-space. % % lock retu
www.eeworm.com/read/263889/11337737

m ssa.m

function [pc,s,v]=SSA(x,dim,tau) %Syntax: [pc,s,v]=SSA(x,dim,tau) %_______________________________ % % Singular Spectrum Analysis for a time series. % % pc is the matrix with the principal compo
www.eeworm.com/read/263889/11337741

m gencorint.m

function [logCr,logr]=gencorint(x,dim,tau,logr,p,w,svd,q) %Syntax: [logCr,logr]=gencorint(x,dim,tau,logr,p,w,svd,q) %________________________________________________________ % % Calculates the gen
www.eeworm.com/read/407295/11422478

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/405000/11474478

cs lexical.cs

using System; using System.IO; using System.Collections; namespace Syntax_Analyzer { /// /// Lexical 的摘要说明。 /// public class Lexical { private int
www.eeworm.com/read/158649/11594802

java varargs.java

//: c04:VarArgs.java // Using the array syntax to create // variable argument lists. // {NoAutomaticTesting} class A { int i; } public class VarArgs { static void f(Object[] x) { for(
www.eeworm.com/read/348290/11602607

m objpush.m

% OBJPUSH.M (OBJective function for PUSH-cart problem) % % This function implements the PUSH-CART PROBLEM. % % Syntax: ObjVal = objpush(Chrom,switch_) % % Input parameters: % Chrom - Matr
www.eeworm.com/read/348290/11602615

m objlinq2.m

% OBJLINQ2.M (OBJective function for LINear Quadratic problem) % % This function implements the continuous LINear Quadratic problem. % % Syntax: ObjVal = objlinq2(Chrom,switch_) % % Input parame
www.eeworm.com/read/348290/11602641

m objfun7.m

% OBJFUN7.M (OBJective function for schwefel's FUNction) % % This function implements the SCHWEFEL function 7. % % Syntax: ObjVal = objfun7(Chrom,switch_) % % Input parameters: % Chrom -