代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/183880/6953107
pl pcap-getiv.pl
#!/usr/bin/perl
#
# pcap-getIV.pl
# Anton T. Rager 10/05/2004
#
# script to open pcapfile/device and watch for weak IVs.
# Creates file "IVFile.log" with captured/processed IVs
# that match weak c
www.eeworm.com/read/197682/6954015
pl get_src.pl
#!/usr/bin/perl
while ($input=) {
if ($input=~/^$ARGV[0]/) {
print $input;
}
}
www.eeworm.com/read/431825/6957785
pl cb_generator.pl
# | file: cb_generator.pl
# |
# | This SOPC Builder Generator program is provided by
# | the Component Builder application. It is copied
# | straight across and is data-driven from its command
# | lin
www.eeworm.com/read/295750/6964853
pl show-symbols.pl
#!/usr/bin/perl
#
# (c) John Berthels 2005 . See COPYING for license.
#
use warnings;
use strict;
use Elf;
my $file = shift;
die("No file specified") unless $file;
my $e = Elf->
www.eeworm.com/read/295750/6964856
pl test-exmap.pl
#!/usr/bin/perl
#
# (c) John Berthels 2005 . See COPYING for license.
#
use strict;
use warnings;
use Test::More tests => 159;
use constant PAGE_SIZE => 4096;
use_ok('Exmap');
www.eeworm.com/read/295750/6964857
pl show-sections.pl
#!/usr/bin/perl
#
# (c) John Berthels 2005 . See COPYING for license.
#
use warnings;
use strict;
use Elf;
my $file = shift;
die("No file specified") unless $file;
my $e = Elf->
www.eeworm.com/read/295750/6964859
pl test-range.pl
#!/usr/bin/perl
#
# (c) John Berthels 2005 . See COPYING for license.
#
use strict;
use warnings;
use Test::More tests => 115;
BEGIN { use_ok qw(Range); }
my $r = Range->new(0,
www.eeworm.com/read/295750/6964860
pl test-elf.pl
#!/usr/bin/perl
#
# (c) John Berthels 2005 . See COPYING for license.
#
use strict;
use warnings;
use Test::More tests => 71;
use_ok('Elf');
my %TESTDAT = (
`which ls` =
www.eeworm.com/read/465112/6966541
pl bf586.pl
#!/usr/local/bin/perl
$prog="bf586.pl";
# base code is in microsft
# op dest, source
# format.
#
if ( ($ARGV[0] eq "elf"))
{ require "x86unix.pl"; }
elsif ( ($ARGV[0] eq "a.
www.eeworm.com/read/425972/6969116
pas mo_pl.pas
{ MPUI, an MPlayer frontend for Windows
Copyright (C) 2005 Martin J. Fiedler
Copyright (C) 2005 Pawel Wieczorek
This program is free s