代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/125257/14503398

dtd gsxml.dtd

www.eeworm.com/read/224153/14604517

h cgen.h

#ifndef _CGEN_H_ #define _CGEN_H_ /* Procedure codeGen generates code to a code * file by traversal of the syntax tree. The * second parameter (codefile) is the file name * of the code fil
www.eeworm.com/read/223685/14619269

txt pthread_mutex_getprioceiling.txt

pthread_mutex_getprioceiling Subroutine Purpose Returns the current value of the prioceiling attribute of a mutex. Library Threads Library (libpthreads.a) Syntax #include int pthr
www.eeworm.com/read/223685/14619328

txt pthread_attr_setdetachstate.txt

pthread_attr_setdetachstate Subroutine Purpose Sets the value of the detachstate attribute of a thread attributes object. Library Threads Library (libpthreads.a) Syntax #include i
www.eeworm.com/read/223685/14619372

txt pthread_mutex_setprioceiling.txt

pthread_mutex_setprioceiling Subroutine Purpose Dynamically sets the value of the prioceiling attribute of a mutex. Library Threads Library (libpthreads.a) Syntax #include int pth
www.eeworm.com/read/223685/14619374

txt pthread_mutexattr_setprotocol.txt

pthread_mutexattr_setprotocol Subroutine Purpose Sets the value of the protocol attribute of a mutex attributes object. Library Threads Library (libpthreads.a) Syntax #include int
www.eeworm.com/read/223685/14619386

txt pthread_condattr_init.txt

pthread_condattr_init Subroutine Purpose Creates a condition attributes object and initializes it with default values. Library Threads Library (libpthreads.a) Syntax #include int
www.eeworm.com/read/223481/14639223

m calculateminsnrvsb.m

function [sim_param, sim_state] = CalculateMinSNRvsB( sim_param, sim_state ) % CalculateMinSNRvsB determines the minimum SNR as a function of BW % constraint B. % % The calling syntax is: %
www.eeworm.com/read/223481/14639302

c ldpcencode.c

/* File: LdpcEncode.c Description: Encodes a single LDPC codeword. Code must be an "eIRA-LDPC" type code, such as the one in the DVB-S2 standard The calling syntax is:
www.eeworm.com/read/223481/14639304

c convencode.c

/* file: ConvEncode.c Description: Convolutionally encode with either NSC or RSC code. The calling syntax is: [output] = ConvEncode(input, g_encoder, [code_type] ) output = code