代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/389318/8533755

m varest.m

% VAREST: Computes the covariance matrix, std. errors, and confidence intervals of the GMM estimators. % % SYNTAX: [VAR, SD, CI] = varest(D, S, theta, T) % % INPUT % D : The gradient of the s
www.eeworm.com/read/389318/8533769

m msc.m

% MSC: Computes the Moment Selection Criterion % % SYNTAX: msc_stat = msc(method, b, p, Jvec, qvec, Tvec) % % INPUT % method: The type of the bonus term. This input can be % 'BIC' :
www.eeworm.com/read/187848/8596223

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/287843/8664702

c regshift.c

/* $Revision: 1.21 $ */ /* * REGSHIFT A Simulink triggered register_buff shift * * Syntax: [sys, x0] = regshift(t,x,u,flag,outDelay,tirgThreshold) * This function has two inputs
www.eeworm.com/read/287843/8664783

c regdown.c

/* $Revision: 1.21 $ */ /* * REGDOWN A Simulink register down block * * Syntax: [sys, x0] = regdown(t, x, u, flag, OutputIndex, Increament, trigThreshold, cycl_flag) * This block outp
www.eeworm.com/read/431176/8705909

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/430320/8756396

m gauss.m

function [r, w] = Gauss(l) % RETURN COORDINATES OF GAUSS QUADRATURE POINTS AND THEIR WEIGHTS % % SYNTAX: [r, w] = Gauss(l) % % INPUT PARAMETERS % l - Order of Gauss quadrature ( 1 =< r
www.eeworm.com/read/286526/8761880

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/429797/8788318

m print_data_loader_configuration_table.m

function [out]=print_data_loader_configuration_table(default_mat_config_out) % % print_data_loader_configuration_table: Prints the variable configuration to a table % % % % Syntax: % % % % [out
www.eeworm.com/read/285342/8849612

pas sqlutils.pas

unit sqlutils; interface uses db,adodb,sysutils,classes; function gensqlbydset(fname:string;dset:Tadodataset):boolean; function get_Table_syntax(dbcon:Tadoconnection;tablename:string):String;