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

搜索资源列表

  1. lexer.rar

    0下载:
  2. LEXER 句法分析源代码!!!非常惯用, 而且有实例,LEXER parsing the source code! ! ! Very often used, but also have instances
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8575
    • 提供者:罗刚
  1. HQ.rar

    0下载:
  2. 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。,Design a small language, the basic procedures required statement, given the small language LL (1) grammar, the forecast method used to achieve the mini-language LL (1) parsing grammar.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2340030
    • 提供者:joe
  1. mupdf-source.rar

    0下载:
  2. 目前对于PDF的研究及源码都不多,所以相信此源码能对大家有很大的帮助。mupdf是一个轻量级的pdf解析库和浏览器,非常适合在嵌入式设备上移植使用,但是移植会有一定难度,Good Luck!,At present the research and source code for the PDF do not have much, it is believed that this source can be of great help to all of us. mupdf is a lightw
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:2828003
    • 提供者:李海明
  1. svm_perf.tar.gz

    0下载:
  2. SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike regula
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:109271
    • 提供者:jon
  1. iksemel-1.4.tar.gz

    0下载:
  2. symbian平台下XML解析工具,比较好用,symbian platform XML parsing tools, more easy to use
  3. 所属分类:Symbian

    • 发布日期:2017-03-22
    • 文件大小:515581
    • 提供者:hander
  1. XMLParseClass-CMarkup

    0下载:
  2. XML 解析类 CMarkup 网上比较好的XML解析类-XML parsing class CMarkup better XML parsing class online
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:650437
    • 提供者:iiiBreeze
  1. javaXML

    0下载:
  2. 用java语言访问XML语言,可以用来做XML文件的接收和解析-XML language using java language access can be used for receiving and parsing XML documents
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-30
    • 文件大小:1324
    • 提供者:吴强
  1. ex_aduio

    0下载:
  2. 基于STM32103+wm8978+mp3格式的软件解码+WAV文件解析的音频播放 站长你就让我过了吧:)-Based STM32103+ wm8978+ mp3 format file parsing software decoding+ WAV audio player owners have the right you let me:)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-02-14
    • 文件大小:3068928
    • 提供者:纪凤虎
  1. hahamp3player_android

    0下载:
  2. android mp3播放器,通过实现XML解析,歌词拖拉,中文显示等方面功能,作为一个学习的例子.-android mp3 player through the XML parsing, lyrics drag, Chinese shows, etc. functions as a learning example.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:125779
    • 提供者:吴娱
  1. COMmonitor

    0下载:
  2. 可以侦听最多两个串口的数据, 主要是为了调试通讯设备使用, 尤其是各种modem, 因为内置了cmux解析功能, 非常方便阅读。-Can listen for up to two serial data communication equipment mainly used for debugging, especially the variety of modem, because the built-cmux parsing, very easy to read.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:59981
    • 提供者:zhouxinpu
  1. ExpressionCaculator

    0下载:
  2. 利用算符优先算法制作的一个表达式计算器,它能够将一个C语言的表达式解析成四元式,然后根据算符优先的规则来计算表达式。-The use of operator precedence algorithm produced an expression calculator, it can be a C language expression parsing into four yuan type, then operator precedence rules to evaluate the expre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2874856
    • 提供者:hgp
  1. jsoup-1.6.1-sources

    0下载:
  2. html解析工具,非常好用,强烈推荐~~可用来开发爬虫-html parsing tool, very useful, highly recommended ~ ~ can be used to develop reptiles
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-29
    • 文件大小:105487
    • 提供者:zzz
  1. dblinshi

    0下载:
  2. 将数据库数据通过解析之后传到前台页面进行显示,并对异常数据进行告警分析-After parsing the data through the database front page spread display, alarm and data analysis of abnormal
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:10718
    • 提供者:庞子涵
  1. dxflib-2.5.0.0-1.src

    1下载:
  2. DXF库(dxflib) dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxf
  3. 所属分类:CAD

    • 发布日期:2016-01-26
    • 文件大小:150528
    • 提供者:xiaoshuai
  1. compile2.rar

    0下载:
  2. 编译原理 语法分析程序设计 [实验目的]: 1.了解语法分析的主要任务。 2.熟悉编译程序的编制。 [实验内容]:根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。 全部源码,Compilation Principle parsing program design [experimental purposes]: 1. To understand the main task of parsing. 2. Familiar with the procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:38276
    • 提供者:稻草人
  1. libxml2-2.6.9.rar

    0下载:
  2. linux xml文档解析,解析,查询,以流的形式加载,linux xml document parsing, analysis, query, load in the form of flow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3568401
    • 提供者:刘敏
  1. wave_solution1.zip

    0下载:
  2. 音频文件.wav格式头的解析及转换成纯PCM的代码,Parsing of audio file. Wav format header and conversion code into a pure PCM
  3. 所属分类:Audio program

    • 发布日期:2017-05-16
    • 文件大小:4429323
    • 提供者:nina
  1. cobra

    0下载:
  2. 有js逻辑的页面,对网络爬虫的信息抓取工作造成了很大障碍。DOM树,只有执行了js的逻辑才可以完整的呈现。而有的时候,有要对js修改后的dom树进行解析。在搜寻了大量资料后,发现了一个开源的项目cobra。cobra支持Javascr ipt引擎,其内置的Javascr ipt引擎是mozilla下的 rhino,利用rhino的API,实现了对嵌入在html的Javascr ipt的解释执行-There js a logical page, the information on the Web
  3. 所属分类:Ajax

    • 发布日期:2017-03-28
    • 文件大小:874293
    • 提供者:bylray
  1. Cpp_amfParse

    0下载:
  2. amf解析模块的C++实现,用于网络游戏amf协议的封包、解析功能。目前好像还没找到类似的。-amf parsing module in C++, for online game amf protocol packets parsing. Find similar if not present.
  3. 所属分类:Sniffer Package capture

    • 发布日期:
    • 文件大小:146084
    • 提供者:midy
  1. TUIO_IO

    1下载:
  2. CCV XML解析和协议的模拟。 CCV XML解析和协议的模拟。-CCV XML parsing and protocol simulation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1943395
    • 提供者:yangkun
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com