代码搜索结果
找到约 10,000 项符合
0 的代码
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
pl0.cpp
/*使用方法:
*运行后输入源程序文件名
*fas.tmp:输出名字表
*fa1.tmp:输出源文件
*fa2.tmp:输出结果
*fa.tmp:输出虚拟机代码
*/
#include
#include
#include"pl0.h"
#define stacksize 500 //解释执行使用的栈大小
int ma
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