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

Search list

[ELanguage4124668

Description: 简单的c编译器词法分析器、语法分析器和中间代码生成器-simple c compiler lexical analyzer and parser and intermediate code generator
Platform: | Size: 4365 | Author: 张亮 | Hits:

[ELanguage4124668

Description: 简单的c编译器词法分析器、语法分析器和中间代码生成器-simple c compiler lexical analyzer and parser and intermediate code generator
Platform: | Size: 4096 | Author: 张亮 | Hits:

[Linux-Unixtinyxml_2_3_2.tar

Description: linux下的小型xml开发软件,TinyXml is a simple, small, C++ XML parser that can be easily -the small xml development software, TinyXml is a simple, small, C XML parser that can be easily
Platform: | Size: 120832 | Author: 钱樭 | Hits:

[ELanguage语法分析器

Description: 一个简单的编译器源代码.希望对一些同行有所帮助.-a simple compiler source code. Some colleagues want to help.
Platform: | Size: 4096 | Author: | Hits:

[Editor语法分析器源程序代码

Description: 这是一个语法分析器的源程序代码,能够进行预测分析的小程序-This is a parser of the source code analysis to predict the small program
Platform: | Size: 5120 | Author: 姬儿也 | Hits:

[ELanguage语法词法分析

Description: 一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
Platform: | Size: 4096 | Author: 吴绪林 | Hits:

[Windows Developdowncode66666

Description: 今天有点郁闷,不想干活。整理代码的时候,看到了这个好久之前写的代码,于是想整理出来供大家拍砖。XML的解析对于.Net平台那真是太简单不过了,感谢微软。但对于C++语言的XML解析就没那么容易了。有一个开源的XML4C是IBM的,功能强大,但代码大的有几M,而且对于GB2312的支持有问题,据说能解决,但可能是我天生愚钝,当初我花了2周时间也没搞定,最后放弃,自己写了一个。咦?还能跑起来,也能跨平台:)。 写这个XML解析类,以功能最简单,最实用,最常用的功能为原则,因为只能解析,查找,没有XML文档生成器。如果需要生成XMl文档,还是自己拼凑字串吧。 -today a bit depressed, do not want to work. Finishing the code, to see this a long time before writing code, so to put them down for you Bozhuan. XML for Analysis. Net platform that really is too simple, but I thank Microsoft. But for the C language XML parser will not be so easy. Have a revenue XML4C IBM and powerful, but the code with a large number M, GB2312 but for the support of a problem, was resolved, but I may be born a blunt, I spent the first two weeks did not get, abandon, wrote one. What's this? Can run, can be cross-platform :). Wrote this XML analytical categories, in order to function the simplest, most practical, the most commonly used function of the principle that only analyze, and find, not XML generator. If Generation XMl document, or your own patchwork string it.
Platform: | Size: 30720 | Author: 李冰 | Hits:

[xml-soap-webservicesimplexmlparser

Description: 一个简单的解析xml,并显示出来的vc程序.-a simple analytic xml, and that the vc procedures.
Platform: | Size: 9216 | Author: 田晶 | Hits:

[ELanguageansic_lex_yacc

Description: ANSI C的标准词法描述和文法描述,使用lex和yacc即可编译出可用的C语言源代码,通过这两个描述文档,即可实现最简单的C语法解析器。-ANSI C standard lexical grammar description and a description of the use of lex and yacc to compile the available C-language source code, through the description of these two documents, you can realize the most simple C grammar parser.
Platform: | Size: 5120 | Author: andy | Hits:

[Windows DevelopPL

Description: Simple Parser Programming
Platform: | Size: 5120 | Author: 崔市民 | Hits:

[ELanguage50021523

Description: 语法分析器 用于编译原理的简单的小程序 根据编译原理中的分析方法编写而成-Grammar parser for compiling principle of simple procedures in accordance with the principle of compiler analysis was prepared by the
Platform: | Size: 80896 | Author: 杨敏 | Hits:

[xml-soap-webservicetinyxml_2_5_3

Description: 解析xml的利器。TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs.-Xml analytic tool. TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs.
Platform: | Size: 241664 | Author: wzx | Hits:

[File Operatetinyxml

Description: timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.-timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.
Platform: | Size: 249856 | Author: maoyang | Hits:

[Other1345135133

Description: 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
Platform: | Size: 9216 | Author: 无名 | Hits:

[ELanguagelexer

Description: 采用递归下降的语法分析器,语法为简单的fortran语言-Decline in the use of recursive parser, grammar for simple fortran language
Platform: | Size: 2048 | Author: weishantc | Hits:

[ELanguagepaser

Description: 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
Platform: | Size: 265216 | Author: 罗兴 | Hits:

[ELanguageLL(1)Parser.C

Description: 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
Platform: | Size: 2048 | Author: 王天放 | Hits:

[CSharpParser_Scanner

Description: C# program to doing parser and scanner instructions on the simple C++ grammar rules
Platform: | Size: 118784 | Author: Ahmed Hashem | Hits:

[Otherjson_parser

Description: 一个简单的程序, json解析器, 用c++写的(This is a simple json parser. This is written by c++.)
Platform: | Size: 225280 | Author: interinside01 | Hits:

[Windows DevelopC编程 (3)

Description: 基于c语言的简单代码实现,实现语法分析的一个语法分析器(A parser for parsing based on simple code implementation of C language)
Platform: | Size: 51200 | Author: lsuper | Hits:
« 12 3 4 »

CodeBus www.codebus.net