资源列表
siyuanshi
- 算术表达式转换为四元式的C++源代码,很实用-Arithmetic expression converted to four yuan the style C++ source code, very useful
signal
- 产生编码解码时使用的clk_1以及频率为它31倍的clk_31信号。 //产生M序列的发送信号indata(随机),并且将接收到的解码信号(decode)进行比较。 //发送的头10个信号为1,第11个为0,在解码的开始时期进行同步判断时用到。-Have used codec clk_1 as well as the frequency of 31 times it clk_31 signal.// Generate the M sequence signal indata (rando
1
- Frequency meter with AVR
sort
- THIS SUBROUTINE SORTS (IN ASCENDING ORDER) THE N ELEMENTS OF THE SINGLE PRECISION VECTOR X AND PUTS THE RESULTING N SORTED VALUES INTO THE SINGLE PRECISION VECTOR Y.-THIS SUBROUTINE SORTS (IN ASCENDING ORDER) THE N ELEMENTS OF THE SINGLE PRECISION VE
Program_11_8
- D/A Converter(D/A转换器)-D / A Converter (D / A converter)
4
- code for operation of T-code for operation of TFF
listing
- 编译器关于C minus的 简单的词法分析文档-Compiler on the C minus the simple lexical analysis of the document
wordpro.rar
- 这是一个和lex功能差不多的parser编写的程序
递归下降分析法(编译原理).tex
- 递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
zj
- 本代码实现的是中间代码生成器的设计,望多多指教-Implementation of the code between the code generator are the design, look exhibitions
LexicalAnalysis
- 小词法分析器 可以从文本输入内容后,经程序分析得出分析结果-LexicalAnalysis
dancicifafenxi
- 完成以下正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→&