代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/222368/14694424
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/220636/14794555
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/220370/14802735
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/220155/14847884
m objgold.m
% OBJGOLD.M (OBJective function for GOLDstein-price function)
%
% This function implements the GOLDSTEIN-PRICE function.
%
% Syntax: ObjVal = objgold(Chrom,switch_)
%
% Input parameters:
% Ch
www.eeworm.com/read/220155/14847917
m crtrp.m
% CRTRP.M (CReaTe an initial (Real-value) Population)
%
% This function creates a population of given size of random real-values.
%
% Syntax: Chrom = crtrp(Nind,FieldDR);
%
% Input param
www.eeworm.com/read/220155/14847924
m xovsp.m
% XOVSP.M (CROSSOVer Single-Point)
%
% This function performs single-point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xov
www.eeworm.com/read/220155/14847931
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix containing th
www.eeworm.com/read/220155/14847932
m crtbp.m
% CRTP.m - Create an initial population
%
% This function creates a binary population of given size and structure.
%
% Syntax: [Chrom Lind BaseV] = crtbp(Nind, Lind, Base)
%
% Input Parameters:
%
% N
www.eeworm.com/read/117861/14901756
pas program4.pas
program PL0(input,output);
(* PL/0 compiler syntax analysis only *)
const norw = 11; (* no. of reserved words *)
txmax = 100; (* length of identifier table *)
nmax = 14;
www.eeworm.com/read/117608/14911632
syn perl5.syn
; TextPad syntax definitions for Perl 5
;
; Based on an original contribution by Andrea Ferguson.
; 28-Jun-03: Helios Software Solutions:
; Added PERL=1, StringAlt and [Keywords 6] sect