代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/100043/6275056
h asn1.h
#ifndef _SNMP_ASN1_H_
#define _SNMP_ASN1_H_
/*
* Definitions for Abstract Syntax Notation One, ASN.1
* As defined in ISO/IS 8824 and ISO/IS 8825
*
*/
/********************************************
www.eeworm.com/read/484590/6580585
js highlight.js
/*
Syntax highlighting with language autodetection.
http://softwaremaniacs.org/soft/highlight/
*/
var hljs = new function() {
var DEFAULT_LANGUAGES = ['python', 'ruby', 'perl', 'php', 'css', 'x
www.eeworm.com/read/483033/6607850
m poisson_rnd.m
%POISSON_RND Draws random samples from a Poisson distribution.
%
% Syntax:
% X = poisson_rnd(lambda,N)
%
% In:
% lambda - Rate parameter of the distribution
% N - Number of samples (defaul
www.eeworm.com/read/483033/6607867
m gamma_pdf.m
%GAMMA_PDF Probability density function of a Gamma distribution
%
% Syntax:
% p = gamma_pdf(x,alpha,beta,mu)
%
% In:
% x - Locations where to evaluate the PDF
% alpha - Parameter of the di
www.eeworm.com/read/483033/6607869
m gamma_cdf.m
%GAMMA_CDF Cumulative density function of a Gamma distribution
%
% Syntax:
% p = gamma_cdf(x,alpha,beta,mu)
%
% In:
% x - Locations where to evaluate the CDF
% alpha - Parameter of the dis
www.eeworm.com/read/481753/6637920
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/479074/6698977
m plskyplt.m
function plskyplt (eph,azim,elev,cutoff)
%PLELETIM: Create skyplot
%
% The function create a plot showing the elevation and azimuths
% of GPS satellites in time (2D)
%
% Syntax:
% plskyplt (eph,azi
www.eeworm.com/read/479074/6698993
m pldopworld.m
function pldopworld (eph,tsat,xsat,ysat,zsat,PDOP);
%PLWORLD: Plot satellite tracks over the world
%
% The function create a plot showing the tracks of satellites over
% the world.
%
% Syntax:
% pl
www.eeworm.com/read/479074/6699018
m plworld.m
function plworld (eph,tsat,xsat,ysat,zsat);
%PLWORLD: Plot satellite tracks over the world
%
% The function create a plot showing the tracks of satellites over
% the world.
%
% Syntax:
% plworld (e
www.eeworm.com/read/478189/6721786
stx css.stx
#TITLE=CSS
; CSS syntax file written by ES-Computing.
; This file is required for EditPlus to run correctly.
#DELIMITER=:;,.={}()
#QUOTATION1='
#QUOTATION2="
#COMMENTON=/*
#COMMENTOFF=*/
#ES