代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/251851/12315100
m checkax.m
function AXf = checkAX(f)
% Evaluate the `computation tree logic (CTL)` expression "AX f".
%
% Syntax:
% "AXf = checkAX(f)"
%
% Description:
% Given a finite-state transition system and its reve
www.eeworm.com/read/251851/12315106
m~ checkeg.m~
function EGf = checkEG(f)
% Evaluate the `computation tree logic (CTL)` expression "EG f".
%
% Syntax:
% "EGf = checkEG(f)"
%
% Description:
% Given a finite-state transition system and its reve
www.eeworm.com/read/251851/12315113
m checkex.m
function EXf = checkEX(f)
% Evaluate the `computation tree logic (CTL)` expression "EX f".
%
% Syntax:
% "EXf = checkEX(f)"
%
% Description:
% Given a finite-state transition system and its reve
www.eeworm.com/read/251851/12315120
m checkef.m
function EFf = checkEF(f)
% Evaluate the `computation tree logic (CTL)` expression "EF f".
%
% Syntax:
% "EFf = checkEF(f)"
%
% Description:
% Given a finite-state transition system and its reve
www.eeworm.com/read/251851/12315203
m get_auto_state.m
function val = get_auto_state(whichauto,st,param)
% Get a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "val = get_auto_state(whichauto,st,param
www.eeworm.com/read/251851/12315281
m set_auto_state.m
function set_auto_state(whichauto,st,param,val)
% Set a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "set_auto_state(whichauto,st,param,val)"
www.eeworm.com/read/337105/12391027
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/250314/12414755
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/148701/12439674
c stackmn.c
/* stackmn.c - rudimentary syntax checker for
* HTML pages. Demonstrates stack library.
*
* STACK - stack library. Depends on SLLIST.
*
* Copyright (C) 2000 Richard Heathfie
www.eeworm.com/read/232588/14191609
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