搜索资源列表
语法词法分析
- 一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
简单优先算法
- 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
lr0
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
exelmp
- 一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。 -a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
C++cifafenxiqi
- 针对C++的简单词法分析器,局限性较大,算法简单,易懂,导入词法文件,输出分析结果-against C simple lexical analyzer and limitations larger, the algorithm is simple, understandable, import documents morphology, Output analysis
编译原理---算浮优先算法
- 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
85018312345678
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
cifafenxi
- 词法分析器的简易代码加解释,对初学者有很好的帮助!分析详尽,算法精简!-Lexical analyzer code simple explanation for a very good help for beginners! Detailed analysis of the algorithm to streamline!
paser
- 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
simplefirst
- 我学编译原理时做的一个简单优先算法,希望对大家有所帮助-I have learned when compiling principle of priority of a simple algorithm, we want to help
LexicalAnalyzer
- 可以实现词法分析器的基本要求,包括字符的识别,运算符号的识别等,算法简单,对学习编译原理有很好的帮助。-Lexical analyzer can achieve the basic requirements, including character recognition, symbol recognition operation, the algorithm is simple, the principle of learning to compile a very good help.
5555
- 编译原理的有关数字运算简单优先算法设计-Digital computing simple priority
08
- 词法分析器的简单算法,使用的语言为C语言-Simple lexical analyzer algorithm, the language used for the C language
lr(0)
- 实现基于编译原理的LR(0)算法,控制台环境,界面简洁,操作方便-Principle-based compiler LR (0) algorithm, the console environment, simple interface, easy operation
operator-priority-algorithm
- 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
analyse
- 简单的词法分析算法 编译原理课程初学者适用-Simple lexical analysis algorithm compiler theory courses for beginners to apply