代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/162699/10281459
pl atail-f.pl
#Copyright (C)2001-2004 Altera Corporation
#Any megafunction design, and related net list (encrypted or decrypted),
#support information, device programming or simulation file, and any other
#assoc
www.eeworm.com/read/280804/10291863
pl cgi-lib.pl
package cgilib;
sub main'read_input
{
$charset = $_[0];
$charset = 'euc' if ( $charset eq '' );
local ($buffer, @pairs, $pair, $name, $value, %FORM);
# Read in text
$ENV{
www.eeworm.com/read/354900/10316629
pl cb_generator.pl
# | file: cb_generator.pl
# |
# | This SOPC Builder Generator program is provided by
# | the Component Builder application. It is copied
# | straight across and is data-driven from its command
#
www.eeworm.com/read/162286/10318912
java pl0.java
import java.io.*;
public class PL0 {
public static void main(String args[]) throws IOException {
BufferedReader in
= new BufferedReader(new InputStreamReader(System.in));
www.eeworm.com/read/425411/10358842
pl t_piaokuxun.pl
#!c:\perl\bin\perl.exe -w
use strict;
#use Digest::MD5;
#use LWP::UserAgent;
#use HTTP::Cookies;
#
#my $cookie = HTTP::Cookies->new( file=>'cookie.txt',autosave=>1,ignore_discard=>'1');
#my $us
www.eeworm.com/read/161864/10359492
vhd pl_cpsk.vhd
--文件名:PL_CPSK
--功能:基于VHDL硬件描述语言,对基带信号进行调制
--最后修改日期:2004.3.16
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity PL_CPSK is
port(cl
www.eeworm.com/read/161474/10405330
gif pl_1.gif
www.eeworm.com/read/353746/10421087
pl compress-table.pl
#!/usr/bin/perl -w
sub convert {
$s = shift;
$s = "ENC_".uc($s);
$s =~ s/-/_/g;
return $s;
}
$combo_index = 1;
sub add {
my $combo = shift;
if (!exists($combos{$combo})) {
www.eeworm.com/read/279234/10452679
pl default_new.pl
#!/usr/bin/perl
# default.pl
# Default page for XML forums
use warnings;
use strict;
use CGI qw( :standard );
use XML::Parser;
use Fcntl qw( :flock );
my ( $parser, $prefix, @files, @forum
www.eeworm.com/read/279234/10452684
pl default_new.pl
#!perl
# default.pl
# Default page for XML forums
use warnings;
use strict;
use CGI qw( :standard );
use XML::Parser;
use Fcntl qw( :flock );
my ( $parser, $prefix, @files, @forums, @items