代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/483891/6597188
c xerbla.c
#include "stdio.h"
int xerbla_(char *srname, long *info)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
Courant Ins
www.eeworm.com/read/483301/6603442
v tb_test_gen.v
//*****************************************************************************
// DISCLAIMER OF LIABILITY
//
// This text/file contains proprietary, confidential
// information of Xilinx, Inc., is d
www.eeworm.com/read/483301/6603481
v tb_test_gen.v
//*****************************************************************************
// DISCLAIMER OF LIABILITY
//
// This text/file contains proprietary, confidential
// information of Xilinx, Inc., is d
www.eeworm.com/read/483033/6607848
m kf_nmcda_predict_dp2.m
%KF_NMCDA_PREDICT_DP2 KF/NMCDA Prediction step
%
% Syntax:
% [S,EV_STRS] = kf_nmcda_predict_dp(S,A,Q,B,u,t,alpha,beta)
%
% In:
% S - Struct array 1xNP of particles
% A - Transition matrix of di
www.eeworm.com/read/483033/6607860
m kf_nmcda_predict_dp.m
%KF_NMCDA_PREDICT_DP KF/NMCDA Prediction step
%
% Syntax:
% [S,EV_STRS] = kf_nmcda_predict_dp(S,A,Q,B,u,t,alpha,beta)
%
% In:
% S - Struct array 1xNP of particles
% A - Transition matrix of dis
www.eeworm.com/read/483033/6607867
m gamma_pdf.m
%GAMMA_PDF Probability density function of a Gamma distribution
%
% Syntax:
% p = gamma_pdf(x,alpha,beta,mu)
%
% In:
% x - Locations where to evaluate the PDF
% alpha - Parameter of the di
www.eeworm.com/read/483033/6607869
m gamma_cdf.m
%GAMMA_CDF Cumulative density function of a Gamma distribution
%
% Syntax:
% p = gamma_cdf(x,alpha,beta,mu)
%
% In:
% x - Locations where to evaluate the CDF
% alpha - Parameter of the dis
www.eeworm.com/read/481567/6643617
h vdbe.h
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/481257/6646687
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/479375/6692807
pl kerneldoc2doxygen.pl
#!/usr/bin/perl -w
#
##########################################################################
# Convert kernel-doc style comments to Doxygen comments.
###############################################