Welcome![Sign In][Sign Up]
Location:
Search - cxml

Search list

[MultiLanguageCXML

Description: xerces文件解析示例,能够解析所有类型的xml文件
Platform: | Size: 10676 | Author: jia | Hits:

[xml-soap-webserviceCxml

Description: 一个绝对好使的xml类,可以实现xml文档生成,xml文档解析。
Platform: | Size: 63830 | Author: zzylsn | Hits:

[MultiLanguageCXML

Description: xerces文件解析示例,能够解析所有类型的xml文件-Examples analytic Xerces document can resolve all types of xml documents
Platform: | Size: 10240 | Author: jia | Hits:

[xml-soap-webserviceCxml

Description: 一个绝对好使的xml类,可以实现xml文档生成,xml文档解析。-An absolute so that the xml type, you can realize generate xml document, xml document analysis.
Platform: | Size: 589824 | Author: zzylsn | Hits:

[xml-soap-webservicevc_cxml

Description: 一个很简单的XML封装类,功能还不够完善,希望能够在大家的提点下继续完善,源文件中包含有三个类(具体看头文件):CXml XML文件类CXmlNode XML结点类CXmlNodes XML结点集合类 -A very simple XML package type, function also is not perfect, we hope to be able to continue to improve the under mentioned points, the source file contains three categories (specific worth documents): CXml XML documents CXmlNode XML node type CXmlNodes XML Node collections
Platform: | Size: 16384 | Author: | Hits:

[VC/MFCCXML

Description: XML(eXtensible Markup Language)即可扩展标记语言,它与HTML一样,都是SGML(Standard Generalized Markup Language,标准通用标记语言)。Xml是Internet环境中跨平台的,依赖于内容的技术,是当前处理结构化文档信息的有力工具。扩展标记语言XML是一种简单的数据存储语言,使用一系列简单的标记描述数据,而这些标记可以用方便的方式建立,虽然XML占用的空间比二进制数据要占用更多的空间,但XML极其简单易于掌握和使用。 -XML (eXtensible Markup Language) to Extensible Markup Language, which is like HTML are SGML (Standard Generalized Markup Language, Standard Generalized Markup Language). Xml are cross-platform Internet environment, and dependent on the content of technology, are the current structure of the document deal with a powerful tool for information. Extensible Markup Language XML is a simple data storage language, using a series of simple markers to describe the data, and these markers can be used, convenient way to set up, although the XML space than binary data to occupy more space, but XML is extremely easy to grasp and easy to use.
Platform: | Size: 1021952 | Author: 王盛 | Hits:

[Windows DevelopCXmlSample_Src_Ver31

Description: CXML的源代码及示例程序,3.1最新版,VC2008环境下编译测试通过!-CXML source code and sample programs, the latest 3.1 version, VC2008 compiler test environment!
Platform: | Size: 295936 | Author: 刘翔 | Hits:

[Windows DevelopCXml

Description: VC下最好用的xml解析类。 VC下最好用的xml解析类。-VC is best to use the xml under the category resolution. VC is best to use the xml under the category resolution. VC is best to use the xml under the category resolution.
Platform: | Size: 514048 | Author: baofanfan | Hits:

[OtherCXml

Description: 封装一个基于MFC的XML封装类 CXml-Packaging an MFC-based XML wrapper classes CXml
Platform: | Size: 20480 | Author: 帅得心里烦 | Hits:

[xml-soap-webserviceXMLTEST

Description: 一个XML使用大全,包含CXML的使用EXE讲解,并配合一个完成的用此类的程序-XML uses a Guinness, including CXML explain the use of EXE, and coupled with a complete program with such
Platform: | Size: 331776 | Author: 孙文超 | Hits:

[xml-soap-webserviceCxml

Description: 封装了Cxml内,从xml配置文件中读取xml数据元,并将其迭代的插入到list控件-a Cxml class, read xml meta data from a xml file, and insert those data into a list
Platform: | Size: 2048 | Author: | Hits:

[xml-soap-webserviceCXML

Description: 这是一个DLL,关于XML的DLL,可以调用里面的函数实现添加节点,属性,删除节点,属性等功能-This is a DLL, on XML, DLL, can be called inside the function implementation to add nodes, attributes, delete nodes, attributes etc.
Platform: | Size: 3934208 | Author: 黄愉晋 | Hits:

[Graph DrawingCXML

Description: CAD中的查询小工具,很好用的。大家下载试试看。-CAD query gadget, very good use. You download it a try.
Platform: | Size: 9216 | Author: bskce | Hits:

[Web ServerCXMLC

Description: 针对目前存在的大量遗留代码,提出基于Web Service 分布式应用程序模型的C-XML 方法,该方法把C 源代码转换成 XML 格式,迁移到Web 服务器之后,包装、部署成Web 服务以供访问者调用。采用C-XML 方法,只需要付出低廉的代价就可 以实现大量C 源代码在新系统中的重新利用。-There are lots of legacy code in the old system, then C-XML based on Web Service is proposed. The C source code is wrapped into service which can be accessed by service invoker after it is transformed into XML and migrated to the server. Using CXML, a lot of C code can be reused at lower cost in the new system.
Platform: | Size: 345088 | Author: cui | Hits:

[OtherCXml

Description: XML creation, reading, and manipluation.
Platform: | Size: 26624 | Author: Rick Zacharias | Hits:

[File OperateCXML

Description: 对XML文档解析库tinyxml的再次封装,更加方便xml文档的解析与修改。-Library for parsing XML documents tinyxml the package again, more convenient xml document parsing and modification.
Platform: | Size: 50176 | Author: wendell | Hits:

[Windows Developmap3

Description: An MFC-based XML wrapper classes CXml
Platform: | Size: 9676800 | Author: 麒麟 | Hits:

[Database systemsplitA

Description: Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><![CDATA['+replace(@expression,@delimiter,']]></x_k><x_k><![CDATA[')+']]></x_k>' insert into @TmpTable select ls.row.value('.[1]','varchar(max)') as refno--, identity(int,1,1) as idno from @cxml.nodes('/x_k') as ls(row) end RETURN END GO(A SQL imitates the split function in VB to achieve a high efficiency by turning a text string into a data table.)
Platform: | Size: 1024 | Author: salonstarA | Hits:

CodeBus www.codebus.net