Welcome![Sign In][Sign Up]
Location:
Search - parser

Search list

[ELanguage词法语法分析器——c

Description: 一个C语言实现的词法分析器和语法分析器。仅供大家参考。-a C language of the lexical analyzer and parser. Only your reference.
Platform: | Size: 36864 | Author: 陈为 | Hits:

[JSP/Javahtmlparser1_4_20040727

Description: HTML Parser 是一个对现有的 HTML 进行分析的快速实时的解析器,事实上在应用过程中你更为惊叹于 HTML Parser 给你带来一些周到的处理。 -HTML Parser is one of the existing HTML for rapid real-time analysis of the parser, in fact in the application process even more amazing in your HTML Parser to bring you some thoughtful treatment.
Platform: | Size: 3254272 | Author: 张宏斌 | Hits:

[Other resourceLR1

Description: LR1语法分析器 自动识别开始符号、终结符、非终结符; 生成各非终结符的 first和follow集 生成LR1分析表-Complete parser automatic identification symbols beginning and ending address, end-FU; The end-generating website and follow the first generation Complete Set Table Analysis
Platform: | Size: 66560 | Author: 余天 | Hits:

[Browser ClientHTML-Parser-3.51

Description: 安装后可以分析和解出HTML网页内容的Perl模块-after installation can be analyzed reconciliation HTML Web content Perl module
Platform: | Size: 104448 | Author: yufiles | Hits:

[Linux-UnixXML-Parser-2.34.tar

Description: one of the linux gd libraries
Platform: | Size: 229376 | Author: 符巍 | Hits:

[Internet-Networkmsxml

Description: 一个德国人做的XML解析器的源代码,很好用,我测试过-a German doing the XML parser source code, useful, I tested
Platform: | Size: 184320 | Author: 张晓峰 | Hits:

[Othertinyxml_2_4_3.tar

Description: TinyXml文件包,一个简单方便的xml解析器-TinyXml kit, a simple, convenient xml parser
Platform: | Size: 154624 | Author: zz | Hits:

[ADO-ODBCsqlelements-0.8-20051211.151544-1

Description: 这是一个SQL解析器,专门用来解析SQL语句.运行于任何操作平台-This is an SQL parser, devoted to the analysis of SQL statements. Runs on any platform
Platform: | Size: 63488 | Author: taozi | Hits:

[Other resourceXmlTool

Description: this is a xml file parser resource code, very useful when you want to deal with xml file or xml string
Platform: | Size: 10599424 | Author: 谢国 | Hits:

[xml-soap-webservicemxml_xercesc

Description: XML Parser written in C++ Using the Xerces-c lib-XML Parser written in C. Using the Xerces-c l ib
Platform: | Size: 5120 | Author: michael | Hits:

[Embeded-SCM DevelopXNLparser

Description: xml解析器(在niosII环境下用C语言开发的)-xml parser (niosII environment with C-language development)
Platform: | Size: 17408 | Author: 黄丽君 | Hits:

[Search Enginehtmlparser

Description: HTML的解析器,是Majestic-12分布式搜索引擎的一部分。作者Alex Chudnovsky, Majestic-12 Ltd (UK)。这个是3.0版本,性能经过多次优化,文档也比较全。也可以到http://www.majestic12.co.uk下载。-HTML parser, Majestic-12 distributed search engine part. Author Alex Chudnovsky, Majestic-12 Ltd (UK). This is version 3.0, performance is optimized for many times, the document also compared the whole. Http://www.majestic12.co.uk can also download.
Platform: | Size: 420864 | Author: 罗鹏魁 | Hits:

[Internet-Network20070213ekhtml-0.3.1

Description: 一个开源heml语意分析器 ekhtml: The El-Kabong HTML parser SUMMARY: El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser. PROJECT INFORMATION: Web Site: ekhtml.sourceforge.net The web site contains links to locations where one can: - file bugs - join mailing lists - download the latest release - browse documentation - get CVS information BUILDING: See the file INSTALL for information、目标代码生成、符号表的构造和运行时存储空间的组织等8部分组成。-revenue heml a semantic analyzer ekhtml : The El-Kabong HTML parser SUMMARY : El-Kabong : A speedy, yet forgiving. SAX- stylee HTML parser. PROJECT INFORMATION : Web Site : ekhtml.sourceforge.net The web site contains links to locations where one can :- file bugs- join mailing lists-download the la test release-browse documentation- get in CVS formation BUILDING : See the file INSTALL for information, object code generation, symbol table structure and operation of storage space at the organization of eight components.
Platform: | Size: 271360 | Author: | Hits:

[File Operatexml__parser

Description: xml__parser.rar 利用微软的XML Parser SDK解析xml文件并且将解析的结果显示在自定义的书控件中;-xml__parser.rar use Microsoft's XML Parser SDK analytic xm l documents and the results of the analysis show that in the book-defined controls;
Platform: | Size: 31744 | Author: wsq | Hits:

[ELanguage2005060717340116648

Description: LL(1)语法分析器,对任意输入LL(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。-LL (1) parser, the indiscriminate importation of LL (1) grammar analysis table and string, whether or not the sentence grammar, and can provide analysis process.
Platform: | Size: 968704 | Author: 飒飒 | Hits:

[Otherlibini

Description: 不需移植,即可在多个平台上使用的INI文件解析器,目前在Embedded Visual C++和Visual Studio 2005上均已使用在大量的项目中。-without transplantation, they can use a variety of platforms on the INI file parser in Embedded Visual C and Visual Studio 2005 have been used on in a large number of projects.
Platform: | Size: 13312 | Author: peica | Hits:

[ELanguageProject-

Description: 编译器包括词法分析器,语法分析器,最后生成四元式-compiler including lexical analyzer and parser, the last four yuan-Generation
Platform: | Size: 71680 | Author: 侯晓婷 | Hits:

[ELanguageyufafenxi_ll(1)

Description: 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。 -Studies Compilation Principle of a time to write a parser. [Objective request] ① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether given the sentence grammar.二. [Title Analysis] The program can be divided into the following steps: (1) read into the grammar (2) The judge is false (3) If correct, determine whether to LL (1) grammar (4) If so, structural analysis table (5) controlled by the general algorithm to determine whether the string of input symbols for the grammar of the sentence.
Platform: | Size: 5120 | Author: 李爱春 | Hits:

[Otherc_include

Description: 一个成功的不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功运行-a successful no need for any changes to the lex- yacc the demo, the parser generator or lex- bison successful operation
Platform: | Size: 11264 | Author: minan | Hits:

[ELanguageLALR(1)forwins

Description: 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient
Platform: | Size: 13312 | Author: 杜立博 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net