代码搜索:manuel pdf
找到约 10,000 项符合「manuel pdf」的源代码
代码结果 10,000
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,'
www.eeworm.com/read/110029/15543519
02_truetype_fonts-pl
#!/usr/bin/perl -w
use PDF::API2;
$pdf=PDF::API2->new;
$f1=$pdf->corefont('Helvetica',1);
foreach $fn (glob("*.ttf")) {
$font=$pdf->ttfont($fn);
foreach $fe (qw(
adobe-standard cp437 cp850 l
www.eeworm.com/read/110029/15543536
08_pdfimage-pl
#!/usr/bin/perl
use PDF::API2;
$pdf2=PDF::API2->open($ARGV[0]||'06_images-pl.pdf');
$pdf=PDF::API2->new;
$pdf->importpage($pdf2,1);
$img=$pdf->pdfimage($ARGV[0]||'06_images-pl.pdf',1);
$page = $
www.eeworm.com/read/110029/15543539
pl makefile.pl
#!perl
BEGIN {
use ExtUtils::MakeMaker;
use File::Find;
use File::stat;
%opts=@ARGV;
find( sub {
my $file=$_;
return if($file!~/\.pm$/);
my $st=stat($file);
my ($ss,$mm,$hh,$dd,$mn,$yy
www.eeworm.com/read/110029/15543540
txt readme.txt
PDF::API2
There seem to be a growing plethora of Perl modules for creating and
manipulating PDF files.
This module is 'The Next Generation' of Text::PDF::API which initi