代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/386583/8736555
h pl0.h
#include
//bool数据块
typedef enum{
false,
true
}bool;
#define NUM_OF_KEYWORD 17 /*关键字个数,包括13个保留字和三个三角函数(cos,sin,tan),一个指数函数(exp)*/
#define NUM_OF_TABLE 100 /*名字表容量*/
#define
www.eeworm.com/read/386583/8736572
c pl0.c
#include
#include
#include"string.h"
#include"pl0.h"
#define stacksize 500
int main()
{
bool nxtlev[symnum];
printf("Input PL0 file's name:");
scanf("%s",fname);
www.eeworm.com/read/386583/8736598
doc pl0.doc
www.eeworm.com/read/386293/8757217
h pl0.h
#ifndef _pl0_h_
#define _pl0_h_
#define norw 13 //关键字个数
#define txmax 100 //名字表容量
#define nmax 14 //number最大位数
#define al 10 //符号的最大长度
#define amax 2047 //地址上界
#de
www.eeworm.com/read/386293/8757226
cpp pl0.cpp
/*使用方法:
*运行后输入源程序文件名
*fas.tmp:输出名字表
*fa1.tmp:输出源文件
*fa2.tmp:输出结果
*fa.tmp:输出虚拟机代码
*/
#include
#include
#include"pl0.h"
#define stacksize 500 //解释执行使用的栈大小
int ma
www.eeworm.com/read/386293/8757229
dsp pl0.dsp
# Microsoft Developer Studio Project File - Name="pl0" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/386293/8757231
plg pl0.plg
Build Log
--------------------Configuration: pl0 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/386293/8757234
ncb pl0.ncb
www.eeworm.com/read/386293/8757239
dsw pl0.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "pl0"=.\pl0.dsp - Pa
www.eeworm.com/read/386293/8757243