代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/330900/12861780
clw pl0.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CPL0Dlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "PL0.h"
www.eeworm.com/read/330900/12861782
opt pl0.opt
www.eeworm.com/read/330900/12861811
cpp pl0.cpp
// PL0.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PL0.h"
#include "PL0Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/330900/12861829
rc pl0.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/330900/12861832
pl0 test.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 else t:=m;
While n
www.eeworm.com/read/244102/12887210
txt pl0.txt
const a=10;
var b,c;
procedure p;
begin
c:=b+a
end;
begin
read(b);
while b#0 do
begin
call p;write(2*c);read(b)
end
end.
www.eeworm.com/read/330315/12902432
exe pl01.exe
www.eeworm.com/read/330315/12902434
tds pl01.tds
www.eeworm.com/read/330315/12902445