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

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

代码结果 10,000
www.eeworm.com/read/357508/10207638

pl convert_configure.pl

extproc perl -S -w # The converted script is written to stdout, so run this script as # convert_configure configure > configure.cmd # # When the converted script runs, it expects that /tmp dir is
www.eeworm.com/read/426337/10259396

pl regression-test.pl

#!/bin/env perl # regression-test.pl: tests different versions of x264 # by Alex Izvorski & Loren Merrit 2007 # GPL $^W=1; use Getopt::Long; use File::Path; use File::Copy; use File::Basename; # p
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})) {