搜索资源列表
bianyiyanli
- 东北理工大学的编译原理教案,为powerpoint文件,主要讲述左PL0编译程序的实现、 词法分析、 语法分析-自上而下分析 、属性文法、语法制导翻译与中间代码.运行时存储空间组织 、 代码生成代码优化等编译必备知识。-Northeast Polytechnic University of compiler theory templates for PowerPoint documents, mainly on the left PL0 compiler to achieve lexical a
autocompute
- 该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的,只要打开里面的Compute.html就能使用。-The computer tool is used compiler theory of operator precedence analysis algorithm syntax analysis methods to achieve the importation Operators of any type of co
shanhaifudan
- 上海复旦大学计算机系学子写的JAVA版本编译原理词法、语法分析程序(LR0),最近做编译原理课程设计的同学可以参考下
JCompiler
- 用java做的编译原理课的词法 语法分析器 eclipse-Lexical parser eclipse
CMMCompiler
- 一种CMM语言的词法分析,语法分析,编译原理课的作业项目-A CMM language lexical analysis, grammar analysis, the compiler of the operating principle of class projects
tiger
- TIGER语言编译器,完成了前段的此法语法分析,类型检查,语法树,编译原理课程设计作业-TIGER language compiler, the completion of the previous stage of this method syntax analysis, type checking, syntax tree, compiler principles of curriculum design work
Analyze_Word
- 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化,中间代码生成目标代码,目标代码的解释执行-This is the principle of compiling source code, the various principles involved in the compilation process: lexical analysis, LL1 parsing, semantic analysis, intermediate co
SLR
- 编译原理SLR(0)语法分析的实现,可以使用-Compiler theory SLR (0) parsing to achieve, you can use
NFAState
- 编译原理,自动分析语法,判断与法是否符合语法分析规则-nfa
KikiTigerCompiler
- 编译原理课程设计 Tiger Compiler JAVA实现 生成Mips指令 词法分析,语法分析,抽象语法树,类型检查,中间代码生成,规范化,指令选择,活性分析,寄存器分配,合为一体。-Principles of curriculum design compilation to achieve Tiger Compiler JAVA Mips instruction generated lexical analysis, parsing, abstract syntax tree, type
1
- 语法分析器,编译原理,LL(1)分析法,预测分析法-Parser, compiler theory, LL (1) analysis, forecast analysis
Analysis
- 编译原理递归下降语法分析,实现对输入表达式的分析-Compiler theory recursive descent parsing input expression analysis
analysis
- 语法功能分析 编译原理 高级分析 语义分析-analysis
EXPREVAL
- 编译原理课程设计,词法分析,语法分析,语义分析等。-Compilation principle course design, lexical analysis, syntactic analysis, semantic analysis, etc.
compileExperiment
- PLO 编译器 词法分析 语法分析 解释执行 编译原理 实验-PLO、 compiler、 lexical analyzer、 grammar analyzer、 compile and run
bian
- 编译原理 语法分析和词法分析实验设计 java语音版-java web
MyParser
- 编译原理——语法分析器的实现 能够对给出的Token串进行语义分析-Compiling principles- parser Able to do semantic analysis on given Token string
深入java虚拟机
- 《深入理解Java虚拟机:JVM高级特性与最佳实践》共分为五大部分,围绕内存管理、执行子系统、程序编译与优化、高效并发等核心主题对JVM进行了全面而深入的分析,深刻揭示了JVM的工作原理。第一部分从宏观的角度介绍了整个Java技术体系、Java和JVM的发展历程、模块化,以及JDK的编译,这对理解本书后面内容有重要帮助。第二部分讲解了JVM的自动内存管理,包括虚拟机内存区域的划分原理以及各种内存溢出异常产生的原因;常见的垃圾收集算法以及垃圾收集器的特点和工作原理;常见虚拟机监控与故障处理工具的原
java实现语法分析器及词法分析器
- 由java语言实现的编译原理实验的词法分析和语法分析器(The lexical analysis and parser of compiler principle experiment implemented by java language)