搜索资源列表
SyExpat2
- Symbian60s xml解析器,对Expat移植到symbian平台。-Symbian60s xml parser right Expat transplant symbian platform.
anoXML-Javaj2me
- anoXML-Javaj2me中的xml解析器,是专门解析xml的,在手机开发上,希望能给大家以帮助-anoXML - Javaj2me the xml parser is specialized analytical xml. in the mobile phone development, I hope that it provides to help
iks-symbian.20050926a.src
- symbina上可以使用一个xml解析器,对开发网络应用很有好处-symbina can use an xml parser, and development of network applications very good
NMEAParser
- GPS用,NMEA报文的解析器,标准C++。-using GPS, the Receiver reported text parser, C standard.
kxml2-src-2.3.0
- KXML一个基于j2me的xml解析器,基于pull机制。-KXML a j2me on the xml parser based on the pull mechanism.
source0409132
- 小型xml解析器,tinyXML-small xml parser tinyXML
android阅读器
- android阅读器,可实时解析网页新闻动态,android readers, real-time news analysis website
SyExpat-11111
- 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。-This is the realization of the next symbian parsed XML source code. Includes parser and parsing code examples.
xml
- j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
NanoXML-2.2.3.tar
- NanoXML J2ME 解析器, 写的很好很简单的源文件
GPS
- GPS 信号解析程序,把GPS数据解析出来分别存在相应的寄存器,好利于其他函数调用数据-GPS signal analysis program, the GPS data analysis out there is a corresponding register, respectively, and good data on the benefit of other function calls
xmlparser
- 可以在arm7上运行的xml文件解析器代码,可以支持移植使用,用纯C开发。-Run in arm7 xml file parser code, you can use to support migration, development of pure C.
BarParser
- 此代码为贴吧网页解析器,网页解析,java开发的。-parser
KXML2
- j2me常用的XML解析器KXML的源码,直接放到工程里,可以解决找不到类的错误-j2me common source XML parser KXML directly into the project, the class not found error can be solved
lua4brew
- 自己搞的lua解析器在brew环境下的移植版本;-lua interpreter ported to the qualcomm brew platform
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
AndroidJSONParsing
- Andoid开发基础。简单的JSON格式解析器-Andoid development foundation. Simple JSON format parser
xmlparser
- XML解析器,精选ios编程学习源码,很好的参考资料。-The XML parser, selection of learning IOS programming source code, a good reference.
DocumentsReceive
- 接收来自解析器解析的数据文件,在指定路径中读出文件-receive a file,then output it in the prescribed route
pull解析器
- android中自带的一个pull解析器,可以让编程人员更好的使用其中的pull解析技术来达到更好的解析xml的效果。