代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/255925/12046112
m knearest.m
function lock=Knearest(y,Y,K,p)
%Syntax: lock=Knearest(y,Y,K,p)
%______________________________
%
% Locks the K nearest neighbors of a reference point that lie in a
% phase-space.
%
% lock retu
www.eeworm.com/read/255925/12046118
m ssa.m
function [pc,s,v]=SSA(x,dim,tau)
%Syntax: [pc,s,v]=SSA(x,dim,tau)
%_______________________________
%
% Singular Spectrum Analysis for a time series.
%
% pc is the matrix with the principal compo
www.eeworm.com/read/255925/12046127
m gencorint.m
function [logCr,logr]=gencorint(x,dim,tau,logr,p,w,svd,q)
%Syntax: [logCr,logr]=gencorint(x,dim,tau,logr,p,w,svd,q)
%________________________________________________________
%
% Calculates the gen
www.eeworm.com/read/152786/12083194
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/150547/12286487
djo makefile.djo
# host: dos
# target: dos 16bit and 32bit
# Makefile for the Netwide Assembler
#
# This is a modification (by John Fine) of makefile.dj
#
# It uses the syntax of "Opus Make", which is the make p
www.eeworm.com/read/252197/12293222
c trigwksp.c
/* $Revision: 1.21 $ */
/*
* TRIGWKSP A Simulink triggered read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini)
* This function is for t
www.eeworm.com/read/252119/12301045
shl tde.shl
; tde.shl -- stores descriptions of languages for syntax highlighting.
; Modified from elvis.syn by Steve Kirkendall and its contributors.
; Note: it requires four quotes ("""") for one individual q
www.eeworm.com/read/252119/12301393
shl tdedist.shl
; tde.shl -- stores descriptions of languages for syntax highlighting.
; Modified from elvis.syn by Steve Kirkendall and its contributors.
; Note: it requires four quotes ("""") for one individual q
www.eeworm.com/read/150226/12303986
m dist.m
function z = dist(w,p)
%DIST Euclidean distance weight function.
%
% Syntax
%
% Z = dist(W,P)
% df = dist('deriv')
% D = dist(pos)
%
% Description
%
% DIST is the Euclidean distance
www.eeworm.com/read/251851/12314860
m install.m
function install(root)
% Install CheckMate by adding CheckMate's m-files to MATLAB's path.
%
% Syntax:
% "install(root)"
%
% Description:
% CheckMate can be installed by calling "install(root)" w