搜索资源列表
编译原理课程设计报告LL1文法
- 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
CNF
- 编译原理中CNF算法,请仔细审查,想必会有用的-compiler Principle CNF algorithm, carefully review must be used
NFAtoDFA
- NFAtoDFA也是编译原理中的算法,供大家参考,有意见联系我-NFAtoDFA compiler theory is the algorithm, for your reference, I have Contact
cweb.tar
- 著名算法大师高爷爷设计的语言。此语言结合了Tex和C,在写源代码的时候,详细注释,用一个工具单独在源码里面提取C代码编译,还有一个工具单独在源码里面提取Tex源码编译生成文档-famous masters Grandpa algorithm design language. This language combines Tex and C, writing source code, detailed notes, with a separate tool from inside the C so
XTokenString
- 这是一个高效的多字段匹配算法的程序,可以精确的定位在某个字段上有那些内容。-This is a more efficient matching algorithm field procedures, the positioning precision in a particular field are those elements.
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
com.lxx.compiler
- 使用Eclipse开发的词法分析器和语法分析器,其中词法分析器用的自己设计的算法~-use Eclipse development of the lexical analyzer and parser, with the lexical analyzer designed algorithm ~
exelmp
- 一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。 -a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
madai
- 自己编写的一个算法,如果有错误或是不当支出,希望大家多多指教-themselves prepared an algorithm, if any errors or inappropriate expenditures, we hope the exhibitions
slr(1)
- 这个是编译原理中非常重要的算法之一,如果能掌握好它将对以后的学习非常有好处!-the compiler is a very important principle of the algorithm, if we can master it right after learning very good!
LR0_show
- 本人编写的编译原理中LRO算法的演示程序,里面有较为详尽的文字说明-prepared by the compiler principles of the algorithm LRO Demonstration Program, which has a more detailed descr iption of
200561672100409
- 一个小语言的词法分析程序,很不错的哦.. 可以算是一个算法的小程序了! -a small language lexical analysis procedures, very good .. Oh algorithm can be considered as a small procedure!
complior
- 编译器词法分析 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 -compiler is a lexical analysis. Automatic design of the scanner; 2. Design translation, the Token generation algor
5_BT
- BT教师的BT课程的BT成绩算法 输入学生各种成绩,按BT算法统计,并按格式输出 是我们老师的程序-teachers BT BT BT results courses students algorithm input various achievements, according to BT statistical algorithm, Output format is in accordance with our procedures for teachers
Dijkstra_c
- C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
DSPMP3uiamcjembap
- mp3解码算法 ,能够在 个人 pc机上成功地 解码 播放 mp3文件 -mp3 decoding algorithm, to the individual pc crew successfully decode mp3 players document
ll1Analysis
- LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
paser
- 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
operator-priority-algorithm
- 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
pridiction-analysis-algorithm
- 本程序实现的是预测分析算法,是编译原理上机实现的具体源码-The program analysis algorithms to achieve the forecast, the principle is to compile the source code on the machine to achieve the specific