资源列表
yufa
- 一个pascal的语法分析程序,运行后输入相应的pascal语言程序,就会进行语法分析-it s program of yufa analysist
cifa
- C++编写的simple语言词法分析器,读取txt后进行分析,结果用二元式表示。-C++ lexical analyzer written in simple language, read the txt then analysis, the results expressed with the binary.
sxdbgrid2excel
- SxDbGrid2Excel Component
cifasaomiaoqi
- 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
YF2
- 语法分析—在词法分析的基础上分析表达式-syntax analysis-in lexical analysis on the basis of analysis of expression
3
- 编译原理中用c++实现的用预测分析表实现语法分析器 -Principles of using c++ compiler implementation to achieve with predictive analysis table parser
cifafenxi
- 这是编译原理此法分析器的简单代码,能实现基本的功能
a
- 编译原理的源代码,涉及了编译原理的过程:中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行-compiler source code, the compiler principles involved in various processes : code generation and code optimization (regular expression optimization, public expression opt
yufafenxi
- 语法分析程序,输入方法,可以输出分析过程和结果.-Parser, input method, you can output analysis and results.
ys
- 用栈实现算术运算- Operates with the stack realization arithmetic
Huffman-
- 哈弗曼编码系统,实现哈弗曼编码,译码等功能-Hafu Man coding system Hafu Man coding, decoding
cifafenxi
- 词法分析程序 共初学者阅览与参考 如有问题可联系我 进一步作探讨!-Lexical analysis program for beginners were viewed with reference to contact me if there are questions to explore further!