资源列表
grammar_1
- 编译原理的语法分析,分析的是算术表达式,进行递归应用,可以检查输入是否合法!-yeah,it is really good!!
jd-gui
- 反编译JAVA源代码,但中文支持效果不理想,可以用来反编译大量的国外封装的java类-Anti-compile JAVA source code, but the Chinese support the result is not satisfactory, can be used to decompile a large number of foreign package java class
merd
- fonction permet d extraire les fréquence de la transcr iption musicale-fonction permet d extraire les fréquence de la transcr iption musicale
87361058MEBMA
- this matlab based program.-this is matlab based program.
accidence
- 一个编译器程序,只部分实现了词法分析的部分-A compiler program, only partially realized part of lexical analysis
GCCIntrinsicsTest(SSE)
- A test program demonstrating how to use SSE instructions in GCC, via compiler intrinsics. Includes Windows binary compiled with MinGW, and batch file showing what command line options you should be passing to the GCC.-A test program demonstrating how
rec
- A source code in c plus plus for calculating a rectangle-A source code in c plus plus for calculating a rectangle...
Simple_Language_Lexer
- 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式
ourdev_419422
- IAR Embedded Workbench for ARM IAR 4.42A注册 自己试过有用-IAR Embedded Workbench for ARM IAR 4.42A key
yufa
- 编译原理基础知识,实现语法分析的功能,通过c++实现-Compiler Construction Principles basics of parsing functions to achieve, through the c++ implementation
ScienceCount
- 利用自动机识别输入序列是不是科学计数,如果是,则将其转化为相应的数值,如果不是就报错-The use of automated machines identify the input sequence is not a scientific count, if so, will be translated into the corresponding values, if not the Baocuo
Parsing
- 用递归下降子程序实现语法分析,分析的是表达式的语法,可以实现报错,但是,操作数必须为一个字符,数字字母均可。-Subprogram implementation using recursive descent parsing, analyzing the expression syntax can be achieved Baocuo, but the operand must be a character, numbers, letters can be.