资源列表
lab1
- Verilog lab1 is used for learning vivado
yufafenxi
- 使用的文法如下: E ? TE ¢ E ¢ ? + TE ¢ | e T ? FT ¢ T ¢ ? * FT ¢ | e F ? (E) | id 对于任意给定的输入串(词法记号流)进行语法分析,通过递归下降方法和非递归预测分析方法来实现(The syntax analysis of any given input string (lexical token stream) is implemented by recursive desc
maze
- Learning code about maze for beginners
文本转换
- 一种VB编程中用到的软件,可以进行文本间的转换(A kind of software used in VB programming, can be converted between text)
词法分析程序
- 词法分析 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。(lexical analysis Input: the source code string for the given grammar. Output: a sequence consisting of two tuples (syn, token, or sum).)
ReFa.tar
- 正规文法到不确定自动机的转换,词法分析器的内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
ReFa
- 词法分析器,自动机和不确定化的自动机有关内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
op
- 有关自动机和不确定自动机的转换编程,NFA(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
NFA
- The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer
二分法
- 二分法求函数根,任意有解析式的函数,并可以设置制定精确度(The dichotomous method is used to find the function root, and there is an analytic function.)
Cpp1
- 编译器,主要是利用c语言进行编译器的基本实现(Compiler, mainly using the C language for the basic implementation of the compiler Compiler)
main
- 词法分析 简单版 输入以后按# 停止,输出在文件中,输出为二元式(Lexical analysis simple version after the input stopped by pressing, output in the file, output is two yuan.)