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

搜索资源列表

  1. aCcifafenxi

    0下载:
  2. 用c语言实现的c的词法分析,简单易懂;可直接在tc中运行-use of the language c c of lexical analysis and easily understood; Directly run in tc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3143
    • 提供者:wangxiang
  1. ll1compiler

    0下载:
  2. ll1的词法分析实现,没有短语分析,只是确定是不是LL1文法.-ll1 achieve the lexical analysis, no phrase, is not only determined LL1 grammar.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12959
    • 提供者:chenmao
  1. lya

    0下载:
  2. 词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language framework of lexical analysis to deepen the understanding of the principles
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-13
    • 文件大小:3164
    • 提供者:luxin
  1. scanner111111111

    0下载:
  2. 一个用C#写的词法分析程序 扫描器的工作任务如下: (1) 识别出源程序中的各个基本语法单位 (也称为单词或语法符号); (2) 删除无用的空白字符、回车字符以及其它与输入介质相关的非实质性字符; (3) 删除注释; (4) 进行词法检查,报告所发现的错误。-a written using C# lexical analysis procedure of the scanners work tasks are as follows : (1) to identify the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7088
    • 提供者:watons
  1. Study_flex_bison

    0下载:
  2. 一个flex和bison用法入门的很好的例子。 按照词法分析,语法分析,语义分析的顺序来熟悉flex和bison这两个有力的工具。最后给出了一个用flex做词法分析用bison做语法分析设计的科学计算器(不同于一般程序设计中的入门级计算器),是学习编译原理的很好的例子。-a flex and bison portal usage of a very good example. According lexical analysis, parsing, Semantic analysis of th
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:108553
    • 提供者:王克惠
  1. aisa-Doc3

    0下载:
  2. 语义分析 语义分析,编译作业,词法分析语义分析,编译作业,词法分析语义分析,编译作业,词法分析语义分析,编译作业,词法分析,,Visual C++ -semantic analysis semantic analysis, compile operations, lexical analysis semantic analysis, compile operations, lexical analysis semantic analysis, compiler work, lexical a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13946
    • 提供者:yanglei
  1. cffx123

    0下载:
  2. 词法分析,里面有一个bug,\")\"后面不能跟其他符号,但是这个更像是自己作的,程序很简单,我自己做了大修改,加了很多注释-lexical analysis, which has a bug, ")" not behind other symbols, But this is more like myself, is very simple procedure, I did a lot of changes with a number of Notes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10910
    • 提供者:吊死鬼鬼
  1. byylscanner

    0下载:
  2. 此为编译原理的词法分析部分,包括源程序的录入,token,错误,符号表的输出及保存,作的不是太好-this principle to build the lexical analysis, including the source of input, token, the erroneous, Symbol Table output and storage, is not very good for!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:60955
    • 提供者:闫相通
  1. pl0.ok1

    1下载:
  2. 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understanding, including lexical analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:252093
    • 提供者:xym
  1. Compiler_of_MiniPascal

    0下载:
  2. 该程序是一个MiniPascal语言的编译器,包括词法分析、语法分析和常见错误处理。MiniPascal语言是Pascal语言的一个子集,该程序可以对其进行编译,如果有错误,可以给用户提供尽可能准确的提示。-that the procedure was a MiniPascal language compiler, including lexical analysis, common grammatical analysis and error handling. MiniPascal lang
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32719
    • 提供者:罗飞
  1. fr.5823.0.compiler

    0下载:
  2. 词法/语法分析器bison源码,最新版本bison-2.1,,Unix_Linux0120310340817.rar...编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。...词法分析原程序对C语言可-lexical / grammatical analyzer bison source, the latest version bison - 2.1,, Unix_Linux0120310340817.rar comp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:166400
    • 提供者:malll
  1. cifafenxi1211

    0下载:
  2. 一个很好的词法分析源码,非常完善,很实用,对于初学者学习编译原理会很有用哦.-a good source of lexical analysis, very perfect, very useful, For beginners learning compiler theory will be very useful oh.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11475
    • 提供者:aa
  1. simple_cifafenxi

    0下载:
  2. 你是不是很想要词法分析的源代码呢?!哈哈,我这里可是好东西来的-not you wanted a lexical analysis of the source code? ! Ha ha, but I am here to the good things
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:119576
    • 提供者:林桂川
  1. Syntax-Analyzer

    0下载:
  2. 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:89027
    • 提供者:小小
  1. tut5

    0下载:
  2. 用词法分析对简单语言进行一个一遍扫描的编译程序-term analysis of a simple language what the compiler scanning
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11100
    • 提供者:秋雨恋
  1. weprogramming

    0下载:
  2. 语法分析,词法分析,可以输入一段c++语句,然后进行语法分析,词法分析,分别产生二元式,和语法对错的判断!-syntax analysis, lexical analysis, can be imported for some c statement, and then syntax analysis, lexical analysis, generate binary type, and grammar wrong judgment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8322
    • 提供者:good
  1. PL0-translate

    1下载:
  2. PL/0语言是Pascal语言的一个子集,是一种简单而且可扩充的语言,在我的测试用例中有具体的体现。它通过词法分析、语法分析、语义分析等过程,生成目标代码,目标代码是一种形似汇编语言的栈操作指令。-PL / 0 Pascal language is a language subset is a simple and extensible language, In my test case with concrete expression. Through lexical analysis, pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1171374
    • 提供者:李建康
  1. pTC-yuyanfenxi

    0下载:
  2. PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3551
    • 提供者:why
  1. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4373
    • 提供者:why
  1. 200561674165281

    0下载:
  2. 一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. -a small language lexical analysis procedure could try to beginners, and it is good oh ..
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4039
    • 提供者:why
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com