代码搜索:如何学习 PL?

找到约 10,000 项符合「如何学习 PL?」的源代码

代码结果 10,000
www.eeworm.com/read/183918/9130251

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/183918/9130265

res pl01.res

www.eeworm.com/read/183918/9130275

bpr pl01.bpr

www.eeworm.com/read/183918/9130280

obj pl01.obj

www.eeworm.com/read/183918/9130300

cpp pl01.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("PL01.res"); USEFORM("Unit1.cpp", Form1); //-------------------------------
www.eeworm.com/read/183918/9130307

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/380728/9132710

pl test_install.pl

#! /usr/local/bin/perl -w ######################################################################### # # test_install.pl # # Tool that verifies that "make install" has been run. # # # ###
www.eeworm.com/read/183716/9143482

pl0 test.pl0

/*这是一个测试程序*/ Program abc; Integer x,y,z; /*变量声明*/ Real a,b; Procedure ab(Var m,n:Integer; t:Real); /*过程*/ Begin t:=n+m; If m>n then /*条件语句*/ n:=m els
www.eeworm.com/read/183613/9149535

h pl0.h

/*PL/0 编译系统C版本头文件 pl0.h*/ # define norw 13 /*关键字个数*/ # define txmax 100 /*名字表容量*/ # define nmax 14 /*number的最大位数*/ # define
www.eeworm.com/read/183613/9149545

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