资源列表
XMEGA_Clock_System
- Atmel官方clock system应用参考代码,使用GCC编译器-Atmel application of the official clock system reference code, the use GCC compiler
BASIC
- 自己写的Bacis解释机。 可以正常运行!
Ccifafenxi
- c语言词法分析程序的实现,实现了简单的词法分析-c language lexical analysis procedures to achieve
sn
- 自己写的一个头文件调用到main函数中 实现两数的相加 -Writing a header file itself is called into the main function is to achieve the sum of two numbers
lex-yacc
- 用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla
array
- 可以实现数组转换功能,很有效的小程序,望采纳-it s very useful to transform the array and I m glad you can use it
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
单云飞_词法分析
- 分析关键字,运算符,常数并用动态链表保存结果-keyword analysis, Operators, constant and dynamic results preservation Chain
scrip_inter
- 一个脚本语言的解释器,内附源码和详细说明
byacc.tar
- yacc编译器,在linux 下通用,
CFF1.5
- 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C + + languages, we hope to somewhat useful.
firstlastvt
- FirstVT集和LastVT集生成算法模拟-FirstVT set and LastVT set generation algorithm simulation