Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.
标签: tutorial Welcome reading portabl
上传时间: 2016-01-26
上传用户:wsf950131
输出该文法的ll(1)分析表 每行输入一个表达式 输出该表达式的预测分析步骤
上传时间: 2016-02-09
上传用户:13160677563
编译的关于ll(1)词法分析的小程序,适合在VC下运行-compiled on ll (1) Morphological analysis of the small programs, for the VC teachers to run the operation no problem
上传时间: 2014-09-01
上传用户:sjyy1001
ll(1)文法判定算法,ll(1)文法使用的是确定的自顶向下的分析技术。ll(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 ll(1)文法的判别需要依次计算FIRST集、FOllOW集和SEllECT集,然后判断是否为ll(1)文法,最后再进行句子分析。
上传时间: 2016-03-01
上传用户:cccole0605
根据判断一个文法是ll(1)文法的三个条件,逐一实现其判别条件
标签: ll
上传时间: 2016-03-13
上传用户:450976175
/利用递归下降分析程序,解决下列满足ll(1)条件的文法 //消除递归前的文法 消除递归后的等价文法
上传时间: 2014-01-05
上传用户:爺的气质
《编译原理》实验中的ll(1)分析程序源代码部分
上传时间: 2016-03-17
上传用户:lizhizheng88
【实验名称】ll(1)分析总控程序的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对语法分析程序所提供的单词序列进行语法分析检查和结构分析,进一步掌握常用的语法分析方法。 要求: ① 程序具有通用性。即所编写的ll(1)语法分析程序能够适用于不同文法以及各种输入单词串(为简单起见,可讲单词串是为字符串),并能够判断文法是否为ll(1)文法。 ② 有运行实例。对于输入的一个文和一个单词串,所编制的语法分析程序应能正确的判断,此单词是否为该文法的句子,并要求输出分析过程。
上传时间: 2016-03-19
上传用户:songyue1991
ll(1)文法分析代码,,,可能不是很好,仅供参考
上传时间: 2013-12-25
上传用户:417313137
PIO interrupt for pxa27x To test this sample code you ll have to connect GPIO37 to a Switch.
标签: interrupt connect Switch sample
上传时间: 2014-08-13
上传用户:kiklkook