代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/348290/11602674

m objfun8.m

% OBJFUN8.M (OBJective function for griewangk's FUNction) % % This function implements the GRIEWANGK function 8. % % Syntax: ObjVal = objfun8(Chrom,switch_) % % Input parameters: % Chrom
www.eeworm.com/read/348290/11602682

m objfun6.m

% OBJFUN6.M (OBJective function for rastrigins FUNction 6) % % This function implements the RASTRIGIN function 6. % % Syntax: ObjVal = objfun6(Chrom,switch_) % % Input parameters: % Chrom
www.eeworm.com/read/347945/11625180

m implies.m

function varargout = implies(varargin) %IMPLIES Logical implication % % IMPLIES(X,Y) creates a mixed integer representation of % the constraint X --> Y, i.e. Y is true if X is true. % % Syntax
www.eeworm.com/read/261494/11641499

txt 回复谁能讲一讲setproperty(name=)的用法或介绍相关资料谢了!!.txt

作者:msdn 日期:00-6-9 上午 11:13:08 Sets a property value or values in a Bean. JSP Syntax
www.eeworm.com/read/259886/11759512

m mywbif.m

function w = mywbif(s,pr) %MYWBIF Example custom weight and bias initialization function. % % Use this function as a template to write your own function. % % Syntax % % W = rands(S,PR)
www.eeworm.com/read/259886/11759522

m mydtf.m

function d = mydtf(n,a) %MYDTF Example custom transfer derivative function of MYTF. % % Use this function as a template to write your own function. % % Syntax % % dA_dN = mydtf(N,A) %
www.eeworm.com/read/156173/11823498

c myproxy_destroy.c

/* * myproxy-destroy * * Client program to delete a credential on a myproxy-server */ #include "myproxy_common.h" /* all needed headers included here */ static char usage[] = \ "\n"\ "Syntax: my
www.eeworm.com/read/258845/11838316

c follow.c

/* the functions in this file take a syntax tree for a regular expression and produce a DFA using the McNaughton-Yamada construction. */ #include #include "re.h" extern char *st
www.eeworm.com/read/258131/11882758

m ldpcencode.m

% LdpcEncode encodes an LDPC codeword. Code must be an "eIRA-LDPC" type code, such as the one % in the DVB-S2 standard, or WiMax standard. % % The calling syntax is: % codeword = LdpcEncode( d
www.eeworm.com/read/258131/11882777

m demodfsk.m

% DemodFSK transforms M-dimensional FSK symbols into ML symbol log-likelihoods % % The calling syntax is: % [output] = FskDemod( input, EsNo, [csi_flag], [fade_coef] ) % % output = M by