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

搜索资源列表

  1. bianyiyuanlikechengsheji

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259674
    • 提供者:jianqifan
  1. cifa

    0下载:
  2. 我用C写的一个C的词法分析,希望对大家有所帮助-I use C to write a lexical analysis of C, I hope all of you to help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:215184
    • 提供者:成王
  1. C-cifafenxi

    0下载:
  2. C语言的词法分析程序报告DOC版 包含了对词法的分析 学习编译原理时所用到的 -C language lexical analysis program DOC version of the report contains an analysis of lexical principle of learning by the compiler used
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:240129
    • 提供者:爱之一
  1. cifafenxi

    0下载:
  2. 一个词法分析程序,里面附有测试的源程序和测试结果。对测试程序的字符类型进行判别。-A lexical analysis program, which the source code with testing and test results. The testing process to determine the type of characters.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:wang zhongyi
  1. PL0LANGUAGEWORDANALYSING.RAR

    0下载:
  2. 实现PL0语言的词法分析功能 输入:PL0语言的源代码 输出:源代码中的关键字以及其代号 备注:内附PL0语言文法及PL0语言简介-stage one in the PL0 language compiler word analysis module input:code of pl0 language output:two element group on the screen (implememnted by function "printf") key wo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:381401
    • 提供者:王应旭
  1. cifafenxi

    0下载:
  2. 词法分析程序,做的很不错,可以看看,有兴趣的可以再传-Lexical analysis program, to do good, you can see, are interested can send! !
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:195675
    • 提供者:lxf
  1. javascanner

    0下载:
  2. 词法分析器,为编译器的第一步,用于词法分析,该程序是针对java程序的分析器-Lexical analyzer, the first step for the compiler for the lexical analysis, the procedure is the procedure for java parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:51098
    • 提供者:琳琳
  1. lexical

    0下载:
  2. 编译语法,词法分析程序-Translation grammar, lexical analyser
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:92536
    • 提供者:chen
  1. guanjianzi

    0下载:
  2. 根据词法分析阶段的基本原理,实现一个简单的识别关键字的词法分析子程序。 词法分析阶段的任务是输入源程序,对构成源程序的字符串进行扫描和分解,识别出一个个的单词。 本设计题目的目的是识别单词分类中的关键字。 -Lexical analysis phase in accordance with the basic principles of the realization of a simple lexical analysis to identify keywords subrouti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1155
    • 提供者:若小叶
  1. ICTCLAS_2009_API_DOC

    0下载:
  2. 计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58 (973专家组评测),未登录词识别召回率均高于90 ,其中中国人名的识别召回率接近98 处理速度为31.5Kbytes/s。ICTCLAS的特色还在于:可以根据需要输出多个高概率结果,有多种输出格式,支持北大词性标注集,973专家组给出的词性标注集合。这是最新版的API接口文档,有详细的示例。-Calculation of the Chinese lexical analysis system ICTCLAS. Segmentati
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:55569
    • 提供者:王同
  1. compilers

    0下载:
  2. 编译原理 语法分析 词法分析实现的源代码-Compiler lexical analysis of the principle of parsing the source code to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:6763
    • 提供者:zhou
  1. LexicalAnalysis

    0下载:
  2. 此为词法分析程序,词法分析要求:简单词法文法: <关键字>->main|int|char|string|while|do|if|else|for <标识符>->L|<标识符>L|<标识符>D <整数>->D|<整数>D <运算符>->+|-|*|/|=|<|>|<=|>=|<>|= = <界符>->( | )
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2424
    • 提供者:nick
  1. CompilationPrinciple

    0下载:
  2. vs2005中实现pl0编译器的完整工程包,词法分析和语法分析都可正常运行,编译通过后可直接运行。-A complete VS2005 engineering package of pl0 compiler, lexical analysis and syntax analysis can be normal operated, the compiler can be run after the passage.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:219987
    • 提供者:calmire
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14703
    • 提供者:李方
  1. LL1

    0下载:
  2. 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:15337
    • 提供者:李方
  1. ParsingAnalyzer

    0下载:
  2. 通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序 列进行语法检查和结构分析,进一步掌握常用的语法分析方法。 -By designing, developing, debugging parsing a typical procedure, the realization of the lexical analysis program provided by the word sequence and structure analysis of the synt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:18349
    • 提供者:李方
  1. study_on_ICTCLAS

    0下载:
  2. 基于多层隐马模型的汉语词法分析系统ICTCLAS的学习笔记-study on ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:486252
    • 提供者:zjap
  1. compile_demo

    0下载:
  2. 简单的编译器代码,包括了词法语法分析和代码生成-A simple compiler code, including lexical parsing and code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1503635
    • 提供者:Mu Mu
  1. cifafenxi

    0下载:
  2. 词法分析程序的功能是,接受一个表达式,输出该表达式中的各类单词符号。测试词法分析程序时,可以按照一定格式输出各类单词符号。 本程序实现整数四则运算表达式的词法分析程序。-Lexical analyzer function is to accept an expression, the output of the expression of the various types of word symbols. Testing lexical analysis program, you can
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2041
    • 提供者:huangjunping
  1. Complie

    0下载:
  2. 一个小型的编译程序,用于学习实验。 文件中包含有 词法分析 语法分析 编译程序等 -Compile a small program for learning experiment. File contains lexical analysis parser compiler, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:800569
    • 提供者:肖正东
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com