代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/382634/9012695
gif pl.gif
www.eeworm.com/read/382516/9023301
pl resolver.pl
#!/usr/bin/perl
# IP address resolver for Boa
# If you want an "in place" change to the log file,
# change the first line to
#!/usr/local/bin/perl -i.bak
# Otherwise, send the output of this program
www.eeworm.com/read/382516/9023390
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/382388/9032440
pl genviterbi.pl
# Perl script to generate C code for an encoder and
# a Viterbi decoder for any specified rate 1/N, constraint length k
www.eeworm.com/read/283196/9036508
pl revisit.pl
#! /usr/bin/perl -w
# Perl translation of chapter 2's shell CD database
# Copyright (C) 1999 Wrox Press.
# This program is free software; you can redistribute it and/or modify
# it under the terms o
www.eeworm.com/read/165592/9052817
pl proxysvr.pl
#!/usr/bin/perl
# Version 1.02 1999-08-27
# Author Cay Horstmann
($url) = @ARGV;
$url =~ tr/+/ /;
$url =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
$pos = index($url, "URL=http
www.eeworm.com/read/185086/9057581
pl stats.pl
#!/usr/bin/perl
#
# simple perl script to print some stats based on bottleneck router
#
#######################################
# system defaults
$l1 = "1";
$l2 = "2";
$flow_type = "tcp";
$max_bwid
www.eeworm.com/read/282441/9093326
pl config.pl
#!/usr/bin/perl
# a script for use by autoconf to make the Makefiles
# from the Makefile.in's
#
# the original autoconf mechanism first splits all substitutions into groups
# of ca. 90, and than invok
www.eeworm.com/read/184426/9100933
pl vcftogcontact.pl
#!/usr/bin/perl -w
# an script to import a vcf export from Palm Desktop to GContact
use DBI;
# Undo is a text file which should allow you to back-step all your actions if something went wrong w
www.eeworm.com/read/184366/9107691
pl fixtex.pl
#!/usr/bin/perl -w
$f = 1;
while () {
print;
if ($f && /^\\documentclass/) {
print '\ifx\pdfoutput\undefined\else\usepackage{times}[12pt]\fi';
print "\n";
$f = 0;
}
}