搜索资源列表
geektalkd-1[1].24.tar
- geektalkd是一个简单的聊天服务器,设计为在瘦客户机上使用(像elnet, netcat,或是可用的Perl 客户机)。它的特点为多通道,私人聊天,和其它所有你希望从聊天服务器得到的东西。此外,所有的语法分析器代码可以重写和重读,所以你可以轻松地增加新功能而不用重新启动服务器,也不用将所有用户踢出聊天室-geektalkd is a simple chat server, designed for use in thin-client (like elnet, Netcat, or the
bianyi.rar
- 实现了此法分析器和语法分析器 有详细的代码和文档,This method achieved analyzer and parser code and detailed documentation
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. MIT has developed the Universit
dyfxxhg
- 用DELPHI写的多元非线性回归代码,对生物统计学和生物信息学有较好参考意义.-With the DELPHI code written in multiple non-linear regression of biological statistics and bioinformatics have good reference value.
Yacc
- 语法分析器 生成工具 YACC 实例 说明 含源码 运行程序-YACC parser generation tool with source code examples to run programs
bison++-1.21-8.tar.Z
- 生成C++词法/语法分析的GNU语法分析器 -GNU syntactic and phrase parser code which can produce C++ code
flex-2.5.2.tar
- Flex词法/语法分析器源码 -Flex syntactic and phrase parser code
byacc.1.9.tar.Z
- Berkeley的YACC词法/语法分析器 -Berkeley YACC syntactic and phrase parser
grammatica-1.4.tar
- Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
LR-fenxi
- LR分析器的实现代码,相信能对编译原理学习的人有所帮助,针对代码有详细的解释-LR parser code, I believe that the compiler can learn the principle of help, for detailed explanations on the code
htmlparser(java)
- 一个从国外网站下载的用java实现的html解析的代码-A website from abroad to achieve the use of java parsing html code
LR
- 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
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
tinyxml2.5.3
- 小巧精干的xml解析器。代码非常少,可以轻易集成到各类项目中。 -Small and lean xml parser. Code is very little that can be easily integrated into various types of projects.
LL(1)Parser.C
- 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
SLR
- this is a code for SLR parser generator written in C
yufafenxiqi
- 一个比较全面的语法分析器代码,注释详细,适合学习-A more comprehensive parser code, comment in detail, suitable for learning
Parser
- 词法分析器,包含了代码和实验报告-Lexical analyzer, code and test report contains the ~ ~ ~ ~
Lexical.parser.design.module
- 词法语法分析器设计模块代码Lexical parser design module code -Lexical parser design module code
CppParser
- CPP parser/compiler code