代码搜索:manuel pdf
找到约 10,000 项符合「manuel pdf」的源代码
代码结果 10,000
www.eeworm.com/read/186716/8914610
m lapl_pdf.m
function [y,x] = lapl_pdf(sigma2,nx)
% LAPL_PDF .... Evaluates and plots the probability density function of a
% Laplacian random variable.
%
% LAPL_PDF(MU) plots the pdf of the Laplacian rando
www.eeworm.com/read/377483/9274802
txt 补充说明.txt
运行“PDG转<mark>PDF</mark>“卡死现象。
使用“PDG转<mark>PDF</mark>“朋友注意
死机原因为:
软件默认转化后文件保存位置为 G:\,若硬盘无G分区或G分区为光驱,运行软件会造成死机。
文件保存位置可在配置文件pdg2bmp&jpg&tif&<mark>pdf</mark>&txt.ini中修改。
[注:本站已将]配置文件pdg2bmp&jpg&tif&<mark>pdf</mark>&txt.ini中G:\改为C:\]
...
www.eeworm.com/read/463278/7184450
txt readme.txt
联系QQ:114092087
email:zxacctv@qq.com
这些笔记是我个人在达内学习过程中写的,也有部分抄的
水平和时间有限,如有错漏,请尽快告知,不胜感激。有批评和建议,更是感激不尽
希望对大家的学习和工作有所帮助,更希望能抛砖引玉
笔记有txt版本 和 <mark>pdf</mark>版本,其中的<mark>pdf</mark>版本是由txt生成的,所以<mark>PDF</mark>更新比较慢,部分感觉写得不好的也没有生成 ...
www.eeworm.com/read/457221/7331632
html index.html
ENEE XXXX - ENEE 420 Communication Systems
ENEE 420 Communication Systems
www.eeworm.com/read/449504/7502004
m tdis_pdf.m
function pdf = tdis_pdf(x, n)
% PURPOSE: returns the pdf at x of the t(n) distribution
%---------------------------------------------------
% USAGE: pdf = tdis_pdf(x,n)
% where: x = a matrix, vect
www.eeworm.com/read/449504/7502025
m bino_pdf.m
function pdf = bino_pdf(k,n,p)
% PURPOSE: pdf at x of the binomial(n,p) distribution
%---------------------------------------------------
% USAGE: pdf = bino_pdf(x,n,p)
% where: p = the probabili
www.eeworm.com/read/449504/7502034
m beta_pdf.m
function pdf = beta_pdf(x, a, b)
% PURPOSE: pdf of the beta(a,b) distribution
%--------------------------------------------------------------
% USAGE: pdf = beta_pdf(x,a,b)
% where: x = vector o
www.eeworm.com/read/438832/7725512
images make.images
GIF := $(wildcard *.gif)
EPS := $(GIF:.gif=.eps)
PDF := $(GIF:.gif=.pdf)
%.eps: %.gif
convert $< $@
%.pdf: %.eps
epstopdf --outfile=$@ $<
www.eeworm.com/read/152755/12087425
m exp_pdf.m
function [y,x] = exp_pdf(mu,nx)
% EXP_PDF ..... Evaluates and plots the probability density function of an
% Exponential random variable.
%
% EXP_PDF(MU) plots the pdf of the Exponential ra