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

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

代码结果 10,000
www.eeworm.com/read/398873/7913292

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/398873/7913296

opt pl0.opt

www.eeworm.com/read/398873/7913329

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/398873/7913343

rc pl0.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/398873/7913346

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/198734/7915031

pl0 num.pl0

const a=45,b=27; var x,y,g,m; procedure mod; x:=x-x/y*y; begin x:=a; y:=b; g:=y; m:=a*b/g; write(g,m) end.
www.eeworm.com/read/198734/7915038

pl0 4.pl0

const true=1,false=0; var x,y,m,n,pf; procedure prime; var i,f; procedure mod; x:=x-x/y*y; begin f:=true; i:=3; while i
www.eeworm.com/read/198734/7915050

pl0 1.pl0

const a=45, b=27; var x,y,g,m; procedure swap; var temp; begin temp:=x; x:=y; y:=temp end; procedure mod; x:=x-x/y*y; begin x:=a; y:=b; call mod; while x0 do begin call
www.eeworm.com/read/198734/7915054

pl0 gongyuebei.pl0

Const a=45, b=27; var x,y,g,m; procedure swap; var temp; begin temp:=x; x:=y; y:=temp end; procedure mod; x:=x-x/y*y; begin x:=a; y:=b; call mod; while x0 do begin call
www.eeworm.com/read/198734/7915067

pl test2.pl

var a,b,c; begin read(a,b,c); if a>b then write(b); if a