搜索资源列表
MP3 MPEG Header Parser
- MP3 MPEG Header Parser
3gp-parser
- 3gp parser, 3gp分析-3gpp parser, 3gpp Analysis
LL(1)parser
- LL(1) parser , writen by C,include LLGenerator-LL (1) parser, written by C, include LLGenerator
HTML.Parser
- Jeff Heaton大师(http://www.jeffheaton.com)为初学者示范的HTML解析器,遵守Limited GNU Public License(LGPL)协议。其中FindLinks.cs文件是示例。-master Jeff Heaton (http :// www.jeffheaton.com) model for beginners HTML parser Limited compliance with th
Vhdl-Parser-0.12.tar
- 這是一個VHDL的parser目前版本為0.12-This is a VHDL version of the parser is currently 0.12
parser
- 词法语法分析器,还要详细的使用说明都附在压缩包中-Lexical parser, but also detailed instructions are attached to compressed package
parser
- 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abs
yum-metadata-parser-1.1.2.tar
- yum-metadata-parser 一个用C写的yum仓库解析库,速度比python的要快很多。 研究yum的可看看。 -yum-metadata-parser written in C with a yum warehouse analytic database, speed faster than a lot of python. Research yum can see.
SGML-Parser-OpenSP-0.99.tar
- SGML的解析器. 这个模块提供一个解析SGML文档格式的接口.-SGML-Parser-OpenSP version 0.99 =============================== This module provides an interface to the OpenSP SGML parser.
COLLINS-PARSER
- 中心词驱动的短语结构句法分析器。该模型考虑了跟随介词短语的名词短语的中心词的作用。 有MIT大学Colling开发,是目前国际上工人的最好的英语句法分析器-Head-driven Phrase Structure Parser. The model considered the prepositional phrase following the noun phrase the central role of the word. M
parser
- an example of a simple assembllylanguge parser. the parser takes a small assembly like file and turns it to a text file containing machine code. examples also provided
LL(1)Parser.C
- 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
Parser
- 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
parser
- 编译原理 用C++编写的自上而下的语法分析器-Compiler theory written in C++, top-down parser
Lex-parser
- 用parser generator(windows下的Lex)编写的词法分析器,可以导入文件,查看符号表,token,错误信息,还可以保存这些信息。-With a parser generator (windows, under the Lex) prepared by the lexical analyzer, you can import the file, view the symbol table, token, an erro
LR1-parser
- LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
Recursive-descent-parser
- 递归下降语法分析程序设计 - 编译原理实验-Recursive descent parser design- build principle experiment
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1
LL-parser-simple
- An LL parser is a top-down parser for a subset of the context-free grammars.
stanford-parser-2011-08-04
- 斯坦福句法分析工具包,针对句子建立语法树,以及句子内部词之间的依赖关系-stanford parser