搜索资源列表
bdsfx
- 编译原理中的用VC实现了算富优先分析算法,本程序可以实现简单的表达式分析求结果。-Compilation Principle of a balance with VC priority rich analysis algorithm, the process can be achieved for a simple analysis of the results of expression.
cifafenxichengxu
- 代码为一个简单的词法分析器的源代码,能从文件中分析一段句子的词法,识别标识符、运算符、关键字等。-The code for a simple lexical analyzer source code from some sentences lexical identification identifier, operator, keyword file analysis.
bayesian0930
- j简单的贝叶斯模型数据概率求解问题,有助于理解贝叶斯模型数据分析过程。-j simple Bayesian probability model data to solve problems, help to understand the Bayesian model data analysis process.
Semantic-Analysis
- 编译原理中,基于c语言实现的语义分析功能,可以实现简单的语义分析,词法分析-Compiler theory. C achieve semantic-based analysis
PCA_CPP
- 里面有两个简单的主成分分析源代码,对于初学或想了解主成分分析算法的思想非常有帮助,简单易用。本人也是学习的其他同学的代码,不用于商业,仅供交流学习。-There are two simple principal component analysis of the source code for the beginner or want to know the thinking of principal component analysis algorithm is very helpful an
PolynomialCompiler
- 一个简单的算术表达式编译器。能够完成算术表达式的词法分析,语法分析,以及中间代码生成,和计算-A simple polynomial compiler that include lexer and parser.