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

搜索资源列表

  1. youjianjiexi

    0下载:
  2. 邮件解析的源码,希望能有所帮助-mail parsing source code, hope to be helpful.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2285
    • 提供者:张卫东
  1. 01

    0下载:
  2. A Generalized Parsing Class for MFC 一个用作MFC的Parsing 类
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:梦幻
  1. symbian

    0下载:
  2. XML parsing in S60 3rd 一、XML文件解析的机制和框架 Symbian已经为我们提供了类CParser在Symbian平台上对XML文件进行解析,Symbian中的CParser是基于SAX(SAX,Simple API for XML)方式的,它是基于事件流方式,与DOM相比SAX方式在操作上会有点麻烦而且显得没那么好理解。简要比较一下,DOM是将XML在内存中展开成一个树的模型,我们可以方便地访问它的每个子节点,可读可写。但是SAX呢?我们只能通过一个单向文本流去解
  3. 所属分类:文档资料

  1. YUV420

    0下载:
  2. YUV420格式解析,YUV格式通常有两大类:打包(packed)格式和平面(planar)格式。-YUV420 format parsing, YUV format usually has two categories: packaging (packed) format and flat (planar) format.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-09
    • 文件大小:6125
    • 提供者:地址
  1. NTFS_Disk

    0下载:
  2. 详细讲述了NTFS格式首扇区的信息。有助于学习NTFS以及解析NTFS类型的分区-Detailed account of the first sector of the NTFS format information. To the learning process, as well as parsing NTFS type of NTFS partition
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:6968
    • 提供者:侯得果
  1. specforsi

    0下载:
  2. DVB-T对研发人员来将,就是处理PSI和SI的信息,实现搜台功能,实现EPG功能,这些功能的实现都是通过对PSI,和SI表格进行解析实现的。该文档详细描述了PSI,SI的格式-DVB-T on R & D personnel will, is to deal with PSI and SI information, to achieve search platform functionality to achieve EPG functions, these functions thr
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:850724
    • 提供者:pangn
  1. HowToLex

    0下载:
  2. Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-scr ipt type transformations and for segmenting input in preparation for a parsing routine.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:55547
    • 提供者:林伟勋
  1. iniparser3.0b.tar

    0下载:
  2. ini文件的解析文档,此是我写的文档,根据此文档即可写出解析文件的代码,熟练掌握。-ini file parsing document, this is my written document, in accordance with this document to parse the file to write the code, master.
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:26080
    • 提供者:孙文
  1. SNL01

    0下载:
  2. snl语言的语法分析 (递归下降法)词法分析-snl language parsing recursive descent method
  3. 所属分类:Document

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

    0下载:
  2. 编译原理的语法分析实验,里面含有一个TXT文档,将其内容复制到VC中便可运行-Compiler parsing principle experiment, which contains a TXT document, its contents can be copied to the VC in the running
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:3509
    • 提供者:duanxinn
  1. kong

    0下载:
  2. LR分析法对表达式文法进行自底向上语法分析的算法 个个作业仅供参考,态度决定一切。-LR analysis of expression grammar for the bottom-up parsing algorithm everyone operations for reference purposes only, attitude is everything.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:53003
    • 提供者:kongqingzhou
  1. Parsing_Technique

    0下载:
  2. A good book for parsing tecniques.
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2779620
    • 提供者:alias
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. processfunctions

    0下载:
  2. C++ 进程函数实例。<unistd.h>头文件功能函数相关解析。-C++ examples of the process of a function. <unistd.h> Header file utility functions related to parsing.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2531
    • 提供者:方林
  1. ParsingTutorial

    0下载:
  2. This a basic tutorial for text parsing. -This is a basic tutorial for text parsing.
  3. 所属分类:Development Research

    • 发布日期:2017-04-08
    • 文件大小:81570
    • 提供者:ViSharma
  1. Dependency-Parsing

    0下载:
  2. 一个关于Dependency Parsing的详尽的英文介绍,对于学习自然语言处理和编程有很大的帮助-About Dependency Parsing a detailed introduction in English, for learning natural language processing and programming of great help
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:768742
    • 提供者:韩含
  1. STM32common-application-parsing

    0下载:
  2. STM32常见应用解析.给初学者提供了很多问题的详细解释。-STM32 common application parsing
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1622852
    • 提供者:林浩宇
  1. bottum-up-parsing

    0下载:
  2. the file contains information about the bottom up parsing and its structure
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:789028
    • 提供者:santhosh
  1. parsing

    0下载:
  2. lec on parsing in the subject compiler construction-lec on parsing in the subject compiler construction
  3. 所属分类:IT Hero

    • 发布日期:2017-04-26
    • 文件大小:72113
    • 提供者:muhammad azam
  1. BMP-file-format-parsing

    0下载:
  2. BMP文件格式解析,详细介绍了BMP文件格式的各个部分-BMP file format parsing, detailing the various parts of the BMP file format
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:14532
    • 提供者:徐世民
« 12 3 4 5 6 »
搜珍网 www.dssz.com