代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/382961/8984183
m pde.m
% Syntax
%
% All values are in logarithms
%
% The INPUTS are:
%
% Y - a (T*n)x1 vector of dependent variable
% X - a (T*n)xp matrix of independent variables
% n - number of cross sections
www.eeworm.com/read/381005/9116504
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/282090/9120869
h parse.h
// parse.h -- text file parsing routines
#define MAXTOKEN 1024
extern char token[MAXTOKEN];
extern int scriptline;
// NOTE: added WINAPI call syntax to export these for plugins in _QERScrip
www.eeworm.com/read/282090/9120879
ini radkeys.ini
; command mapping for QERadiant
;
; syntax is as follows
; Command name = keystroke
;
; use +alt, shift or ctrl to modify the keys (you can combine them)
; i.e.
; EntityColor = k+ctrl
;
; the
www.eeworm.com/read/281650/9143919
in config.in
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
mainmenu_name "Linux Kernel Configuration"
mainmenu_option next_comment
comment 'Syst
www.eeworm.com/read/380178/9158590
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/377993/9254896
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/377561/9271145
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/377561/9271149
pas program5.pas
program PL0(input,output);
(* PL/0 compiler with syntax error recovery *)
const norw = 11; (* no. of reserved words *)
txmax = 100; (* length of identifier table *)
nmax = 14;
www.eeworm.com/read/375075/9373463
m isamusmall.m
function tf = isAmuSmall(f,varargin)
% SYNTAX: tf = isAmuSmall(f,mu,[B])
% This function returns 1 or 0 (true or false) depending on whether the Boolean function
% specified by the truth table f