代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/250888/7806390
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/396828/8088180
m etestboot_snn.m
function Etestval = etestboot_snn(nets, datasets)
%ETESTBOOT_SNN Compute a bootstrap estimate for E_test.
%
% Syntax
%
% Etest = etestboot_snn(nets, datasets)
%
% Description
%
% nets - [
www.eeworm.com/read/396487/8103367
m rfhist.m
function [no,xo] = rfhist(rf,x,rfflag)
% rfhist - histogram for use with rainflow data.
%
% function [no,xo] = rfhist(rf,x,rfflag)
%
% Syntax: rfhist(rf)
% rfhist(rf,30)
% rfhis
www.eeworm.com/read/333277/12692121
mmp helloworld.mmp
// HelloWorld.mmp
//
// ?Symbian Software Ltd 2005. All rights reserved.
//
// For more information see the "MMP file syntax" section in the SDK
// documentation.
// Specify the file generated
www.eeworm.com/read/245180/12812923
m emdc.m
%EMDC computes Empirical Mode Decomposition
%
%
% Syntax
%
%
% [IMF,NB_ITERATIONS]=EMDC(T,X,STOP_PARAMETERS,MAX_IMFS);
%
%
% Description
%
%
% computes EMD according to [1] with stopp
www.eeworm.com/read/244937/12830112
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/244937/12830241
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/244154/12881192
m emdc.m
%EMDC computes Empirical Mode Decomposition
%
%
% Syntax
%
%
% [IMF,NB_ITERATIONS]=EMDC(T,X,STOP_PARAMETERS,MAX_IMFS);
%
%
% Description
%
%
% computes EMD according to [1] with stopp
www.eeworm.com/read/142039/12968485
m set.m
function g = set(gen,varargin)
% SET - This function gives acces to the fields in the gene.
% Any number of valid properties can be set with one function
% call. The syntax for calling the functi
www.eeworm.com/read/242863/12976823
todo
Remove the C like syntax in several methods, and make them more class
oriented.
Make a common allocator unit, that is distinct for each thread. To
ensure that there is no race condition between thr