代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/379669/9190001
pl0 sort.pl0
PROGRAM SORT3;
VAR
A:ARRAY[1..4] OF REAL;
TEMP:REAL;
I,J:INTEGER;
BEGIN
FOR I:=1 TO 4 DO
READ(A[I]);
FOR I:=1 TO 4 DO
FOR J:=1 TO 4-I DO
IF A[J]
www.eeworm.com/read/379669/9190003
dsk pl01.dsk
[Closed Files]
File_0=SourceModule,'F:\TC\PL01\PL0.CPP',0,1,668,14,690,0,0
File_1=SourceModule,'D:\PROGRAM FILES\BORLAND\CBUILDER5\INCLUDE\windef.h',0,1,153,46,162,0,0
File_2=SourceModule,'D:\Progr
www.eeworm.com/read/379149/9206060
pl conf.change.pl
#!/usr/bin/perl -w
# this script patches a config.status file, to use our own perl script
# in the main loop
# we do it this way to circumvent hacking (and thereby including)
# autoconf function (whi
www.eeworm.com/read/379149/9206122
pl cvs-clean.pl
#! /usr/bin/perl
#
# This script recursively (beginning with the current directory)
# wipes out everything not registered in CVS.
#
# written by Oswald Buddenhagen
# inspired by the "
www.eeworm.com/read/378503/9228233
pl snort_stat.pl
#!/usr/bin/perl
#
# $Id: snort_stat.pl,v 1.3 2000/11/17 05:28:20 jpickel Exp $
# $Revision: 1.3 $
#
# snort_stat.pl is a perl script trying to generate statistical data from every
# day snort log fil
www.eeworm.com/read/378503/9228238
pl snort-sort.pl
#!/usr/bin/perl
#
# Filename: snort-sort
# Author: Andrew R. Baker
# Modified: 2000.03.06
# Purpose: this script produces a sorted list of snort alerts
#
www.eeworm.com/read/377561/9271142
pl0 testin.pl0
const m:=7,n=85;
var x,y,z,q,r;
procedure multiply;
var a,b;
begin a=x;b:=y;z:=0;
while b>0 do
begin if Odd b then z:=z+a;
a:=2*a;b:=b/c
end
end;
begin x:=m;y
www.eeworm.com/read/377561/9271152
pl0 testin.pl0
const m:=7,n=85;
var x,y,z,q,r;
procedure multiply;
var a,b;
begin a=x;b:=y;z:=0;
while b>0 do
begin if Odd b then z:=z+a;
a:=2*a;b:=b/c
end
end;
begin x:=m;y
www.eeworm.com/read/377561/9271157
pl0 testin.pl0
var x;
procedure a;
begin
x:=x-1;
if x>0 then
call a;
end;
begin
x:=3;
call a;
end.
www.eeworm.com/read/377191/9291187
cpp pl0.cpp
#include"Global.h"
using namespace std;
void PL0::Int_error()
{
errorMESS.push_back("01:应为=而不是:=");
errorMESS.push_back("02:=后应为字符,整数或实数");
errorMESS.push_back("03:标识符之后应为=");
errorMESS