搜索资源列表
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版
libxml2-2.6.30.tar
- c语言编写的xml解析器,可以方便的遍历,插入删除节点等操作
shell_my
- 一个简单的shell解析器,有简单查询,创建文件,删除文件等等,初学者适用
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.
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
my_shell
- 简单的shell解析器,可以实现Linux下shell程序的一些简单功能-simple shell,by C
yacc-1.9.1
- yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
myshell
- 一个简单的,使用c语言实现的shell解析器。在linux下编译运行后,能够解析简单的shell命令。-A simple shell using c language parser implementation. Compile and run under the linux, it can resolve a simple shell command.
libxml2-tests-2.7.8.tar
- Libxml2 是一个xml c语言版的解析器,本来是为Gnome项目开发的工具,是一个基于MIT License的免费开源软件。它除了支持c语言版以外,还支持c++、PHP、Pascal、Ruby、Tcl等语言的绑定,能在Windows、Linux、Solaris、MacOsX等平台上运行。功能还是相当强大的,相信满足一般用户需求没有任何问题。-Libxml2 is an xml c language version of the parser was originally developed
linux-Lrc-Parse
- linux下歌词解析器,用来解析歌词信息。-linux LRC
10-shell
- 命令解析器,将用户输入的指令转换为相应的机器能够运行的程序。 -The command parser, the user input instructions for the machine to be able to run the program.
src
- 采用c++编写的ini格式解析器,很简洁的代码。-Ini format using c++ parser written in very concise code.
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.)