搜索资源列表
LR1
- 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
Parser
- 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析-The preparation of a recursive descent parser, lexical analyzer to achieve the sequence of words provided by the syntax check and structural analysis
minic_interpreter
- 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
fulladder
- full adder in structural model
toolkit
- In the present work an application of fuzzy logic for leather surface defects identification is investigated. The defects create a discontinuity at the surface which leads to regions with different intensities than the background. Binary images a
4-bianyichengxu-ppt
- 编译原理资料:第四章,语法分析-自上而下。语法分析综述,自上而下分析,递归下降分析程序的构造,预测分析程序 -Compiler theory Information: Chapter IV, parsing- top to bottom. Summary of parsing, top-down analysis, structural analysis program recursive descent, predictive analysis program
postfix-notation
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
jiegou
- 结构力学中关于求解平面刚架程序的框图设计和源程序的问题-Structural mechanics to solve problems on Plane Frame program block diagram design and source code