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

搜索资源列表

  1. 语法词法分析器

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242393
    • 提供者:王莉
  1. redown

    0下载:
  2. 在编译原理词法实现中的一个递归下降分析程序,将无左递归的文法符号对应一个函数.-in compiler theory of morphology achieve a recursive analysis program fell to the left - recursive grammar symbols of a corresponding function.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1085
    • 提供者:魏平
  1. 词法13554

    0下载:
  2. 编译原理 用C++实现输入串的词法分析,分类输出-C compiler principles to achieve input string of lexical analysis, classification output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8436
    • 提供者:张丽
  1. 编译ppt

    0下载:
  2. 《编译原理》参考书籍 对词法分析及各种语法分析法都做了详尽的介绍-"compiler theory" reference books on lexical analysis and various grammatical analysis has done a detailed presentation
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1771598
    • 提供者:张丽
  1. cifayufa

    0下载:
  2. 编译原理词法和语法分析,包括流程图和完整的代码-compiler theory morphology and syntax analysis, including flowcharts and integrity of the code
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:61281
    • 提供者:Yuanbin
  1. java实现语法分析器及词法分析器

    1下载:
  2. 由java语言实现的编译原理实验的词法分析和语法分析器(The lexical analysis and parser of compiler principle experiment implemented by java language)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:wsj1997713
  1. 实验一

    0下载:
  2. 简单的小程序,完成课程设计的一部分,词法分析(Simple small program to complete part of the curriculum design, lexical analysis)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-06
    • 文件大小:3098624
    • 提供者:万寿吾江1
  1. 词法分析

    0下载:
  2. C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。(The C++ source code scanner recognizes the C++ mark. The C++ language contains several types of notations: identifiers, keywords, numbers (including integers, flo
  3. 所属分类:其他

  1. 实验1

    0下载:
  2. 预先设置种别码,再将一串语句的词根据种别码进行识别并输出(Identify the words of a sentence.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:278528
    • 提供者:麻斯亮
  1. MiniC

    0下载:
  2. 利用C++实现一个简单的C++语言编译器,能够实现 词法分析和语法分析(This is a simple C++ compiler which finished the parse of morphology and grammar)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:716800
    • 提供者:stella1
  1. flex&yacc

    0下载:
  2. 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-09
    • 文件大小:29696
    • 提供者:ach_567
  1. Lexical Analysis

    0下载:
  2. 简单的C++实现的C语言词法分析程序,适用于编译原理小型课设实验。(A simple Lexical Analysis programme for C files based on c++. Suitable for C.P. experiments.)
  3. 所属分类:词法分析

    • 发布日期:2018-01-10
    • 文件大小:2029568
    • 提供者:Drascension
  1. CMINUS

    0下载:
  2. C-语言编译原理实现,用于学习过程课设,实现词法分析,语法分析。(Implementation of C- language compilation principle)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-10
    • 文件大小:315392
    • 提供者:glamourQ
  1. yufa

    0下载:
  2. 词法分析输出的单词基础上进行语法分析,输出相应的语法分析结果和错误信息。(On the basis of the word analysis of the output words, the grammatical analysis is carried out, and the corresponding results of grammatical analysis and error information are output.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:君酌
  1. 实验2

    0下载:
  2. 将NFA转为DFA并最小化,从excel表中读入,并输出每一步的结果,(transform NFA to DFA)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:519168
    • 提供者:xxshen
  1. DO-WHILE语句翻译四元式

    0下载:
  2. 对DO-WHILE句型进行词法分析和语法分析,输出该语句的四元式(The lexical analysis and grammatical analysis of the DO-WHILE sentence patterns are used to output the four yuan form of the sentence)
  3. 所属分类:

    • 发布日期:2018-04-30
    • 文件大小:3700736
    • 提供者:turingyuan
  1. cffx

    0下载:
  2. 能够将PL/O语言的单词单词种类输出,输出格式(单词种类,单词名称)(The ability to output the words and words of the PL/O language)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:234496
    • 提供者:萝卜七七
  1. BITMiniCC-Parser-master

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

    • 发布日期:2021-04-19
    • 文件大小:5495808
    • 提供者:草密码
  1. 编译原理课程设计

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

  1. 编译原理实验指导书

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

« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 47 »
搜珍网 www.dssz.com