代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/138737/13218158
res pl0.res
www.eeworm.com/read/138737/13218160
pdb pl0.pdb
www.eeworm.com/read/138737/13218170
ilk pl0.ilk
www.eeworm.com/read/138737/13218174
exe pl0.exe
www.eeworm.com/read/138737/13218177
obj pl0.obj
www.eeworm.com/read/138737/13218179
pch pl0.pch
www.eeworm.com/read/138737/13218199
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/138737/13218225
rc pl0.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/138737/13218228
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/325009/13233171
pl0 test.pl0
program
1 c = +a +b CR
2 a1 = +12*3 CR
3 FOR a = 1 TO 2 CR
4 NEXT a CR
5 UNLOOP a CR
6 IF (a > 12) THEN 8 CR
7 GOTO 8 CR
8 REM "程序结束" CR
9 RETURN CR
10 INPUT A , N CR
11