资源列表
PL0(C++Builder).PLO源码(c++buider)编译原理课程设计
- PLO源码(c++buider)编译原理课程设计 已经添加了++ += else if >= <= 等字符,PLO source (c++ Buider) Principles of curriculum design has been compiled added+++ = Else if> = <= and other characters
2500ADX8051.zip
- 2500AD X8051汇编语言编译器连接器使用说明,2500AD X8051 assembly language compiler for use connectors
matlab.rar
- matlab LDPC 仿真程序 做LDPC的必备的,matlab LDPC simulation program to do the necessary LDPC
mingw3.4.5.rar
- mingw 3.4.5 完整的编译器 windows下的ming gcc 开发环境,complete mingw 3.4.5 under windows compiler development environment ming gcc
FoxTools3.rar
- 一款反编译VFP程序的代码的工具,方便调试VFP编写的程序,VFP decompile tool code
MPLAB_C32_v1.05.rar
- Microchip C32 compiler for PIC32,Microchip C32 compiler for PIC32
PL0编译器
- PL0编译器,有5个附加功能。编译原理实验用。,PL0 with five functions
LexicalAnalyzer.rar
- Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java Language Design and Implementation 1. The
cffxq
- 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
xunhuanma
- (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
suanfuyouxianfenxiqi
- 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
compiler
- 一个不算完整的编译器实现,包括前端的词法分析,语法分析,语义分析,中间代码生成,中间代码优化及界面部分-A compiler is not complete realization, including the front of lexical analysis, syntax analysis, semantic analysis, intermediate code generation, code optimization and interface the middle part of