代码搜索:PL 有哪些应用?

找到约 10,000 项符合「PL 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/183613/9149535

h pl0.h

/*PL/0 编译系统C版本头文件 pl0.h*/ # define norw 13 /*关键字个数*/ # define txmax 100 /*名字表容量*/ # define nmax 14 /*number的最大位数*/ # define
www.eeworm.com/read/183613/9149545

cpp pl0.cpp

//A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora
www.eeworm.com/read/380431/9149924

xml pdfxvw_pl.xml

www.eeworm.com/read/281357/9160460

pl snort_stat.pl

#!/usr/bin/perl # # $Id: snort_stat.pl,v 1.3 2000/11/17 05:28:20 jpickel Exp $ # $Revision: 1.3 $ # # snort_stat.pl is a perl script trying to generate statistical data from every # day snort log fil
www.eeworm.com/read/281357/9160469

pl snort-sort.pl

#!/usr/bin/perl # # Filename: snort-sort # Author: Andrew R. Baker # Modified: 2000.03.06 # Purpose: this script produces a sorted list of snort alerts #
www.eeworm.com/read/183326/9168874

pl convert_configure.pl

extproc perl -S -w # The converted script is written to stdout, so run this script as # convert_configure configure > configure.cmd # # When the converted script runs, it expects that /tmp dir is
www.eeworm.com/read/379766/9178394

jpg pl_bg.jpg

www.eeworm.com/read/182888/9187095

pl nkf_test.pl

#!/usr/local/bin/perl # # nkf test program for nkf 1.7 # Shinji KONO # Sun Aug 18 12:25:40 JST 1996 # Sun Nov 8 00:16:06 JST 1998 # # This is useful when you add new patch
www.eeworm.com/read/182833/9188766

pl avg-stats.pl

#!/usr/bin/perl -w use strict; my $argsfile; if ($ARGV[0] eq "--args") { shift(@ARGV); $argsfile = shift(@ARGV); } my $log = shift; if (!defined($log)) { die "hi stupid, did you tell me where y
www.eeworm.com/read/182833/9188771

pl make-graph.pl

#!/usr/bin/perl -w use strict; use Getopt::Long; my $xstat = "BW_TOTALS:overall_bw"; my @ystat = ("OVERALL_LOOKUPS:lookup_mean"); my $xlabel; my @ylabel; my $hulllabel = "BW_TOTALS:live_bw"; my $par