CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - xml文件

搜索资源列表

  1. TestTinyxml

    0下载:
  2. tinyxml库以及介绍使用tinyxml库获取xml文件声明,查询指定节点、删除指定节点、修改指定节点和增加节点的用法。具体说明见我的博客: http://blog.csdn.net/clever101/archive/2010/02/28/5334369.aspx-tinyxml library and introduced the use of tinyxml library xml file to obtain the statement, query the specified n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1737588
    • 提供者:朱小明
  1. C

    0下载:
  2. 获得所有窗口的窗口名.txt 得到光标在屏幕上的位置 .txt 关闭计算机 .txt 获得IP和Mac地址 .txt 获得局域网中计算机的列表.txt 获得网卡真实MAC地址的四种方法.txt 杀死进程的代码.txt c#调用声音函数.txt 从Internet上抓取指定URL的源码的方案.txt asp.net中上传文件到数据库.txt 使用Visual C#实现断点续传.txt 窗体实现安全线程.txt C#如何操作XML文件.txt 操作
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:709093
    • 提供者:侯坡
  1. LoadXML

    0下载:
  2. flex 载入xml 文件,获得其值,用于程序初始化-flex load xml file, get its value, for program initialization
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:309543
    • 提供者:lt
  1. Toolxmltowbxml

    0下载:
  2. 由于xml文件不能被手机识别,所以不得不转化为wbxml文件,很多人都在为xml转化为wbxml文件苦恼。 这个工具可以很简单的将xml转化为wbxml文件: 首先下载该文件,解压缩,将你的同名的xml文件替换settings.xml文件,然后直接双节cmd.com文件就可以产生wbxml文件了。同时会有一个log文件产生。 文件夹里包括的库文件有:leaktrack.dll/libexpat.dll/libwbxml2.dll。希望能帮助一些急需要的人。-Xml document
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:176348
    • 提供者:sophie
  1. WindowsApplication1

    0下载:
  2.  Visual C#使用Direct X的实现视频播放有以下几点:   1. 掌握在Visual C#引入Dirext X函数库的方法。   2. 设置Direct X视频播放的宿主组件。   3. 基本的播放命令的设置:播放、停止、暂停等。 4.全屏、退出的用法。 .net Framework SDK中并没有包含Direct X SDK,所以必须先下载、安装Direct X SDK。具体的下载地址为:http://download.microsof
  3. 所属分类:DirextX

    • 发布日期:2017-03-23
    • 文件大小:16518
    • 提供者:guoliang
  1. XmlFileWriter-xmlns

    0下载:
  2. C#使用DOM形成XML文件的例子,主要是练习名称空间的使用-C# Formed XML documents using DOM Examples, mainly to practice the use of namespace
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6998
    • 提供者:廖利辉
  1. xml

    0下载:
  2. 此程序实现的功能:利用QT库提供的DOM方式来读取和解析数字化保护装置的XML格式的配置文件。-This program features: the use of QT library to provide the DOM way to read and Analysis of digital protection devices XML format configuration files.
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:144496
    • 提供者:jixina
  1. src_xml

    0下载:
  2. 一个简单的分析xml文件的C源码程序,有例子和WORD文档-A simple analysis of the C-source xml document procedures, there are examples and WORD documents
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:92021
    • 提供者:YHC
  1. AccesstoXML

    0下载:
  2. 用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:360155
    • 提供者:
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4223
    • 提供者:红红
  1. xmlsend

    0下载:
  2. 使用javascr ipt创建xml,并实现xml文件发送。-Use javascr ipt to create xml, and to achieve xml file.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1484
    • 提供者:zlh
  1. testmarkup

    0下载:
  2. vc借助CMarkup类实现对xml文件的读写,方便快捷-vc with CMarkup class implements read and write to xml document, convenient and quick
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:37711
    • 提供者:guoning
  1. xmlTest

    0下载:
  2. 基于tinyXML的测试程序。用来解析xml文件的基本示例。-TinyXML-based testing procedures. Xml file used to resolve the basic sample.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:40430
    • 提供者:俞凌杰
  1. MingXing(p139)

    0下载:
  2. 一个关于xml文件与treeview 控件绑定的代码!实用visual stdio 2008 开发的哦1-Xml file with a TreeView control to bind the code! Practical development of visual stdio 2008 Oh 1
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:18237
    • 提供者:fffffff
  1. xmlanalyzor

    0下载:
  2. 十分好用的xml文件分析器,在windows和linux下均可以使用。-Very useful document xml parser, in both windows and linux can use.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:240154
    • 提供者:tony
  1. XmlTest(new)

    0下载:
  2. 用c#实现的解析xml文件并显示节点的信息,并能够显示节点间的关系图。-use c# language,can parse xml
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:31601
    • 提供者:chenchong
  1. Redirect

    0下载:
  2. 自己开发的XML重定向流计数程序Redirect.exe。它使用SAX EntityResolver为外部实体重定向输入流。Redirect安装一个实体解答器,捕捉对外部DTD文件的调用,并重定向到另一个具体的包含DTD的文件,然后计算并报告XML文件中的元素和个数。 用法:Redirect <XML file>-Developed their own XML redirects flow counting procedure Redirect.exe. It uses SAX
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1094522
    • 提供者:
  1. PParse

    0下载:
  2. PParse演示改进的解析XML过程。在这个程序中,程序员不需要依赖抛出异常来终止解析操作。调用parseFirst()将引起DTD被解析,所有前沿内容,即根元素之前但不包含根元素的所有内容也被解析。接着调用parseNext()解析一个或多个标记,并从解析器的代码中分离出来。PParse解析一个XML文件并打印计算出元素数。 用法:PParse [options]<XML file>-PParse demonstration to improve the process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1096409
    • 提供者:
  1. Markup101

    0下载:
  2. 对XML文件的读取等功能,希望对大家有所帮助
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:481134
    • 提供者:jiang1013nan
  1. CsvFileOperate

    0下载:
  2. 用c++实现的csv文件和xml文件之间的相互转换-Using c++ to achieve the csv file and xml document conversion between
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:35239
    • 提供者:wangdan
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com