CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parsing

搜索资源列表

  1. string-practice

    0下载:
  2. 这是关于java字符串的详细练习与答案解析,内附截图,执行结果截图,与心得体会-Java string parsing exercises with answers included screenshot, screenshot execution results, and experience
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:163359
    • 提供者:kangin
  1. xmlparse

    0下载:
  2. XML解析源码,用C语音实现xml数据的编码和解析-XML parsing source code, using C language to achieve encoding and parsing xml data
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-25
    • 文件大小:6243
    • 提供者:sallay
  1. androidweather

    0下载:
  2. android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3718550
    • 提供者:
  1. XML_paser_withXerces

    0下载:
  2. 用xerces 3.1解析xml的实例 http://xerces.apache.org/xerces-c/-With xerces 3.1 parsing xml instances http://xerces.apache.org/xerces-c/
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:1919
    • 提供者:ludiqianshui
  1. Fat32_analyze

    0下载:
  2. Fat32格式解析例子,可以遍历根目录结构-Fat32 format parsing example
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:443365
    • 提供者:cradiator
  1. lingpipe-3.6.0

    3下载:
  2. 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
  3. 所属分类:Java Develop

    • 发布日期:2014-12-05
    • 文件大小:4669384
    • 提供者:张国栋
  1. xmlParser

    0下载:
  2. xml解析库,能够动态解析xml得到有用的数据,使用c完成-xml parsing library that can be useful for dynamic analysis xml data,use c to complete
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-17
    • 文件大小:174280
    • 提供者:zhao shi jiang
  1. abcnativexml

    0下载:
  2. Delphi 环境下 XML解析引擎, 支持SAX,速度飞快,对XML文件处理非常方便-Delphi environment, XML parsing engine that supports SAX, speed fast, very easy on the XML document processing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-11
    • 文件大小:18364662
    • 提供者:nengbang
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:29038
    • 提供者:xieli123
  1. mp4code

    0下载:
  2. Mp4格式解析源码,需要的可以看看。每个BOX的信息都解了-Mp4 format parsing source code, you need to be able to look at. The information for each BOX solution
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-02
    • 文件大小:4271441
    • 提供者:wangzi
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:46403
    • 提供者:how
  1. dom4jxml

    0下载:
  2. dom4j解析操作xml,对xml的正删改查-dom4j parsing xml, xml positive deletion of the investigation
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:85477
    • 提供者:gaobingyin
  1. C-XMLCode_BREW

    0下载:
  2. brew 平台xml解析,有做通讯接口的,可以借此一用,高人设计,非常经典-brew platform xml parsing, facilitate the development of
  3. 所属分类:BREW

    • 发布日期:2017-04-03
    • 文件大小:49034
    • 提供者:王连水
  1. XML-java

    1下载:
  2. 使用java语言对XML文档进行解析的示例,包括DOM,SAX方式,并包括使用jdom和jom4j框架进行XML解析或生成XML文档-XML documents using java language parsing examples, including DOM, SAX approach and including the use of jdom and jom4j framework or generate XML parsing XML documents
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:28804
    • 提供者:熊诗宇
  1. cJSON

    2下载:
  2. 里面有cJSON的修改版和原版, 修改版支持long long类型(之前项目有需求改的), 原版也在里面并且带有使用例子.. 这是我比较过10几款json库觉得最好用的, 支持中文, dom解析 而且简单易用! 而且我修改后的那个是可以解析long long类型的-There cJSON the modified version of the original and modified version of support for long long type (before
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:24769
    • 提供者:银色的子弹
  1. 2

    0下载:
  2. 设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生: EE+T|E-T|T TT*F|T/F|F Fid|(E)|num 实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:CC
  1. dom4j-1.6.1

    0下载:
  2. xml解析jar,很方便的吆。想学习xml解析的可以下下来参考下了-xml parsing jar, very convenient creation to shout. Want to learn xml parsing can be made a reference to the next down the
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:11691944
    • 提供者:莫惹尘埃
  1. xml_Vc

    0下载:
  2. VC++解析读取XML文件的一个很好实例!-VC++ parsing XML file to read a good example!
  3. 所属分类:File Operate

    • 发布日期:2016-01-26
    • 文件大小:40146
    • 提供者:xtiqjy
  1. dnp

    3下载:
  2. DNP3.0编程实例,DNP子站通讯程序,实现通讯规约流程、报文解析-DNP3.0 programming examples, DNP sub-station communication process, achieve process communication protocol, message parsing
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-18
    • 文件大小:14703
    • 提供者:小山脚下
  1. snmpPP-trap

    0下载:
  2. trap文件解析功能,能够很好的帮助snmp程序设计。-trap file parsing, can be a good help snmp programming.
  3. 所属分类:SNMP

    • 发布日期:2017-04-06
    • 文件大小:1904
    • 提供者:lyw
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com