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

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

代码结果 10,000
www.eeworm.com/read/182833/9188772

pl merge-stats.pl

#!/usr/bin/perl -w use strict; # check for args file first my $argsfile; if( $ARGV[0] eq "--args" ) { shift(@ARGV); $argsfile = shift(@ARGV); } my @logs; my $logfile; if ($ARGV[0] eq "--logs
www.eeworm.com/read/182833/9188773

pl run-simulations.pl

#!/usr/bin/perl -w # Copyright (c) 2003 Jeremy Stribling # Massachusetts Institute of Technology # # Permission is hereby granted, free of charge, to any person obtaining # a copy
www.eeworm.com/read/379669/9189945

pl0 ppemme.pl0

PROGRAM XYZ; VAR TEST1,TEST2,TEST3,TEST4:INTEGER; BEGIN TEST1:=3*10+++12; TEST2:=3+44--; TEST3:=10; TEST4:=33; TEST3+=TEST1*12+3; TEST4-=TEST2 DIV 12 +1+3++; WRITE(TEST1,TEST2,TEST3,TEST
www.eeworm.com/read/379669/9189949

exe pl01.exe

www.eeworm.com/read/379669/9189951

tds pl01.tds

www.eeworm.com/read/379669/9189958

pas pl0.pas

PROGRAM PL0(INPUT,OUTPUT,INPUT1,OUTPUT1); (*PL0 COMPILER WITH CODE GENERATION*) LABEL 99; CONST AL=10; (*LENGTH OF IDENTIFIERS*) NORW=14; (*# OF RESERVED WORDS*) TXMAX=100; (*LE
www.eeworm.com/read/379669/9189972

res pl01.res

www.eeworm.com/read/379669/9189974

bpr pl01.bpr

www.eeworm.com/read/379669/9189975

obj pl01.obj

www.eeworm.com/read/379669/9189992

cpp pl01.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("PL01.res"); USEFORM("Unit1.cpp", Form1); //-------------------------------