代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/132654/14081978
pl primate.pl
#!/usr/local/bin/perl -w
%do = qw(BaEV 1 Harlequin 1 HERV15 1 HERV17 1 HERV3 1 HERV30 1 HERV70 1 HERV9 1 HERVE 1 HERVFH19 1 HERVFH21 1 HERVH 1 HERVH48 1 HERVI 1 HERVIP10F 1 HERVIP10FH 1 HERVK 1 HERVK
www.eeworm.com/read/132654/14081988
pl rodent.pl
#!/usr/local/bin/perl -w
%do = qw(BGLII 1 CYRA11_MM 1 MERVL 1 MERVL_LTR 1 MMAR1 1 MMERGLN 1 MMETn 1 MMTV 1 MMURS 1 MMURS4 1 MMVL30 1 MULV 1 MURVY 1 MYSERV 1 MYSPL 1 MYS_LTR 1 RAL_RN 1 RCHARR1 1 RLT
www.eeworm.com/read/205015/15329701
pl0 for.pl0
PROGRAM XYZ;
VAR I;
BEGIN
FOR I:=7+3 DOWNTO 0+1 DO
WRITE(I);
FOR I:=1 TO 5 DO
WRITE(I);
END.
www.eeworm.com/read/204359/15340927
pl genimages.pl
#!/usr/bin/perl -w
# $Id: genimages.pl,v 1.7 2000/04/24 14:51:28 marijn Exp $
# This script generates the images that go along with the AIRTRAFFIC program.
# POVRAY and Imagemagick (convert) needed fo
www.eeworm.com/read/203305/15362603
pl upgrade.pl
#!/usr/bin/perl
#
# $Id: upgrade.pl 9743 2006-11-19 13:10:31Z lem9 $
#
# upgrade.pl - automatic phpmyadmin upgrader
#
#
# 2005-05-08, swix@users.sourceforge.net:
# - created script
#
# 2005-10-29 swi
www.eeworm.com/read/203305/15362607
pl convertcfg.pl
#!/usr/bin/perl
#
# $Id: convertcfg.pl 5152 2003-11-18 15:20:45Z nijel $
#
# Configuration converter
# Converts from old-style (Pre-2.3) configuration files to new format found in PMA-2.3
#
# Takes in
www.eeworm.com/read/203067/15365879
pl fdepend.pl
#!/usr/bin/perl -w
#
# This script constructs a file 'Makefile.depend' that describes
# all dependencies among a list of Fortran90 files given on the
# command line.
#
# for handling command-line o
www.eeworm.com/read/203067/15365891
pl writedep.pl
#!/bin/perl
# **********************************************************************
#
# Copyright (c) 2000
# Object Oriented Concepts, Inc.
# Billerica, MA, USA
#
# All Rights Reserved
#
# **********
www.eeworm.com/read/203062/15366444
pl fdepend.pl
#!/usr/bin/perl -w
#
# This script constructs a file 'Makefile.depend' that describes
# all dependencies among a list of Fortran90 files given on the
# command line.
#
# for handling command-line o