-
大小: 1.79MB文件类型: .gz金币: 1下载: 0 次发布日期: 2023-09-01
- 语言: 其他
- 标签: zeromq-2.1.7 linux
资源简介
linux zeromq-2.1.7.tar.gz
本人已安装成功 放心使用
--it民工
代码片段和文件信息
/**
****************************************************************************
* xml.c - implementation file for basic xml parser written in ANSI C++
* for portability. It works by using recursion and a node tree for breaking
* down the elements of an xml document.
*
* @version V2.39
* @author Frank Vanden Berghen
*
* NOTE:
*
* If you add “#define STRICT_PARSING“ on the first line of this file
* the parser will see the following xml-stream:
* some textother text
* as an error. Otherwise this tring will be equivalent to:
* some textother text
*
* NOTE:
*
* If you add “#define APPROXIMATE_PARSING“ on the first line of this file
* the parser will see the following xml-stream:
*
*
*
* as equivalent to the following xml-stream:
*
*
*
* This can be useful for badly-formed xml-streams but prevent the use
* of the following xml-stream (problem is: tags at contiguous levels
* have the same names):
*
*
*
*
*
*
* NOTE:
*
* If you add “#define _xmlPARSER_NO_MESSAGEBOX_“ on the first line of this file
* the “openFileHelper“ function will always display error messages inside the
* console instead of inside a message-box-window. Message-box-windows are
* available on windows 9x/NT/2000/XP/Vista only.
*
* Copyright (c) 2002 Frank Vanden Berghen
* All rights reserved.
*
* The following license terms apply to projects that are in some way related to
* the “ZeroMQ project“ including applications
* using “ZeroMQ project“ and tools developed
* for enhancing “ZeroMQ project“. All other projects
* (not related to “ZeroMQ project“) have to use this
* code under the Aladdin Free Public License (AFPL)
* See the file “AFPL-license.txt“ for more informations about the AFPL license.
* (see http://www.artifex.com/downloads/doc/Public.htm for detailed AFPL terms)
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of Frank Vanden Berghen nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY Frank Vanden Berghen ‘‘AS IS‘‘ AND ANY
* EXPRESS OR IMPLIED WARRANTI
相关资源
- uboot到linux logo显示不间断 补丁
- UNIX/LINUX编程实践教程的源码
- Linux任务管理器
- linux应用层的华容道游戏源代码
- ubuntu9.10 可加载内核模块和字符设备驱
- MP3文件ID3v2ID3v2APEv2标签读取
- 操作系统实验——虚存管理实验
- linux下的发包工具sendip
- 尚观培训linux许巍关于c 的笔记和讲义
- 尚观培训linux董亮老师关于数据结构的
- linux 线程池源码 c 版
- linux C 电梯程序练习
- linux下用多进程同步方法解决生产者
- Linux 操作系统实验(全)
- Linux From Scratch 中文手册
- linux 网络实验 ftp程序
- Linux命令大全离线版&在线版
- 操作系统共享内存实验
- dos 下运行Linux 命令--gnu_utils
- linux 0.12内核源代码
- linux简易shell C实现
- linux实验报告及心得体会
- 基于GTK的Linux环境下的简易任务管理器
- linux扫雷游戏代码
- CAN Linux驱动代码
- Linux系统教材
- intel 82579LM 网卡驱动Linux系统版 v1.9.
- SA1110处理器掌上电脑液晶显示器设计
- 基于Linux的串口服务器设计
- Windows下访问LINUX的利器-SSH
评论
共有 条评论