搜索资源列表
判断是否为ll(1)文法程序
- 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
预测分析
- //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-/ / Forecast and Analysis (original) / / input for the judgment of the string can identify other grammar
算符优先分析法
- 算符优先分析法 根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 文法:E→E+E E-E E*E E/E (E) i- The operator first analytic method basis operator first analytic method, carries on the expression the grammar analysis, judges an expression is whe
实验二:ll1语法判断
- 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, co
分析程序
- 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine
11语法分析22
- 对所输入的语句进行语法分析,判断是否符合语法标准,以便以后对其进行语义分析。-right to import statement for grammatical analysis, judgment, whether or not the standard syntax for its future semantic analysis.
数值分析2
- 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem o
判断是否为ll(1)文法程序
- 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
预测分析
- //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-//Forecast and Analysis (original)// input for the judgment of the string can identify other grammar
LL(1)分析的实现
- 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminan
时间序列分析VC源码
- 时间序列分析,分析序列是否是 白色噪声,分析相关性,可以进一步判断序列的相关和自相关-time series analysis, whether the sequence is white noise, correlation analysis, further sequence of judgment and autocorrelation
层析分析法
- 用于解决层次分析能解决的问题,只要输入判断矩阵,所有结果都会显示出来(analytical hierarchy process)
层次分析
- 层次分析法matlab实现 clc,clear fid=fopen('txt3.txt','r'); n1=6;n2=3; a=[]; for i=1:n1 tmp=str2num(fgetl(fid)); a=[a;tmp]; %读准则层判断矩阵 end for i=1:n1 str1=char(['b',int2str(i),'=[];']); str2
层次分析法
- 对不同的因素进行层次分析决断,更好的通过主观判断得出希望的结果(Make analytic decision on different factors, and get better result through subjective judgmen)
频谱分析
- 对数字信号快速傅里叶变换分析,通过频率的大小来判断信号所处的阶段(Fast Fourier transform analysis of digital signals, the frequency of the size of the signal to determine the stage)
判断素数
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。(Determine how many primes are there between 101-200 and output all the prime numbers. 1. program analysis: the method of
图像二值化判断分析法
- 编写实现了图像二值化中一种常用的方法——判断分析法。并使用开闭运算进行了二值化图像改进(It is a common method that can realize binaryzation, the judgment analysis method. And use open and closed operation to improve the image.)
外汇日内短线分析工具
- 判断外汇日内短线分析工具,做出决策交易系统分析,对短线交易者有帮助!(To judge the short-term analysis tools of foreign exchange.)
01 层次分析法
- 输入判断矩阵A,通过matlab程序判断矩阵,一次性检验(Input judgment matrix A, judge matrix by MATLAB program, one-time test.)
情感分析
- 基于旅游网站的用户评论,对其进行情感评分,用于情感分析,判断用户此条评论的情感高低。(Based on the user's comments of the travel website, the emotional rating is used for emotional analysis to judge the emotional level of the user's comments.)