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

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

代码结果 10,000
www.eeworm.com/read/288523/8627214

pl antiset.pl

%antiset(+LISTA,+LISTB,-LISTC) %method1 %legal([],A). %legal([H|A],B):-member(H,B),legal(A,B). %anti(A,[],[]). %anti(A,[H|T],[H|B]):-not(member(H,A)),anti(A,T,B). %anti(A,[H|T],B):-member(H,A)
www.eeworm.com/read/432021/8639151

pl mast.pl

#!@WHICHPERL@ ## ## $Id: mast.pl 1339 2006-09-21 19:46:28Z tbailey $ ## ## $Log$ ## Revision 1.8 2006/03/07 23:30:19 nadya ## merge branches v3_5_1 and v3_5_2 back to the trunk ## ## Revision 1.7.6.
www.eeworm.com/read/432021/8639162

pl meme.pl

#!@WHICHPERL@ ## ## $Id: meme.pl 1339 2006-09-21 19:46:28Z tbailey $ ## ## $Log$ ## Revision 1.12 2006/03/07 23:30:19 nadya ## merge branches v3_5_1 and v3_5_2 back to the trunk ## ## Revision 1.11.
www.eeworm.com/read/288350/8642500

pl autogdb.pl

# # autogdb.pl # # Author : Lionetti Salvatore # License: GPL # # Let to debug usu module simply typing 'make autogdb' #!/usr/bin/perl -W # Return .text .data .bss for a
www.eeworm.com/read/387531/8667904

pl creategettype.pl

#!/usr/bin/perl -w # FriBidi - Library of BiDi algorithm # Copyright (C) 1999 Dov Grobgeld # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lib
www.eeworm.com/read/286835/8739978

pl filtercomments.pl

#!/usr/bin/perl -w ###################### # # filterComments # # This is an input filter for doxygen that allows cocoon-style # comments to be used. That is, it converts from this style: # # ///
www.eeworm.com/read/286090/8789755

po pl.po

# Polish translations for the GNU diffutils messages # Copyright (C) 1996, 2002 Free Software Foundation, Inc. # Rafa
www.eeworm.com/read/286090/8789831

gmo pl.gmo

www.eeworm.com/read/285976/8796023

pl dumpvar.pl

package DUMPVAR; sub dumpvar { ($packageName) = @_; $rPackage = \%{"${packageName}::"}; # Get a reference to the appropriate symbol table hash. $, = " " ; while (($varName, $glob
www.eeworm.com/read/285976/8796027

pl menu.pl

use Tk; $top = MainWindow->new(); # Create Menu Bar $menu_bar = $top->Frame()->pack('-side' => 'top'); #Search menu button $search_mb = $menu_bar->Menubutton('-text' => 'Search',