搜索资源列表
LL1 grammer
- vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
Lesson2Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC
A_Visual_Interface_for_Effortless_Animation_of_C_C
- This paper introduces a software visualization system that: creates animations of programs without the programmer writing any animation code and provides a window interface that automatically displays program information
grammer
- 此程序为LR递归下降程序,作用为检查是否有语法错误,还可以用-this recursive procedure LR dropped procedures, the role of examining whether there is a grammatical error, you can use
Grammer
- 近日学习编译原理课程,就写了这么个文法化简的程序,实现文法化简,文法改造,的消除空产生式,消除单产生式,消除无用产生式的功能。另附一个很好的Pascal语言词法分析程序,与大家共同学习。
JudgeLL(1)grammer
- 根据判断一个文法是LL(1)文法的三个条件,逐一实现其判别条件
Grammer
- 一个pascal子集编译器。输入pascal原程序,输出中间三代码。只能接受pascal部分程序的输入,可接受的pascal子集见课设文档要求。
grammer
- grammer 文法化简 消除单产生式 消除空产生式 消除无用产生式
Grammer
- C语言的语法分析器,更能齐全。输入四元式,按顺序输出结果!
GCC中文手册
- 本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details
实习程序文法-Pascal
- 这是一个关与实习程序文法的程序是在PASCAL的经典编程框架.-This is a programme which is about the practicing programme grammer built by PASCAL.
TESTLL1
- 这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
TESTLR
- 这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置-this is a grammer analyzer. it will automaticaly analyze the inputted sentences. it will locate the mistakes to there position if there are some.
GCC中文手册
- 本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details
实习程序文法-Pascal
- 这是一个关与实习程序文法的程序是在PASCAL的经典编程框架.-This is a programme which is about the practicing programme grammer built by PASCAL.
LL1 grammer
- vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
grammer
- grammer 文法化简 消除单产生式 消除空产生式 消除无用产生式-grammar grammar simplification to eliminate single-elimination of production space to eliminate useless production production
Grammer
- C语言的语法分析器,更能齐全。输入四元式,按顺序输出结果!-C language parser more complete. Input quaternion type, according to the order of the output!
grammer
- 简单语法分析器,能自顶向下分析,形成产生式-A simple parser can be top-down analysis, the formation of production
grammer-analyze
- VC++编写的编译原理上的语法分析程序 喜欢Windows编程的朋友可以下载-VC++ Grammer Analyze