代码搜索:ACTEL A3P060 PDF
找到约 10,000 项符合「ACTEL A3P060 PDF」的源代码
代码结果 10,000
www.eeworm.com/read/407295/11422560
m gauss_pdf.m
%GAUSS_PDF Multivariate Gaussian PDF
%
% Syntax:
% [P,E] = GAUSS_PDF(X,M,S)
%
% In:
% X - Dx1 value or N values as DxN matrix
% M - Dx1 mean of distibution or N values as DxN matrix.
%
www.eeworm.com/read/251528/12339630
m gauss_pdf.m
%GAUSS_PDF Multivariate Gaussian PDF
%
% Syntax:
% [P,E] = GAUSS_PDF(X,M,S)
%
% In:
% X - Dx1 value or N values as DxN matrix
% M - Dx1 mean of distibution or N values as DxN matrix.
%
www.eeworm.com/read/369082/9663828
txt freebsd handbook_pdf版说明.txt
PDF带书签(索引)版FreeBSD 使用手册
ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/下载的pdf版FreeBSD 使用手册
适用于安装 FreeBSD 6.3-RELEASE 和 FreeBSD 7.0-RELEASE 以及它们的日常使用。
原文件没有书签阅读很是不便,所以添加了书签索引。
www.eeworm.com/read/201104/15416105
m ricepdf.m
sigma=1;
p=10;
t=1:0.02:4;
for k=1:1:151
b(k)=besselj(0,t(k)*p/sigma^2);
pdf1(k)=(t(k)/sigma^2)*exp(-((t(k)^2+p^2)/2*sigma^2))*b(k);
end
plot(t,pdf1);
www.eeworm.com/read/102036/6234619
py quickreference.py
#!/usr/bin/python
# $Id: quickreference.py,v 1.9.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib/PDI client: mini imposition demo
#
from sys import *
from pdflib_py import *
maxrow = 2
maxcol
www.eeworm.com/read/102036/6234641
pl businesscard.pl
#!/usr/bin/perl
# $Id: businesscard.pl,v 1.10.2.4 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: block processing example in C
#
use pdflib_pl 5.0;
$infile = "boilerplate.pdf";
# This is w
www.eeworm.com/read/102036/6234645
pl quickreference.pl
#!/usr/bin/perl
# $Id: quickreference.pl,v 1.14.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib/PDI client: mini imposition demo
#
use pdflib_pl 5.0;
$infile = "reference.pdf";
# This is where
www.eeworm.com/read/102036/6234648
pl image.pl
#!/usr/bin/perl
# $Id: image.pl,v 1.13.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: image example in Perl
#
use pdflib_pl 5.0;
# This is where font/image/PDF input files live. Adjust
www.eeworm.com/read/391534/8398860