搜索资源列表
iscsi-win
- 嵌入式环境的WebServer,自带asp解析器,响应速度很快-Embedded WebServer environment, asp own parser, fast response
xerces-c-current
- 开源的XML解析器,采用C++实现。与微软的COM方式的 XML解析器使用方式不同。-open source XML parser, using C to achieve. Microsoft's COM with the way the use of XML parser different ways.
RSS_Parser
- 一个C++写的RSS解析器,需要libxml2.rpm支持-a C parser written by the RSS, the need to support libxml2.rpm
bison
- Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序.-Bison alternative generates the parser. Bison can generate text files can be analyzed structure of the procedure.
iksemel-1.3
- linux平台或者windwos平台通用xml 解析器,ikseml
assdasda
- 一个简单的表达式解析器 Delphi版
RunVBS
- 用汇编实现的vbs脚本解析器!可供C++,VC++调用
libxml2-2.6.30.tar
- c语言编写的xml解析器,可以方便的遍历,插入删除节点等操作
表达式解析器源代码(可以计算各种函数)
- 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
IKExpression表达式解析器
- IKExpression表达式解析器是采用java语言实现的强大的表达式解析器。
shell_my
- 一个简单的shell解析器,有简单查询,创建文件,删除文件等等,初学者适用
JimiXml
- 基于tinyxml封装的xml解析器,功能简单易用、跨平台-xml parser based on tinyxml parser
htmlcxx-0.84.tar
- html c++ ,一个好用的html解析器,parser,0.84,新版本-html c++, a nice html parser, parser
zchaff.2004.5.13.tar
- 这是一种很好的SAT解析器。通过它,我们可以判断SAT问题是否有解,并且在有解的情况下能找到解-This is a good SAT resolver. Through it, we can determine whether the SAT problem to solve, and in the case of solvability can find solutions
zchaff.2008.10.12
- 这是一种非常有用的SAT解析器,速度快,结果准确。希望对大家有所帮助。-This is a very useful SAT resolver, fast, accurate and reliable. We hope to be helpful.
MemParse
- MemParse使用有效的SAX解析器解析含有XML语句的内存缓冲区,并报告发现的元素和属性数。 用法:MemParse -v=always-MemParse the use of effective analytical SAX parser XML statement contains the memory buffer, and the report found the number of elements and attributes. Usage: MemParse-v = alw
113172208XML_Parser_Ctrl_demo
- 一个很好的xml解析器,很有用,很使用的
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
expat
- 小型XML解析器,不需要其它库支持,可以直接解析XML文件-A small XML parser, no other library support for parsing XML documents can be directly
10 个Shell命令解析器的功能
- Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens * using whitespace as delimiters. setup() sets the args parameter as a * null-terminated string.)