代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/183918/9130244
~cpp pl01.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("PL01.res");
USEFORM("Unit1.cpp", Form1);
//-------------------------------
www.eeworm.com/read/183918/9130245
tds pl01.tds
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/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