FOLLOW
共 97 篇文章
FOLLOW 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 97 篇文章,持续更新中。
php+mysql物流配送网
<b style="font-family:宋体, Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-color:#FFFFFF;">一个实现全程跟踪服务的物流管理系统。采用PHP+mysql开发,附带所有源程序及数据表。-A follow-up services to achieve the whole sys
本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(
本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。
欢迎大家给程序提出富贵意见!
This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++
This companion disc contains the source code for the sample
programs presented in INSIDE VISUAL C++ 5.0, as well as pre-
compiled copies of the programs.
To copy all of the sample code onto your
本程序主要实现预测分析表的构造
本程序主要实现预测分析表的构造,并求first和follow集
jboss 开发人员 手册 JBoss: A Developer s Notebook also introduces the management console, the web service
jboss 开发人员 手册
JBoss: A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At
一个程序
一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。
编译原理—LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法
编译原理—LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。
射频集成电路设计John Rogers(Radio Freq
<P>Radio Frequency Integrated Circuit Design</P>
<P>I enjoyed reading this book for a number of reasons. One reason is that it<BR>addresses high-speed analog design in the context of microwave issues.
This README file is generated automatically by DriverWizard To complete the driver, follow these
This README file is generated automatically by DriverWizard
To complete the driver, follow these steps:
LL(1)文法
LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析
编译原理中的First集与 Follow集生成程序
编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。
Passion is sweet Love makes weak You said you cherised freedom so You refused to let it go Follow yo
Passion is sweet Love makes weak You said you cherised freedom so You refused to let it go Follow your faith Love and hate never failed to seize the day Don t give yourself away Oh when the night
功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态
功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态
PHP-MYSQL FAST Finder Just follow the instructions given in the text file and you are done. ENJOY
PHP-MYSQL FAST Finder
Just follow the instructions given in the text file and you are done.
ENJOY
LL1通用语法分析器
LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Page
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environment
LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into y
LCD and Keyboard ARMulator model for the ADS Source Code
Copy the provided ARMulate folder into your ADS directory tree
at the root, for example in c:\ADSv1_1. If prompted to
overwrite files, c
C++ by Dissection presents a thorough introduction to the programming process by carefully developi
C++ by Dissection presents a thorough introduction to the programming process by
carefully developing working programs to illuminate key features of the C++ programming
language. Program code is exp
非常好的优化算法的书
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。
Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly kn
利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储
利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。