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

搜索资源列表

  1. kkkkk

    0下载:
  2. 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:lee
  1. 简易C语言词法分析程序

    0下载:
  2. 这是一个的编译器,是编译原理课程设计的一个很好的内容-This is a compiler, compiler theory of curriculum design a very good content
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3013
    • 提供者:中国人
  1. bianyi

    0下载:
  2. 一些编译原理词法分析和语法分析的源程序,比较深,因为编译本身比较难,所以适合学习编译有一定时间的人学习-compiler theory lexical analysis and syntax analysis of the source, more profound, because compiler itself more difficult, for a study compiled some time learning from the people
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13114
    • 提供者:陈陪
  1. 编译程序

    0下载:
  2. 关于c++的词法分析,语法分析,运行成功。对大家希望有帮助-Accidence analyse and parsing about C++,which run succeed.wish it can help you.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9448
    • 提供者:张单
  1. 词法分析2

    0下载:
  2. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(-read a word process, from the import of the source to identify all the independent significance of the word, that is to retain the basic character identifier, constant,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7865
    • 提供者:华庆
  1. include.doc

    0下载:
  2. 编译原理词法分析程序设计,是我们当时的要求做的课设题.-compiler theory lexical analysis program design, we then asked them to set up courses that.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29696
    • 提供者:张明
  1. bp7

    0下载:
  2. 还是一个词法分析程序,也是PASCAL的 可能对高手来说是个很没有什么用的程序,但是绝对不重复-or a lexical analysis procedures, as well as the possibility of PASCAL master is very little use of procedures, but does not repeat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4410751
    • 提供者:王昕
  1. cifascanner

    0下载:
  2. 这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2762
    • 提供者:何炜
  1. stephen的编译

    0下载:
  2. 编译原理 小程序设计 用C语言实现一个简单的词法分析程序-small compiler theory C programming language used to implement a simple lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6226
    • 提供者:张土生
  1. 一个小语言的yufa

    0下载:
  2. 因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧。-few days ago because of the knowledge base to see a VC pascal lexical analysis procedures,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6040
    • 提供者:he
  1. 020833

    0下载:
  2. 这是个编译原理的课程设计,是一个DO-WHILE循环语句的翻译程序设计,包括词法分析,语法分析,生成中间代码四元式。-This is a compiler theory of curriculum design, is a DO-WHILE loop is the translation program design, including lexical analysis, grammar analysis, code generation middle-4 yuan.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8490
    • 提供者:冷清雪
  1. FoxCompile

    0下载:
  2. 本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-this procedure include a detailed analysis of the morphology, syntax, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20335
    • 提供者:冷清雪
  1. 001122

    1下载:
  2. 是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成-it is a program which is to translate the compute expression.it contains accidence analysis,gramar analysis ,lexeme analysis and three-addr code grenerate.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8179
    • 提供者:冷清雪
  1. 编译四个实习内容

    0下载:
  2. 这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。-This our peacetime training schools of the four elements : lexical analysis, recursive decline subroutine, ll1 syntax analysis, lr0 syntax analysis is used c prepared.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5462
    • 提供者:朱贺
  1. proawdll

    0下载:
  2. 一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-new compiler, against vb and English. The procedures include detailed lexical analysis, grammar analysis, semantic analysis and intermediate code generation, very good, very readable
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4940379
    • 提供者:于小雄
  1. 编译原理小程序

    0下载:
  2. 本程序是用pascal语言编写的编译原理小程序,包括词法分析,语法分析,语意分析,优化及目标代码生成-this procedure is used pascal language compiler principles of small programs, including lexical analysis, grammar analysis, semantic analysis, optimization and object code generation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7582383
    • 提供者:碧云天
  1. lx

    0下载:
  2. 设计目的 加深对语法分析程序的任务及其工作原理的理解;掌握语法分析程序的实现方法;掌握简单语言的状态转换图表示形式极其识别程序的构造。 设计任务 编写对简单语言进行语法分析的词法分析程序。并对输入串for I=1to 20 do {x:=x+2 y:=y*(2+c) }} 进行语法分析,要求如下: 1。识别其中的关键字,标识符,常数,运算符和界符。2,对其中的数字注明其值和类型 3。将识别的结果填入表中并输出。-designed to deepen the syntax analysis pro
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:刘向
  1. ppby

    0下载:
  2. 针对几种语言的词法分析的一点东东! 望接纳!-against several languages lexical analysis 1:00 Eastern! Wang accepted!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47829
    • 提供者:裴鹏
  1. pascompile

    0下载:
  2. C语言编写的类Pasacal的编译器,完成词法分析文法分析语义分析代码优化等各阶段的功能。最后的出目标代码-prepared by the C language category Pasacal the compiler, lexical analysis completed grammar analysis semantic analysis code optimization stages of the function. The final target code
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:661263
    • 提供者:sky
  1. 简单的YACC程序

    1下载:
  2. 目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:刘斌
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com