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

搜索资源列表

  1. yufafenxi

    0下载:
  2.  语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-Grammar analysis is a logical compile process stage. The task of grammatical analysis is in a separate lexical analysis on
  3. 所属分类:文件格式

    • 发布日期:2017-04-16
    • 文件大小:249229
    • 提供者:懒人
  1. BIANYI

    0下载:
  2. 编译原理中的词法分析器,用c++编写的,很实用完全可以运行-Drag with shift key to reorder.Drag with shift key to reorder
  3. 所属分类:编程文档

    • 发布日期:2017-04-24
    • 文件大小:81586
    • 提供者:胡小龙
  1. compiler

    0下载:
  2. 编译原理实验,包含词法分析,语法分析,语义分析等功能文档-Compiling principle experiment, including morphology analysis, grammatical analysis, the function such as semantic analysis document
  3. 所属分类:文件格式

    • 发布日期:2017-04-17
    • 文件大小:188995
    • 提供者:周巧华
  1. java-c-minus

    0下载:
  2. 采用java语言,对c减语法实现手工词法分析,分析的源文件路径是指定的。-The java language manual lexical analysis, analysis of c less syntax of the source file path is specified.
  3. 所属分类:软件工程

    • 发布日期:2017-03-29
    • 文件大小:7516
    • 提供者:余红全
  1. bianyiqi

    0下载:
  2. 关于编译器的词法分析过程,输入正则表达式输出NFA-Compiler, lexical analysis process, enter the regular expression output NFA
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:318653
    • 提供者:benben
  1. bianyi

    0下载:
  2. 构造编译程序的基本理论分别完成词法分析器、语法分析器和中间代码生成实验-The basic theory of the construct compiler completed the lexical analyzer, parser and intermediate code generation experiments
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:708235
    • 提供者:瞿蛋蛋
  1. bianyi

    2下载:
  2. 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:6144
    • 提供者:123
  1. compile-analyse

    0下载:
  2. 编译原理词法分析器,主要用的是C#语言实现完成-Compilation principle morphology analyzer, the main use is to realize complete c#
  3. 所属分类:File Formats

    • 发布日期:2017-11-28
    • 文件大小:69676
    • 提供者:june
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. bianyiyuanli

    0下载:
  2. 编译原理的实习题,为PL/0语言编写编译器:词法分析器,语法分析器-Compiler theory, practice questions, written in PL/0 language compiler: lexical analyzer and parser. . .
  3. 所属分类:File Formats

    • 发布日期:2017-11-26
    • 文件大小:11796
    • 提供者:nill
  1. cifafenxi

    0下载:
  2. 编译原理词法分析器源码,比较完整,做课设的时候可以用-Compiler theory lexical analyzer source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:14674
    • 提供者:叶子
  1. flex-code

    0下载:
  2. flex词法分析代码,主要用于词法分析器的自动生成,包含所有代码-the flex lexical analysis code for lexical analyzer automatically generated, and contains all the code
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:267568
    • 提供者:尹红
  1. anysys

    0下载:
  2. 词法分析,识别运算符,并进行四则运算,输出运算结果-Lexical analysis, identify the operator and four, output calculations results
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:17682
    • 提供者:梁浩
  1. my_compile

    0下载:
  2. 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:80946
    • 提供者:will
  1. s

    0下载:
  2. 应用flex实现的pascal语言的简单的词法分析稀奇-Pascal language application flex simple lexical analysis surprising
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:828
    • 提供者:梁运韬
  1. cifafenxi

    0下载:
  2. 词法分析流程分析图包以及对所做程序的描述和分析-failed to translate
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:10703
    • 提供者:刘家伙
  1. cifafenxiqi

    0下载:
  2. 编译原理的词法分析器和语法分析器的一个报告 挺好的一个东西-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:56626
    • 提供者:王冰
  1. ajaxparser

    0下载:
  2. 前些时候学习编译原理,同时也为 DocWizard 做词法分析技术的准备,于是便想出了一种词法分析内核。这个分析内核可以在不改变代码的情况下分析不同的 DFA-Some time ago learning compiler theory, but also for DocWizard do lexical analysis techniques to prepare, so they figured out a lexical analysis kernel. This analysis can
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:106114
    • 提供者:伍柏树
  1. cifa

    0下载:
  2. 编译原理词法分析程序,用于对PASCAL语言进行的词法分析程序-Compiler theory lexical analysis procedures used to PASCAL language lexical analysis program
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:69935
    • 提供者:张鹏
  1. rt

    0下载:
  2.  一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析-Preparation of a recursive descent parser, lexical analyzer to achieve word sequence provided by the syntax checking and structural analysis.
  3. 所属分类:IT Hero

    • 发布日期:2017-11-13
    • 文件大小:4296566
    • 提供者:徐徐
« 1 2 3 45 6 »
搜珍网 www.dssz.com