代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/354151/10381954
pl genviterbi.pl
# Perl script to generate C code for an encoder and
# a Viterbi decoder for any specified rate 1/N, constraint length k
www.eeworm.com/read/354135/10386787
pl genviterbi.pl
# Perl script to generate C code for an encoder and
# a Viterbi decoder for any specified rate 1/N, constraint length k
www.eeworm.com/read/279633/10409590
pl mytemp.pl
#!/usr/bin/perl
use Palm::Raw;
my $pdb = new Palm::PDB;
$pdb->Load($ARGV[0]);
foreach $record (@{$pdb->{records}}) {
($nextRecord, $numEntries) = unpack "S S", $record->{"data"};
print $nextR
www.eeworm.com/read/424789/10412805
gif pl.gif
www.eeworm.com/read/161317/10425175
po pl.po
# Polish translation of bluez-pin
# Copyright (C) 2003 The Free Software Foundation
# This file is distributed under the same license as the bluez-pin package.
# Arkadiusz Lipiec
www.eeworm.com/read/279450/10436581
po pl.po
# Copyright (C) 2001-2002 Free Software Foundation, Inc.
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Aktualną wersję tego pliku możesz odnaleźć w repozytorium cvs.gnome.pl
# (:pserver:anonym
www.eeworm.com/read/279450/10436633
gmo pl.gmo
www.eeworm.com/read/279234/10452643
pl addpost.pl
#!perl
# Fig. 22.36: addPost.pl
# Adds a posting to a forum
use warnings;
use strict;
use CGI qw( :standard );
use XML::DOM;
use Fcntl qw( :flock );
if ( param( "submit" ) ) {
my ( $pa
www.eeworm.com/read/279234/10452674
pl addforum.pl
#!perl
# Fig. 22.34: addForum.pl
# Adds a forum to the list
use warnings;
use strict;
use CGI qw( :standard );
use XML::DOM;
use Fcntl qw( :flock :DEFAULT );
if ( param ) {
my ( $parse
www.eeworm.com/read/279234/10452680
pl default.pl
#!perl
# Fig. 22.33: default.pl
# Default page for XML forums
use warnings;
use strict;
use CGI qw( :standard );
use XML::Parser;
use Fcntl qw( :flock );
my ( $parser, @files, @forums, @it