搜索资源列表
CPPSOAP
- 该程序展示了在c++中如何通过soap调用web服务。不需要借助第三方的组件,如微软的soaptookit-the program demonstrated how the c soap call through web services. Do not need third-party components, such as Microsoft's soaptookit
Markup80
- 在Visual C++中支持xml文件操作的最新版本CMarkUp-in Visual C support xml file manipulation of the latest version CMarkUp
XML文档处理类CMarkup
- 一个xml解析类源代码,C++实现但使用了mfc的CString类,用于Linux需要改写相关部分。-an analytic category xml source code, but the use of C realization of the mfc redeem category, the need for Linux rewrite the relevant parts.
mxml-2.0.tar
- 一个用C语言实现的XML编解码软件,可用在Linux/Windows系统下。-a C Language XML encoding software, available in the Linux / Windows systems.
MyWebServerCode
- This article explains how to write a simple web server application using C#. Though it can be developed in any .NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler Version 7.00.9254
Readerample
- 用C#开发的XMLRead开发例子,可以下载直接用Visual stdio.net -C# development XMLRead development examples, can be downloaded directly with Visual stdio.net
DOCSample
- 用C#开发的VisualStdio。net下的C# XML Document Sample-C# development VisualStdio. Net of C# XML Document Sample
WriteSample
- 有关写XML文件的例子,是用C#语言开发的,可以直接在Visual Studio.NET环境下编译和运行-write XML documents related example is the C# language. directly in Visual Studio.NET environment Compiling and Running
C++SOAP
- 主要是用C++针对SOAP方面的一些操作-C is mainly used against some of the SOAP operation
xmlrpc-c-1.06.06.tar
- XML RPC 在LInux 的库函数实现.支持通过XML调用RPC调用. XML-RPC for C/C++ is programming libraries and related tools to help you write an XML-RPC server or client in C or C++.
xerces-c-src_2.6.0
- XERCES C/C++ XML解析器源码,支持读写XML文件功能,unxi/linux下需要gcc3.2以上版本
C++XML
- C++与XML联合运用该书讲的主要是如何应用XML的方法
xerces-c-current
- xerces-c xml解析器 支持dom解析和sax模式解析
ezxml.用C语言实现的XML解析库
- 用C语言实现的XML解析库,适合在嵌入式或非WINDOWS环境下使用,Using C language to resolve the XML database, suitable for use in embedded or non-WINDOWS environment
cascade2xml
- 将训练分类器时产生的代码转化成.xml形式,供c++调用-Generated when the training classifier into the code. Xml format for the c++ call
CSharpxml-decoder
- C# xml 解析 源码 sax C# xml 解析 源码 sax-C# xml decoder source code
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
c++_ParseXML
- These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
SoapTest
- C++实现对webservice的调用,新手可以学习借鉴一下(C ++ implements calls to webservice)