代码搜索:manuel pdf
找到约 10,000 项符合「manuel pdf」的源代码
代码结果 10,000
www.eeworm.com/read/376212/9325115
m pdf2tick.m
function tick = pdf2tick(x, pdf, cdf)
% pdf2tick -- Convert probability density function to ticks.
% pdf2tick(x, pdf, tics) returns ticks along [0..1] that
% conform to the given pdf(x). The numb
www.eeworm.com/read/177408/9456447
h pdf417lib.h
/******************************************************************************
* 文件名:pdf417lib.h
* 功能 :条形码库的头文件
* modified by PRTsinghua@hotmail.com
******************************************
www.eeworm.com/read/175157/9557250
h pdf417lib.h
/******************************************************************************
* 文件名:pdf417lib.h
* 功能 :条形码库的头文件
* modified by PRTsinghua@hotmail.com
******************************************
www.eeworm.com/read/170337/9809392
h pdf417lib.h
/******************************************************************************
* 文件名:pdf417lib.h
* 功能 :条形码库的头文件
* modified by PRTsinghua@hotmail.com
******************************************
www.eeworm.com/read/365319/9869853
m pdf_phase.m
function pdf = pdf_phase(phase,coherence,L,phase_0)
%PDF_PHASE -- Probability density function for single look phase data.
%
% Probability density function (pdf) for the phase is expressed
%
www.eeworm.com/read/420098/10817133
m pdf_phase.m
function pdf = pdf_phase(phase,coherence,L,phase_0)
%PDF_PHASE -- Probability density function for single look phase data.
%
% Probability density function (pdf) for the phase is expressed
%
www.eeworm.com/read/449504/7501972
m gamm_pdf.m
function f = gamm_pdf (x, a)
% PURPOSE: returns the pdf at x of the gamma(a) distribution
%---------------------------------------------------
% USAGE: pdf = gamm_pdf(x,a)
% where: x = a vector
www.eeworm.com/read/449504/7501990
m norm_pdf.m
function pdf = norm_pdf (x, m, v)
% PURPOSE: computes the normal probability density function
% for each component of x with mean m, variance v
%------------------------------------------
www.eeworm.com/read/449504/7502003
m pois_pdf.m
function pdf = pois_pdf(x,l)
% PURPOSE: computes the probability density function at x
% of the Poisson distribution with parameter lambda
%---------------------------------------------------
% US
www.eeworm.com/read/449504/7502030
m logn_pdf.m
function pdf = logn_pdf (x, a, v)
% PURPOSE: pdf of the lognormal distribution
%--------------------------------------------------------------
% USAGE: pdf = logn_pdf(x,a,v)
% where: x = x = mat