代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/271686/10983993
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/416415/11030537
m sprobnn.m
function [raw,poutput] = sprobnn(train,clsinfo,pred,smooth)
% SPROBNN simple probabalistic neural network
% Author: Ron Shaffer
% Revisions: Version 1.0 3/21/96 (original code)
%
% Syntax
% [ra
www.eeworm.com/read/407834/6919798
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 Digital D
www.eeworm.com/read/407834/6919805
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 Digital D
www.eeworm.com/read/332978/7141871
java detergent.java
//: reusing/Detergent.java
// Inheritance syntax & properties.
import static net.mindview.util.Print.*;
class Cleanser {
private String s = "Cleanser";
public void append(String a) { s += a
www.eeworm.com/read/333209/7154822
m ut_mweights.m
%UT_MWEIGHTS - Generate matrix form unscented transformation weights
%
% Syntax:
% [WM,W,c] = ut_mweights(n,alpha,beta,kappa)
%
% In:
% n - Dimensionality of random variable
% alpha - Transf
www.eeworm.com/read/461382/7228209
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/461382/7228216
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
www.eeworm.com/read/461382/7228249
m cmlencode.m
function [s, codeword] = CmlEncode( data, sim_param, code_param )
% CmlEncode encodes and modulates a single codeword
%
% The calling syntax is:
% [s, codeword] = CmlEncode( data, sim_param, c
www.eeworm.com/read/461382/7228257
m cmldecode.m
function [detected_data, errors] = CmlDecode( symbol_likelihood, data, sim_param, code_param )
% CmlDecode demaps and decodes a single received codeword
%
% The calling syntax is:
% [detected_