代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/315401/13544629
opt pl0.opt
www.eeworm.com/read/315401/13544630
obj pl0.obj
www.eeworm.com/read/315401/13544631
h pl0.h
/*PL/0 编译系统C版本头文件 pl0.h*/
# define norw 18 /*关键字个数*/
# define txmax 100 /*名字表容量*/
# define nmax 14 /*number的最大位数*/
# define
www.eeworm.com/read/315401/13544633
cpp pl0.cpp
//A.2 C 版 本
/*编译和运行环境:
*1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003
*WinNT, Win 200, WinXP and Win2003
*2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1)
*Redhat Fedora
www.eeworm.com/read/315401/13544635
pl0 lxm.pl0
var x,y;
procddure p;
var a;
procedure q;
var b;
begin(*q*)
b:=10;
end(*q*);
procedure s;
var c,d;
procedure r;
var e,f;
begin (*r*)
call q;
end(*r*);
begin(*s*)
call r;
end (*s*);
b
www.eeworm.com/read/315401/13544639
cpp pl0.cpp
//A.2 C 版 本
/*编译和运行环境:
*1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003
*WinNT, Win 200, WinXP and Win2003
*2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1)
*Redhat Fedora
www.eeworm.com/read/315110/13551935
pl server_config.pl
#!/usr/bin/perl -w
require 5.004;
use strict;
print "Enter port the server should listen on [42800]: ";
my $port = ; chop $port;
$port = 42800 unless $port =~ /^\d+$/;
print "\nUser name or
www.eeworm.com/read/314774/13559334
pof pl_fsk.pof
www.eeworm.com/read/314774/13559336