代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/478189/6721793

stx xml.stx

#TITLE=XML ; XML syntax file written by ES-Computing. ; This file is required for EditPlus to run correctly. #DELIMITER=/="'%,.(){}[]+*~&|; #CASE=y #SPECIAL_STX=html #KEYWORD=Tags !DOCTYP
www.eeworm.com/read/476907/6754112

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/476907/6754151

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/410537/11278866

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/409477/11321573

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/409477/11321580

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/409477/11321639

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
www.eeworm.com/read/263889/11337697

m ssainv.m

function xr=SSAinv(pc,v,tau,k) %Syntax: xr=SSAinv(pc,v,tau,k) %_____________________________ % % The inverse of Singular Spectrum Analysis for a time series. % % xr is the reconstructed time ser
www.eeworm.com/read/263889/11337722

m radnearest.m

function lock=radnearest(y,Y,T,r,p) %Syntax: lock=radnearest(y,Y,T,r,p) %__________________________________ % % Locks the nearest neighbors of a reference point that lie within a % radius in a ph
www.eeworm.com/read/402785/11527330

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