代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/383755/8921383
pl converttolatex.pl
# perl script to convert genExpDocs readme files to a reasonable latex format
# they will probably still need cleaning up afterwards...
use strict;
$#ARGV==1 or die " \n\nperl convertToLatex.pl D:\\p
www.eeworm.com/read/284411/8934472
pl makedep.pl
#! /home/potatooo/xcc/bin/perl
#
# makedep.pl
#
for ($argvcnt=0; $argvcnt
www.eeworm.com/read/284411/8934488
pl dumpx.pl
while ()
{
if (s/^ [0-9a-fA-F]+\s+(.{35}).*/\1/ )
{
print $_;
}
# && s/ /\n/g && s/(..)(..)(..)(..)\s*/\1\n\2\n\3\n\4\n/g)
}
www.eeworm.com/read/284411/8934491
pl wecho.pl
#! /home/potatooo/xcc/bin/perl
#
# FILE
# wecho.pl
#
# DESCRIPTION
# humm... avoid DOS-WIN32 builtin ECHO bug
#
for ($argvcnt=0; $argvcnt
www.eeworm.com/read/427128/8974451
pl testscript.pl
#!/usr/bin/perl
# $Id$
# Ryan Mire ARL SGL
# June 2005
# last saved: July 25 1:50pm
#
#
# Test Script created for the purpose of automating the testing of the GPStk Toolk
www.eeworm.com/read/427128/8974497
pl genfilespectestdirs.pl
#!/usr/bin/perl -w
#
# "$Id$"
#
# This script generates a set of dummy files and directories for
# running FileSpecTest. They are in the form of
# fstest/ADMS###/RINEXOBS/S##1###A.##O
www.eeworm.com/read/427128/8974647
pl delfilespectestdirs.pl
#!/usr/bin/perl -w
# $Id$
#
#
# This script eliminates the set of dummy files and directories created
# by genFileSpecTestDirs. The dummy files/directories are used while
# running FileSpecTest but ar
www.eeworm.com/read/427128/8974725
pl filespectest.pl
#!/usr/bin/perl
# $Id$
#
#
#
#
#
#
#
#
$exedir=$ARGV[0];
system "$exedir/genFileSpecTestDirs";
system "$exedir/FileSpecTest";
system "$exedir/delFileSpecTestDirs";
www.eeworm.com/read/426655/9007239
java pl.java
public class PL
{
public static void main(String[] args)
{
new form();
}
}
www.eeworm.com/read/426582/9012304
pl counter.pl
$Root = "D:\\Inetpub\\wwwroot\\cgicoun";
$file = "$Root/counter.txt";
$gif{'0'}="$Root/0.gif";
$gif{'1'}="$Root/1.gif";
$gif{'2'}="$Root/2.gif";
$gif{'3'}="$Root/3.gif";
$gif{'4'}="$Root/4.g