CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 编译原理

搜索资源列表

  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. cifafenxi

    0下载:
  2. 用VC++实现的编译原理中的词法分析,代码详细具体,可执行文件齐全!-With VC++ Compiler to achieve the principle of lexical analysis, code detailed, complete executable file!
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:53209
    • 提供者:陈小荣
  1. nd

    0下载:
  2. 实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:ZWL
  1. bdsfx

    0下载:
  2. 编译原理中的用VC实现了算富优先分析算法,本程序可以实现简单的表达式分析求结果。-Compilation Principle of a balance with VC priority rich analysis algorithm, the process can be achieved for a simple analysis of the results of expression.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:706920
    • 提供者:xiaolei
  1. CEx_DFA

    0下载:
  2. 这个编译原理最基本的东西,有穷自动机,实现了编译的第一步-Compile the most basic principle of the thing, DFA, the first step towards the realization of the compiler
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1314850
    • 提供者:
  1. soj

    0下载:
  2. 编译原理的词法分析程序,实现了文件读取,编译的第一步-Compiler theory of lexical analysis procedures, the file read
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-06
    • 文件大小:681
    • 提供者:Freedream
  1. cifafenxi

    0下载:
  2. 用C语言实现的PL0词法分析器,简单易用,初学编译原理的同学可以-C language realization PL0 of lexical analyzer, ease of use,Beginners compiling principle of the students can have a look
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:15000
    • 提供者:心如止水
  1. cifafenxi

    0下载:
  2. 编译原理实验课程词法分析程序。键盘输入源程序(以#结束),输出单词符号的二元式。-Compile principle experiment courses lexical analyzer. Keyboard input source (#), type of binary output word symbols.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-04
    • 文件大小:1033453
    • 提供者:杨帆
  1. bianyishiyan

    0下载:
  2. 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:732837
    • 提供者:一夜长大
  1. scaner

    0下载:
  2. 编译原理扫描器,按照有限自动机和词法分析器的原理制作而成。-The compiler theory scanner, made in accordance with the principle of finite automata and lexical analyzer.
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:2104
    • 提供者:乔梦楠
  1. LL1pd

    0下载:
  2. 用VC++按编译原理书上的步骤实现了LL文法的判定。-failed to translate
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:277578
    • 提供者:颜圣涛
  1. CFFX

    0下载:
  2. 编译原理中的词法分析,其中的预测分析算法实现-Compiler theory lexical analysis, predictive analysis algorithm which
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:7264823
    • 提供者:zhj
  1. Desktop

    0下载:
  2. 编译原理语法分析 LL1 LR 程序自动分析表生成-Compilation Principle syntax analysis LL1 LR
  3. 所属分类:Console

    • 发布日期:2017-06-03
    • 文件大小:15053934
    • 提供者:欧荣彬
  1. anlaysis

    0下载:
  2. 编译原理词法句法实验源码,主要用vc实现,语言为c,功能完善-Compiler theory lexical syntax experimental source, mainly achieved vc language is c, fully functional
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:30134
    • 提供者:yangming
  1. codefans.net

    0下载:
  2. C#控制台 编译器原码 编译原理课程设计 完美运行-C# console original code compiler compiler theory curriculum design perfect run
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1244774
    • 提供者:李青
  1. Semantic-Analysis

    0下载:
  2. 编译原理中,基于c语言实现的语义分析功能,可以实现简单的语义分析,词法分析-Compiler theory. C achieve semantic-based analysis
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:2766271
    • 提供者:liusiyan
  1. zhengguishi

    0下载:
  2. 编译原理实验 将任意的正规文法转换为相应的正规式。 -Convert any normal grammar to the corresponding normal form
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2329
    • 提供者:psc
  1. test1.1.1

    0下载:
  2. 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:陈桐
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1000241
    • 提供者:许大卫
搜珍网 www.dssz.com