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

搜索资源列表

  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. 编译原理pl0

    1下载:
  2. 编译方法课程设计PL0词法分析,语法分析C的实现。包括GETSYM-compiled curriculum design PL0 lexical analysis, parsing C realized. Including GETSYM!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13083
    • 提供者:好好
  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. 编译原理课程设计compiler

    0下载:
  2. 本程序为编译原理的课程设计,可以对输入的C源程序进行过滤\\精简,并进行词法分析.-this program designed for the compiler theory,you can filtrate or simplify a program of C that you input,and analyse its accidence.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42163
    • 提供者:ipkh
  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. 词法分析af

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2008-12-14
    • 文件大小:75766
    • 提供者:whhitsoft
  1. 词法分析

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2008-12-18
    • 文件大小:1269671
    • 提供者:lengyeling
  1. c- compiler

    1下载:
  2. 1.简介: ----------------------------------     本软件是本人为毕业设计所作。所编译的汇编代码数据均为16位,而且用 了较的伪指令,所以需要 MASM 6.1以上版才能通过编译,但是能够较好支持各 类数学、逻辑、递归操作,但是对数组支持仍然不理想。   2.使用说明: ----------------------------------     本软件可以对 C mi
  3. 所属分类:Windows编程

    • 发布日期:2008-12-20
    • 文件大小:4193196
    • 提供者:ab19861218
  1. 编译原理词法分析 Java版

    0下载:
  2. 所属分类:数值算法/人工智能

  1. java写的C++词法分析程序

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2008-11-14
    • 文件大小:6250
    • 提供者:kevin8704
  1. C语言词法分析小程序

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2008-12-17
    • 文件大小:3152
    • 提供者:canon314
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com