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

搜索资源列表

  1. Complier_Biao

    0下载:
  2. 自己写的编译原理的词法,语法,分析等希望大家喜欢。-himself wrote the compiler principles of morphology, syntax and analysis hope you like them.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:57440
    • 提供者:刘径舟
  1. cpl

    0下载:
  2. pl0编译器,包括词法分析,语法语义分析,以及解释执行-pl0 compiler, including lexical analysis, grammar, semantic analysis, and interpretation of the implementation of
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16684
    • 提供者:牛芮
  1. 用Bison实现pl0语言编译器

    1下载:
  2. 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:941470
    • 提供者:罗鹏魁
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while achieving lexical analysis proc
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:10458
    • 提供者:fdf
  1. 492718847

    0下载:
  2. 语法分析器,很小巧,可以实现语法词法分析!VC++编写-parser, very small, can achieve grammar lexical analysis! Preparation of VC
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:192092
    • 提供者:jiangxin
  1. 172317636

    0下载:
  2. 汇编的编译器,可以实现词法和语法的分析,编译原理可以用得上-compiled by the compiler can achieve a lexical and grammatical analysis, translation theory can be useful
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:70332
    • 提供者:苏建国
  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. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. LexicalAnalysis1

    0下载:
  2. 语法分析器 用C++6.0编写 编译原理实验报告 词法分析程序 带实验报告 -Parser 6.0 C compiler principle experiment report lexical analysis program with experimental report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:25047
    • 提供者:陆振华
  1. grammaranalyse12222

    0下载:
  2. 进行语法的分析,与词法分析器共同构成一个程序的分析器,检查程序错误等-syntax analysis, and the lexical analyzer together constitute a process analyzers, error checking procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15509
    • 提供者:daniao
  1. xml_db

    0下载:
  2. 基于xml的数据库管理系统,使用java语言编写。进行了语法,词法分析。十分不错-xml based database management system, using java language. The grammar, lexical analysis. Very good
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:50579
    • 提供者:leo
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. DO-WHILE

    0下载:
  2. 通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-through design, develop and debug a DO-WHILE cycle statement syntax and semantic analysis procedures, deepen the syntax and semantic analysis of the understanding of the princ
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:mima
  1. for

    0下载:
  2. 编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:yan yue
  1. bianyiqi

    0下载:
  2. 基本实现词法分析、语法分析、语义分析、四元式以及目标代码。(Basically, lexical analysis, syntax analysis, semantic analysis, four element and target code are basically realized.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:xiao_ning_dut
  1. decaf_PA1A

    1下载:
  2. 使用lex和yacc写的Decaf语言的编译器前段代码,包括词法分析与语法分析。 Decaf是一门类Java的教学语言,这是THU2015年的PA-1(Written using lex and yacc compiler front-end code, including lexical analysis and syntax analysis. This is a PA from THU in 2015.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-10-20
    • 文件大小:6011904
    • 提供者:御风
  1. BITMiniCC-Parser-master

    0下载:
  2. 预处理,词法分析,语法分析,语义分析,中间代码生成(Preprocessing, lexical analysis, grammatical analysis, semantic analysis, intermediate code generation)
  3. 所属分类:编译器/解释器

    • 发布日期:2021-04-19
    • 文件大小:5495808
    • 提供者:草密码
  1. LCC源代码

    0下载:
  2. LCC的源代码,内含VC6工程文件。 这份源码的词法和语法分析是根据ANSI 的C语法规范通过具体函数实现的,在语法分析的过程中可以进行源码的静态分析,能够得到足够多的有用的东西~
  3. 所属分类:编译器/词法分析

    • 发布日期:2020-08-15
    • 文件大小:1172601
    • 提供者:ldasta
  1. 编译原理课程设计

    1下载:
  2. 根据一遍扫描编译器的总体架构,基于词法分析程序、语法分析程序和语义分析程序的原理,综合分析、设计和开发各功能模块,围绕具体实现环节制定技术路线和方案,加深对编译技术的认识,增强设计、编写和调试程序的能力,并能按要求撰写实验报告等文档。
  3. 所属分类:编译器/词法分析

  1. 编译原理实验指导书

    0下载:
  2. 根据据一遍扫描编译器的总体架构,基于词法分析程序、语法分析程序和语义分析程序的原理,综合分析、设计和开发各功能模块,围绕具体实现环节制定技术路线和方案,加深对编译技术的认识,增强设计、编写和调试程序的能力,并能按要求撰写实验报告等文档。
  3. 所属分类:其它文档

« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com