代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/449504/7502496

m temporal_agg.m

function [y]=temporal_agg(z,op1,s) % PURPOSE: Temporal aggregation of a time series % ------------------------------------------------------------ % SYNTAX: [y]=temporal_agg(z,op1,s); % ---------
www.eeworm.com/read/446239/7582984

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/442822/7644301

m rri_bootprocrust.m

function rotatemat=rri_bootprocrust(origlv,bootlv) %syntax rotatemat=rri_bootprocrust(origlv,bootlv) %define coordinate space between orignal and bootstrap LVs temp=origlv'*bootlv; %orthogonal
www.eeworm.com/read/439815/7701234

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/439815/7701273

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/438163/7735061

pro dicom_viewer.pro

; ; Name - DICOM_VIEWER ; ; Calling Syntax - DICOM_VIEWER ; ; Purpose - Display dicom tags and images. Allow quick navigation ; between dicom files in a directory.using the famili
www.eeworm.com/read/436912/7758961

m rsana.m

[Copy to clipboard] [ - ]CODE: function [logRS,logERS,V]=RSana(x,n,method,q) %Syntax: [logRS,logERS,V]=RSana(x,n,method,q) %____________________________________________ % % Performs R/S anal
www.eeworm.com/read/436271/7773140

m objlinq.m

% OBJLINQ.M (OBJective function for LINear Quadratic problem) % % This function implements the discret LINEAR-QUADRATIC PROBLEM. % % Syntax: ObjVal = objlinq(Chrom,rtn_type) % % Input para
www.eeworm.com/read/436271/7773142

m objgold.m

% OBJGOLD.M (OBJective function for GOLDstein-price function) % % This function implements the GOLDSTEIN-PRICE function. % % Syntax: ObjVal = objgold(Chrom,rtn_type) % % Input parameters:
www.eeworm.com/read/436271/7773160

m objsixh.m

% OBJSIXH.M (OBJective function for SIX Hump camelback function) % % This function implements the six hump camelback function. % % Syntax: ObjVal = objsixh(Chrom,rtn_type) % % Input parame