代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/389674/8508888
pl parsecrash.pl
#!perl -w
# (C) 2003-2007 Willem Jan Hengeveld
# Web: http://www.xs4all.nl/~itsme/
# http://wiki.xda-developers.com/
#
# $Id: parsecrash.pl 1762 2008-04-10 11:57:55Z itsme $
#
u
www.eeworm.com/read/389674/8508892
pl srec.pl
#!/usr/bin/perl -w
# (C) 2003-2007 Willem Jan Hengeveld
# Web: http://www.xs4all.nl/~itsme/
# http://wiki.xda-developers.com/
#
# $Id: srec.pl 1502 2007-04-15 07:54:20Z itsme $
www.eeworm.com/read/389674/8508894
pl rdmsflsh.pl
#!perl -w
# (C) 2003-2007 Willem Jan Hengeveld
# Web: http://www.xs4all.nl/~itsme/
# http://wiki.xda-developers.com/
#
# $Id: rdmsflsh.pl 1638 2007-11-01 12:31:13Z itsme $
#
# t
www.eeworm.com/read/389674/8508901
pl dumpxip.pl
#!perl -w
# (C) 2003-2007 Willem Jan Hengeveld
# Web: http://www.xs4all.nl/~itsme/
# http://wiki.xda-developers.com/
#
# $Id: dumpxip.pl 1766 2008-04-10 11:57:58Z itsme $
#
# G
www.eeworm.com/read/188790/8515061
pl sections.pl
# LaTeX2HTML 96.1 (Feb 5, 1996)
# Associate sections original text with physical files.
$key = q/section_info/;
${$key} = '' unless (${$key});
$done{""} = 1;
$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/188790/8515075
pl labels.pl
# LaTeX2HTML 96.1 (Feb 5, 1996)
# Associate labels original text with physical files.
$key = q/external_labels/;
${$key} = '';
1;
www.eeworm.com/read/188790/8515078
pl index.pl
# LaTeX2HTML 96.1 (Feb 5, 1996)
# Associate index original text with physical files.
$key = q/index/;
${$key} = '';
1;
www.eeworm.com/read/188790/8515105
pl images.pl
# LaTeX2HTML 96.1 (Feb 5, 1996)
# Associate images original text with physical files.
$key = q/cached_env_img/;
${$key} = '';
1;
www.eeworm.com/read/188790/8515132
pl contents.pl
# LaTeX2HTML 96.1 (Feb 5, 1996)
# Associate contents original text with physical files.
$key = q/toc_section_info/;
${$key} = '' unless (${$key});
$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
www.eeworm.com/read/188349/8547125
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{