搜索资源列表
XMLLoad
- 通过VC6.0+MSXML4加载XML文件,显示为树型格式-VC6.0 MSXML4 by loading XML documents, to format tree
xmltut1
- XML解析器,vc++,可以解吸XML文件并形成树型结构-XML parser, vc, desorption and formed XML document tree structure
XMLLib
- XMLlib是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。-XMLlib is a revenue parsing XML for Analysis, can be used for C, in Windows or Linux compiler. The analytical model adopted for parsing XML documents
xmlToTree
- 采用Delphi开发环境编写的简单代码,实现XML结构到树型结构的转换
tinyxml
- 解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树。
tree
- xml树,利用JS读取,可以在网站后台中使用,
xml_ptr
- 生成XML树(通过std::map<> 实现XML解析树) 使用递归遍历打印,删除。
liqingyun_paper
- 一篇关于“现代汉语标注语料,树库文档转换成XML文档”的论文。 论文主要做了以下三个工作: 1. 对于汉语语料库的文本文档,进行转换,生成XML文档。 2. 对于符合树库标准的文档,进行转换,生成XML文档。 3. 将XML文档,根据DOM标准,以树形显示在屏幕上。-one of the "Modern Chinese Corpus tagging trees for documents converted into XML documents," the papers. P
cugpetrel.rar
- 类似petrel的工程管理树的C++实现,使用xml文档记录工程条目,xml使用msxmllite组件操作,Similar to the petrel project management tree of C++ implementation, using the xml documentation project entry, xml using msxmllite component operation
Markup
- 一个比tinyxml更快的解析xml的程序,可以方便的生成dom树解析xml文件-A faster than tinyxml xml parsing the program, you can easily generate xml file parsing dom tree
tree
- js解析xml文件,涉及到遍历树及节点。 是非常有用的html工具-javascr ipt and xml
XML
- XML解释器的算法实现,用来显示一个二叉树-XML interpreter algorithm is used to display a binary tree
WebStructureDemo
- 能够打开并解析xml文件,以树状结构显示。 2.界面构成:两个按钮,分别用来打开文件和退出程序;一个树状控件,用于显示xml文件结构;一个文本控件,用于显示选中的xml树的节点的内容,如果选中的节点是最底层的简单节点,则显示此节点的文本内容,否则显示此节点的子节点的名字,一行一个。-Able to open and parse xml file to display the tree. 2. Interface components: two buttons were used to op
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
XMLSerial
- 使用Xerces-C++解析XML数据,并生成相应的XML树。 注:要安装Xerces-C++才能使用-Parsing XML using Xerces-C data, and generate the corresponding XML tree. Note: To install the Xerces-C++ can be used
Thetified
- 唯一二叉树的XML函数表达式标识转换The only XML Binary conversion function expression identified-The only XML Binary conversion function expression identified
XMLDemo
- 这是一个xml树的源代码,实现了基本的xml节点插入删除功能-This is an xml tree of source code, to achieve the basic function to delete xml nodes into
xml-parser
- 简要的xml解析器,是老师上课的题目,主要使用了树的结构吧~-Brief xml parser, is the subject teacher in the class, the main use of the tree structure it ~
XML
- ML作为网络数据交换的标准技术,广泛应用于计算机软件.目前存储数据的主流手段是关系数据库,因此XML 文档与关系数据库之间必须进行转换。通过分析XML文档的层次结构,建立了XML文档树模型,并给出结点定义.依据 XML的BNF规则给出了元素与属性的正规表达式和相对应的状态转换图,设计了识别元素和属,|生的词法分析程序用于解 析XML文档。提出了XML文档树到关系数据库存储的转换思想和算法,并结合实例给出转换后的关系表.-XML has become a standard techno
XML
- 从XML文件导入数据,并根据该数据重建XML树(如果XML树已经创建,则自动释放当前XML树,然后执行导入操作)。(The data is imported from the XML file, and the XML tree is rebuilt based on that data (if the XML tree has been created, the current XML tree is automatically released, and then the import op
