代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/425972/6969179
dcu mo_pl.dcu
www.eeworm.com/read/468062/6998866
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
# | lin
www.eeworm.com/read/467684/6999968
pl date.xml.pl
#!/usr/bin/perl
#
# This file uses ETP which can be found at
# http://perl.eae.net/etp/
#
use lib "../../..";
use Etp;
PrintOutput();
sub PrintOutput() {
my $etp = new Etp();
print("
www.eeworm.com/read/466643/7030707
h pl0.h
/**************************************************************************
* <mark>PL</mark>/0 语言编译程序,由江汉石油学院计算机科学系周云才根据清华大学出版社出版,
* 吕映芝,张素琴,蒋维杜编写的教材《编译原理》中第二章(<mark>PL</mark>/0编译程序的实现)
* 以及附录A中的代码改编而成。
* 代码版权由周云才拥有,使用者必须 ...
www.eeworm.com/read/466643/7030716
obj pl0.obj
www.eeworm.com/read/466643/7030722
cpp pl0.cpp
#include "pl0.h"
/**************************************************************************
* PL/0 语言编译程序,由江汉石油学院计算机系周云才根据清华大学出版社出版,
* 吕映芝,张素琴,蒋维杜编写的教材《编译原理》中第二章(PL/0编译程序的实现)
* 以及附录A中的代码改编而成。
*
www.eeworm.com/read/465098/7057314
pl p6.pl
#!/usr/bin/perl
print "Content-type:text/html\n\n";
$webmaster="root";
($seconds,$minutes,$hour)=localtime(time);
if($hour6)&&($hour
www.eeworm.com/read/465098/7057317
pl n1.pl
#! /usr/bin/perl
print "Content-type:text/html\n\n";
print "Server Information";
print "";
print "Server Name=",$ENV{'SERVER_NAME'};
print "Server Software
www.eeworm.com/read/465098/7057319
pl n3.pl
#! /usr/bin/perl
print "Content-type:text/html\n\n";
$string=$ENV{'QUERY_STRING'};
($fieldname,$Name)=split(/=/,$string);
$dt=`date|cut -c 12-13`;
if($dt