代码搜索:ACTEL A3P060 PDF
找到约 10,000 项符合「ACTEL A3P060 PDF」的源代码
代码结果 10,000
www.eeworm.com/read/124109/6056066
makefile
# Very simple Makefile for converting the design doc into something useful.
TEX = latex
S = combined_i186_z80_design.tex
PDF = $(S:.tex=.pdf)
PS = $(S:.tex=.ps)
all: $(PS) $(PDF)
%.ps: %.dvi
dvips
www.eeworm.com/read/492129/6424313
ion descript.ion
aoaTOC1.pdf Short Table of Contents [http://webster.cs.ucr.edu/Page_asm/ArtofAssembly/pdf/aoaTOC1.pdf]
FORWARD.PDF Forward [http://webster.cs.ucr.edu/Page_asm/ArtofAssembly/pdf/FORWARD.PDF]
aoaTOC2.
www.eeworm.com/read/157396/11712197
makefile
all: htkbook.ps html htkbook.pdf
maintex = htkbook.tex HTK.tex errors.tex hlmtutorial.tex labels.tex \
speechio.tex adapt.tex exampsys.tex models.tex \
train.tex c
www.eeworm.com/read/157396/11712199
4 .#makefile.1.4
all: htkbook.ps html htkbook.pdf
maintex = htkbook.tex HTK.tex errors.tex hlmtutorial.tex labels.tex \
speechio.tex adapt.tex exampsys.tex models.tex \
train.tex c
www.eeworm.com/read/157396/11712881
in makefile.in
all: htkbook.ps html htkbook.pdf
maintex = htkbook.tex HTK.tex errors.tex hlmtutorial.tex labels.tex \
speechio.tex adapt.tex exampsys.tex models.tex \
train.tex c
www.eeworm.com/read/153044/12064469
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/124825/14535845
makefile
all: htkbook.ps html htkbook.pdf
maintex = htkbook.tex HTK.tex errors.tex hlmtutorial.tex labels.tex \
speechio.tex adapt.tex exampsys.tex models.tex \
train.tex c
www.eeworm.com/read/205672/15310123
h pdf417lib.h
/******************************************************************************
* 文件名:pdf417lib.h
* 功能 :条形码库的头文件
* modified by PRTsinghua@hotmail.com
******************************************
www.eeworm.com/read/293761/8275679
m plotpdf.m
%%%%%%%%%%%%% Plot Pdf %%%%%%%%%%%%%%%
function Plot_Pdf=PlotPdf(xaxis,Pdf) %%%%
x_axis=xaxis;
PDF=Pdf;
P1=plot(x_axis,PDF);
Title=title('Probability Density Function');
set(Title,'