CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 词法分析

搜索资源列表

  1. Lexical_analysis

    0下载:
  2. 智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况-Lexical analysis of intelligence, can enter any regular expression can be obtained NFA, DFA, minDFA, and the final match of the situation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:441508
    • 提供者:
  1. ll1

    0下载:
  2. LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:于翔
  1. simple1

    0下载:
  2. 本文是关于编绎原理中词法分析的重要内容,严格实验所以要求.-Sounds of this article is about the principle for lexical analysis of the essential content, so the strict requirements of the experiment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:261058
    • 提供者:xj
  1. SemanticAnalyse

    0下载:
  2. 编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:173449
    • 提供者:陈树佳
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. scanner

    0下载:
  2. 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:251240
    • 提供者:房兴华
  1. WordsAndGrammarAnalysis

    0下载:
  2. 6个不同的词法语法分析程序源代码,或者说通用c的编译器源码,3个c++控制台程序,3个mfc应用程序,-Six different lexical parsing source code, or common-source compiler c, 3 c++ console process, three mfc application, huh, huh
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:477661
    • 提供者:yzp
  1. mytest

    0下载:
  2. 编译器,解释器构造,词法、语法、语义分析-interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:12857
    • 提供者:quan
  1. LexicalanalysisofC

    0下载:
  2. C词法分析程序,能够识别浮点型,科学计数型-C lexical analysis procedure to recognize floating-point type, scientific Counting
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1933619
    • 提供者:wangyao
  1. loucomp

    0下载:
  2. 用c写的tiny语言的解释器,包括词法分析、语法分析、语义分析,解释执行-With c written explanation of tiny language, including lexical analysis, syntax analysis, semantic analysis, interpretation of the implementation of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:55114
    • 提供者:yy
  1. suanfufenxi

    0下载:
  2. 给定一个文法,构造词法分析表,实现算符优先词法分析
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1095
    • 提供者:王莎
  1. CiFaFenXi

    0下载:
  2. 词法分析,功能齐全,简单实用,绝对的好程序,是学好编译原理的好帮手!-Lexical Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1961024
    • 提供者:lidingwei
  1. Compiler

    0下载:
  2. 综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:30379
    • 提供者:川原
  1. program

    0下载:
  2. 此代码实现的是 对源程序进行解释 编码 是编译原理的词法分析示例-This code is the source code is compiled to explain the principle of the lexical analysis of sample
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2533
    • 提供者:huiyi
  1. bianyiyuanli

    0下载:
  2. 词法分析程序,这是一个经调试没有问题的词法分析程序,希望对大家有用。-Lexical analysis program, which is no problem with debugging a lexical analysis of the procedures useful for all of us.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:65622
    • 提供者:王记奇
  1. Lex-CandDc

    0下载:
  2. 这是一个C词法分析程序,包含注释和文档,还有图解,相当完善,希望对大家的编译学习有所帮助-This is a lexical analysis of C program, including comments and documentation, as well as diagrams, quite perfect, we would like to help build learning
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:19640
    • 提供者:张慧
  1. cifafenxi

    0下载:
  2. c语言词法分析 用c语言描述 此分析器可以区分c语言的关键字、用户定义变量、界符等-c language c language lexical analysis can describe the analyzer to distinguish between c language keywords, user-defined variables, such as community site
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:zhangchao
  1. complier

    0下载:
  2. 一个纯手工的c++编译器,有词法分析、语法分析,并可以声称pcode和asm汇编码-A purely manual c++ compiler, a lexical analysis, syntax analysis, and can claim that Department of asm code and pcode
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:48945
    • 提供者:zhangzifeng
  1. Lexan

    0下载:
  2. 编译器的第一个环节,词法分析,我们上的编译原理的第一次实验-Compiler of the first session, lexical analysis, we compiled on the principle of the first experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:52499
    • 提供者:小杭
  1. bianyiyuanli

    0下载:
  2. 用c++编写的词法分析!!!非常实用-Using c++ lexical analysis prepared! ! ! Very useful! !
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2826
    • 提供者:张笨鸟
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com