代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/243014/12968416
exe pl0.exe
www.eeworm.com/read/243014/12968421
pl test2.pl
var a,b,c;
begin
read(a,b,c);
if a>0 then write(b) else write(c);
write(a,b,c);
end.
www.eeworm.com/read/243014/12968427
obj pl0.obj
www.eeworm.com/read/243014/12968468
sln pl0.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pl0", "pl0.vcproj", "{DE79DA10-4B08-46B1-AA1A-9DA2922B35F0}"
www.eeworm.com/read/243014/12968479
exe pl0.exe
www.eeworm.com/read/243014/12968483
pl test2.pl
var a,b,c;
begin
read(a,b,c);
if a>0 then write(b) else write(c);
write(a,b,c);
end.
www.eeworm.com/read/243014/12968486
pl test1.pl
const a=1;
var b,c;
procedure p;
begin
c:=b+a
end;
begin
read(b);
while b#0 do
begin
call p; write(10*c); read(b)
end
end.
www.eeworm.com/read/243014/12968489
pl test4.pl
const n=20;
var f1,f2,f,i;
begin
f1:=1;
f2:=1;
i:=1;
while i
www.eeworm.com/read/243014/12968494
pl test3.pl
var x,y,temp;
begin
read(x);
read(y);
repeat
temp:=x-y;
x:=temp;
until temp
www.eeworm.com/read/141953/12975967
pl stop_daemon.pl
#!/usr/bin/perl -w
$full_path = $ENV{"HOME"} . "/" . ".gpage/daemon_cleanup";
open(FH, $full_path) || die "Unable to open file ~/.gpage/daemon_cleanup\n";
$data = ();
close(FH);
system("killall g