代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/171832/9733614
pl wepcrack.pl
#!/usr/bin/perl
# Basic WEP/RC4 crack tool that demonstrates the key scheduling weaknesses described in the paper
# "Weakness in the Key Scheduling Algorithm of RC4" by Scott Fluhrer, Itsik Mantin, a
www.eeworm.com/read/171832/9733615
pl weakivgen.pl
#!/usr/bin/perl
# basic RC4 keyscheduler and PRGA routine that chooses IVs known to be weak (A+3, N-1, X) and encrypts one byte with key supplied from
# command line. An output file is created in the
www.eeworm.com/read/367499/9744337
gif pl.gif
www.eeworm.com/read/367274/9763130
pl pptok.pl
#!/usr/bin/perl
#
# Produce pptok.c, pptok.h and pptok.ph from pptok.dat
#
require 'phash.ph';
my($what, $in, $out) = @ARGV;
#
# Read pptok.dat
#
open(IN, "< $in") or die "$0: cannot op
www.eeworm.com/read/367274/9763136
pl regs.pl
#!/usr/bin/perl
#
# Read regs.dat and output regs.h and regs.c (included in names.c)
#
$nline = 0;
sub toint($) {
my($v) = @_;
return ($v =~ /^0/) ? oct $v : $v+0;
}
sub proce
www.eeworm.com/read/367274/9763185
pl macros.pl
#!/usr/bin/perl
#
# macros.pl produce macros.c from standard.mac
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. The software is
# redistri
www.eeworm.com/read/367274/9763214
pl insns.pl
#!/usr/bin/perl
#
# insns.pl produce insnsa.c, insnsd.c, insnsi.h, insnsn.c from insns.dat
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. T
www.eeworm.com/read/367274/9763224
pl phash.pl
#!/usr/bin/perl
#
# Perfect Minimal Hash Generator written in Perl, which produces
# C output.
#
require 'phash.ph';
#
# Main program
#
sub main() {
my $n;
my %data;
my @ha
www.eeworm.com/read/367274/9763243
pl mkdep.pl
#!/usr/bin/perl
#
# Script to create Makefile-style dependencies.
#
# Usage: perl mkdep.pl [-s path-separator] [-o obj-ext] dir... > deps
#
use File::Spec;
use File::Basename;
use Fcntl;
www.eeworm.com/read/367274/9763349
pl inslist.pl
#!/usr/bin/perl
#
# inslist.pl produce inslist.src
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. The software is
# redistributable under