代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/462325/1546591
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/462325/1546616
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/460691/1558349
pod perlsyn.pod
=head1 NAME
perlsyn - Perl syntax
=head1 DESCRIPTION
A Perl script consists of a sequence of declarations and statements.
The only things that need to be declared in Perl are report formats
www.eeworm.com/read/459219/1571457
c asn1_dec.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) decoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon D
www.eeworm.com/read/459219/1571460
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon D
www.eeworm.com/read/459034/1575097
m double.m
function x=double(y)
x=_double(y);
endfunction
/*
@GROUP
char
@SYNTAX
double(char)
@DOC
external function for changing strings into numbers
@NOTES
@EXAMPLES
@SEE
blanks, deblank, ch
www.eeworm.com/read/459034/1575122
int mid.int
@GROUP
char
@SYNTAX
mid(string, leftm right)
@DOC
returns the part of string between left and right.
@EXAMPLES
mid("Hello world", 3, 6) = "llo"
@SEE
left, right
www.eeworm.com/read/459034/1575629
m double.m
function x=double(y)
x=_double(y);
endfunction
/*
@GROUP
char
@SYNTAX
double(char)
@DOC
external function for changing strings into numbers
@NOTES
@EXAMPLES
@SEE
blanks, deblank, ch
www.eeworm.com/read/459034/1575650
int mid.int
@GROUP
char
@SYNTAX
mid(string, leftm right)
@DOC
returns the part of string between left and right.
@EXAMPLES
mid("Hello world", 3, 6) = "llo"
@SEE
left, right