资源列表
Leaf-Disease
- Disease Finding in Leaves
trailing_zeroes
- Program to calculate trailing zeroes.
cifafenxi
- 编译原理的实验,该部分为词法分析的源代码-Compiler theory experiments, the part of the lexical analysis of the source code
yuyifenxi
- 编译原理的实验,该部分为语义分析的源代码-Compiler theory experiments, the part of the semantic analysis of the source code
iDecrypt_d9soft.com
- IOS系统 DMG 文件解压工具 ,开发IOS必备软件-IOS system DMG file decompression tool, developers IOS software prerequisites
CubeSuite_installation
- 详细介绍CubeSuite开发环境的安装及使用方法-The installation and use of CubeSuite development environment is introduced in detail.
InputAndOutputOfGrammar
- 1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1)若使用C语言编写,则文法可以设计成结构体形式,结构体中应包
operator-precedence-parser
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分析算法如下: k:=1 S[k]:=‘#’ REP
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中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
pony_prog_programa_e_instrucoes
- compilador circuitos PIC - programa e instrucoes
SCONS_2.4.0
- 压缩包内包含了scons 2.4.0 用户指南、API文档、帮助手册三个文件,从官网上下载而来。目前是最新版。-The compressed package that contains the scons 2.4.0 User Guide, API documentation, help manual three files, downloaded the official website from. It is up to date.
EQUALZER
- This a five channel equalizer -This is a five channel equalizer