资源列表
dqpsk
- dqpsk的实现,大家看看,包括了2个m文件-dqpsk implementation, we look at, including the two m files
by
- 编译原理预测分析程序的源码,希望大家多多交流指证-interpreter
jieshiqigouzaoshuoming
- 解释器构造说明,很详细,为需要的朋友打开一扇大门,站长拜托了-Structural descr iption of the interpreter, very detailed, for the need of a friend opened the door, please the webmaster
EW430_CompilerReference
- 430编译器的原理与使用,是一部IAR比较详细的解说说明,很适合初学者使用-430 Principle and use of the compiler
FortranToVB
- 一款自编的FORTRAN语言到VB6.0语言的自动翻译程序。其语法转换正确识别效率可高达70%,是一个编程语言转换的好帮手。-A self in the FORTRAN language to VB6.0 language automatic translation program. The syntax conversion efficiency can correctly identify up to 70 , which is a programming language translat
ADI_All_Spice_Models
- ADI元件库,包含各种元器件,使用时添加到Library-ADI library, includes a variety of components, when added to the Library to use
clib
- 可以用于快速查阅C语言编译器标准函数库中的函数用法和实例,由于是直接使用简单HTML编写的,所以用户可以根据自己的喜好来添加或者删除任意个函数实例。-Can be used for quick access to the standard C language compilers use libraries of functions and examples, because it is directly written using simple HTML, so users can add t
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
TINY_Compiler
- TINY C编译器源码,用于参考学习编译原理(词法分析、语法分析、语义分析等)和LEX/YACC(不是FLEX/BISON)-TINY C compiler source code, compiled for the reference to learning theory (lexical analysis, syntax analysis, semantic analysis, etc.) and LEX/YACC (not FLEX/BISON)
suanfayouxian
- 算符优先关系表!!输入文法可以得出算符优先关系表并显示出来!-Operator precedence relation table! ! Enter the operator precedence grammar can be drawn between the table and displayed!
cmmcompiler
- c#写的编译器,可完成词法分析,语法分析,自己定义文法规则-c# compiler writing, to be completed by lexical analysis, syntax analysis, their own definition of grammar rules
31767678analyse_0
- 编译原理中实现自顶向下语法分析,若文法中不含左递归,并且每个非终结符的所有后选式的首符集都两两不相交,那么就有可能构造一个不带回溯的自顶向下的语法分析程序-Compiler theory to achieve top-down parsing When every not terminal goes without interacting with each other,It can make a process of form up to down