搜索资源列表
xmlreader
- 小練習,主要是如何讀寫XML文件,希望大家多多指教!謝謝大蝦們,謝謝站長!-small practice, mainly how to read and write XML documents, we hope a great weekend! Thank you prawns Gentlemen, thank you head!
rssclass
- vs2005 c# 下的一个rss源解析类,采用解析较快的xmlreader,你完全可以用此类完成你自己的rss订阅器,只需要的是介面的开发了
XMLreader
- 直接读取xml内容 以datagrid显示
XML
- 用C#操作xml xmlFilePath = textBox2.Text FileStream fs = new FileStream(filePath ,FileMode.Open) BinaryReader binreader = new BinaryReader(fs ) //XmlTextReader xmlreader = new XmlTextReader() XmlTextWriter xmlreader = new XmlTextWriter(
XmlRead
- xmlreader,包含了对xml,dom的所有操作方法-xmlreader, contains a xml, dom all the How-to
XMLReader
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
Gmatrix
- Gmatrix是一款轻量级的游戏引擎. 包含一个自主编写的轻量级的xmlReader类:去掉write和对nested结构的复杂逻辑以及一个清晰的分离体系:游戏控制、游戏生命体、道具、场景、游戏引擎、动画播放、音效播放、游戏事件等元素,利于代码重构和升级等等 -Gmatrix is a lightweight game engine. Contains a self-prepared XMLReader lightweight categories: remove the write and t
XMLReaderDragon
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
XmlReader
- 用C++编写的记事本编辑器,能像PC上一样有各种功能,非常不错的代码-Written in C++, Notepad editor, can be the same as the PC, there are a variety of functions, very good code
xmlparser
- xmlreader for delphi
ConsoleApplication1
- console application Using XmlReader or XmlNode, we have to compile two documents ie. po.xsd and po.xml respectively.
XmlReader
- 北大青鸟。Net课程第4章内容 知道的就好玩-Beida Jade Bird. Chapter 4 Net programs to know the contents of fun
XMLReader
- xml 文件读取器,用过动编的人都知道。好用不用多说了。-xml file reader, used the Catalogue of people know. Needless to say, easy to use.
XMLReader
- 关于xml reader 和writer的具体使用方法,从最基本的创建,到最后的使用,进而读入写入到其他格式的过程。-Xml reader and writer on the specific use, created from the basic to the final use, and then read into the process of writing to the other formats.
XMlReader
- 动态查取,解析XML文档,类似文件查阅器,可修改XML和代码,做个日历查询工区-Dynamic investigation take
XMLReader
- 按节点读取XML文件,里面有两个类,用VS2010制作-Node reads the XML file, there are two classes with VS2010 production
XMLReader
- XML EDITOR XML EDITOR -XML EDITORXML EDITORXML EDITORXML EDITOR
XmlReader
- 阅读XML文件保存工具从记录集这样的。完整的存在所包括的代码示例xml fle。还包括代码保存表作为xml文件-Read the XML file to save the tool from the record set this. Included in the presence of a complete code sample XML FLE. Also includes code to save the table as an XML file
ReadDataFromXML
- 通过XmlReader类可以以非缓存的流方式来读取XML数据,XmlReader类提供对XML数据的非缓存、只读只进的快速访问-By XmlReader class can be non-cached way to read XML data stream, XmlReader class provides non-cached XML data, read-only access to fast forward
xmlreader
- xmlreader.c: implements the xmlTextReader streaming node API.