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

搜索资源列表

  1. LexicalAnalyzer.rar

    2下载:
  2. Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java Language Design and Implementation 1. The
  3. 所属分类:Compiler program

    • 发布日期:2016-05-02
    • 文件大小:932083
    • 提供者:cher
  1. lexicalanalyzer

    0下载:
  2. cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2314
    • 提供者:
  1. CMM

    0下载:
  2. CMM语言的词法分析源代码,希望对大家有帮助。。谢谢下载啊-The CMM the language lexical analysis of the source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:2473
    • 提供者:weili
  1. cifafenxi

    0下载:
  2. 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。要求用文件实现能判别出关键字、标识符、数字符、操作符、分隔符。-The design, development and debugging a lexical analyzer, and deepen their understanding of the principles of lexical analysis. Required to achieve file can judge keywords, identifiers, th
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1852779
    • 提供者:瞿蛋蛋
  1. compiler

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析语义分析和中间代码生成。-Written in C++ compilers, including lexical analysis, syntax analysis semantic analysis and intermediate code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4577
    • 提供者:xiaohe
  1. ICTCLAS

    0下载:
  2. 计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58%(973专家组评测),未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%处理速度为31.5Kbytes/s。ICTCLAS的特色还在于:可以根据需要输出多个高概率结果,有多种输出格式,支持北大词性标注集,973专家组给出的词性标注集合。-Calculate the Chinese Lexical Analysis System ICTCLAS. Segmentation correct rate of 97.58 p
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:3140411
    • 提供者:站长
  1. Analysis

    0下载:
  2. 词法分析程序一. 为PL/0语言建立一个词法分程序GETSYM(函数)-a program for analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:37843
    • 提供者:黄山山
  1. GETSYM

    0下载:
  2. 编译原理的词法分析源码,主要用于词法分析-Principles of lexical analysis to compile source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:613299
    • 提供者:王琪
  1. 218chen_compiler

    1下载:
  2. 超级无敌完美的pl0编译器,实现了词法分析,语法分析,予以分析,并以四元式为输出结果-Super Invincible perfect pl0 compiler implements lexical analysis, syntax analysis, be analyzed and to four dollars for the output type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:63653
    • 提供者:陈尧
  1. FenCi

    0下载:
  2. 运用编译原理中的词法分析,实现了中文分词功能。-The use of compiler theory of lexical analysis, achieve the Chinese word function.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:213328
    • 提供者:王磊
  1. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  1. 1223

    0下载:
  2. 这是陈火旺院士编的编译原理里面的实验,里面有词法分析,语法分析等实验的代码。-This is a compilation compiled by Academician Chen Huo-wang inside the experimental principle, which has lexical analysis, syntax analysis, experimental code.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2017-03-29
    • 文件大小:423452
    • 提供者:张辉
  1. antlr-2_7_0

    0下载:
  2. Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:1291985
    • 提供者:站长
  1. compiling

    0下载:
  2. 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3873584
    • 提供者:xiedanfeng
  1. 2008620_2636

    0下载:
  2. 编译原理课程设计,主要包括了词法分析和语法分析还有语义分析中间代码生成 目标代码优化目标代码-bianyiyuanli KESE
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:10578
    • 提供者:张流
  1. jieshiqi

    0下载:
  2. 类高级语言解释器的设计与实现。词法分析,语法分析,语义分析,解释器-Class high-level language interpreter for the design and implementation. Lexical analysis, syntax analysis, semantic analysis, the interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:254710
    • 提供者:周雪婵
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1315839
    • 提供者:element
  1. erlang

    0下载:
  2. erlang 虚拟机 c++代码 想看erlang内部怎么运行的,内存怎么管理的,怎么做词法分析的看过来啊!-The erlang Virtual machine c++ code want to see how to run erlang internal memory management, how do the lexical analysis over here!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:3440196
    • 提供者:junrayz
  1. cifafenxi

    0下载:
  2. 设计、编制并调式一个词法分析程序,加深对词法分析原理的理解,对字符串型单词符号(if,then,while,do----)等等用函数int reserve(char* p)来处理,对单词符号(+,-,*,/,=-----)等等用switch()来处理。-cifafenxi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:11842
    • 提供者:chenxue
  1. C0Compiler

    1下载:
  2. 基于c0文法写的生成p-code的编译器,有词法分析,语法分析,中间代码生成等功能-C0 Writing grammar-based generation of p-code compiler, there is lexical analysis, syntax analysis, intermediate code generation and other functions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:177485
    • 提供者:alex
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com