搜索资源列表
第四部分:GCC语法与语义分析程序
- GCC语法与语义分析程序-GCC syntax and semantic analysis program
javaCompiler
- Java开发的一个编译器,有词法分析,语法分析,语义分析-Development of a Java compiler, a lexical analysis, syntax analysis, semantic analysis
Analyze_Word
- 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化,中间代码生成目标代码,目标代码的解释执行-This is the principle of compiling source code, the various principles involved in the compilation process: lexical analysis, LL1 parsing, semantic analysis, intermediate co
cmm
- 用java写的用于 cmm 语言的解释器,能完成基本的功能,从词法分析到语法分析到语意分析.-Using java to write for cmm language interpreter, to complete basic functions, from lexical analysis to grammatical analysis to semantic analysis.
jenademo2
- 采用jena语义引擎的使用实例2,通过jena分析给出相关性结果-Jena semantic engine with the use of Example 2, by jena correlation analysis gives the results of
JavaCMMSyntacticAnalyzer
- 实验三:CMM语言解释器实验文档 二,实验结构与功能概述: 解释器在语法分析的基础上,对语法分析程序的输出,语法树遍历,完成语义检查并生成代码,代码以四元式的形式输出,cmm解释器解释执行四元式序列,完成对cmm语言的解释。 1.系统的输入:CMM源程序 系统的输出:1,单词(token)序列(词法分析) 2,语法树(语法分析) 3,四元式序列,cmm执行结果(语义分析) -Experiment III: CMM document langua
Java2Asm-gcc
- 语义分析,语法分析 visual c++源代码 下载地址-Semantic analysis, parsing visual c++ source code Download
asp
- 语义Web,基于语义的Web分析理论,提高搜索速度。-Semantic Web, Web-based semantic analysis theory, to improve search speed.
KnowMe
- 人工智能中文语义问答参考源码,不带数据库,纯属学术交流,给各位喜爱中文语义分析的程序员一个参考-Artificial intelligence Chinese semantic Q & A Reference Source, without the database, purely academic exchanges, to give you a favorite Chinese semantic analysis programmers a reference
compiler
- 简化的Piscal语言的编译器,包括词法分析,语法分析和语义分析,包括了重要的编译器的算法-Simplified Piscal language compilers, including lexical analysis, parsing and semantic analysis, including an important compiler algorithm
EXPREVAL
- 编译原理课程设计,词法分析,语法分析,语义分析等。-Compilation principle course design, lexical analysis, syntactic analysis, semantic analysis, etc.
src
- 用于英文语句的词法成分分析和语义相关性分析,只适合英文句法。-And semantic correlation analysis, only suitable for English syntactic lexical analysis of ingredients used in English sentences.
SimpleCompiler
- 简单编译器:定义一个简单正则语言并实现从词法分析到语义分析全过程-Simple compiler: define a simple regular language from a lexical analysis and semantic analysis to the entire process
compile
- 设计并实现一个简单的编译器。该编译器能够从文件读取程序代码,通过词法分析、语法分析、语义分析等步骤输出四元式-Design and implement a simple compiler.The compiler can read from the file program code, through lexical analysis, syntactic analysis, semantic analysis steps such as the output type four yuan
PLSA
- Probabilistic Latent Semantic Analysis ... using a number of other programming languages such as C++ and Java etc
hanlp-1.2.2-sources-
- hanlp源码,包括各种分词算法的实现,比如隐马尔科夫模型,条件随机场模型,N最短模型等,还有语义分析,情感分析等-hanlp source, including a variety of sub achieve segmentation algorithm, such as hidden Markov model, conditional random, N shortest models, as well as semantic analysis, sentiment analysis, e
LSA
- 隐含语义检索(Latent Semantic Analysis)的相关代码-Latent Semantic Retri (Latent Semantic Analysis) of the relevant code
MyParser
- 编译原理——语法分析器的实现 能够对给出的Token串进行语义分析-Compiling principles- parser Able to do semantic analysis on given Token string