资源列表
cifa
- 此为C语言的词法分析器,基本能识别标示符、数字、字母,运算符等-This is the C language, lexical analyzer, to identify the basic indicators, numbers, letters, and other operators
cifa
- 编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,-The preparation of a C language subset of the lexical analysis of C language source code program to scan, identify simple language the basic words, identifiers, unsigned
decode
- //接收端的解码模块(可综合) //在信号接收的刚开始发送端发送的是10个1信号, //即10个+M序列,所以我们在开始时每接收到一个信号做一次累加运算 //当出现正的高峰时则认为达到同步,进入同步解调过程(mainbody)。 //也就是从此每进入一个信号就进行相应的相乘相加, //在解接收到31个信号后进行一次判断,大于0认为接收到1,小于0认为接收到0。-//Receiver decoder module (which can be integrated)// at t
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
GrammarAnalysis
- 语法分析程序 实现C语言的语法分析过程,正则表达式,上下文无关语法-Analysis of program syntax of C language syntax analysis, regular expressions, context-free grammar
Lex
- 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
can
- CAN protocol implementation program
train
- Silmulation of connecting trains
Main
- 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
cbianyi
- 简单的c编译器,能实现语法分析语义分析等简单功能-Simple c compiler, syntax analysis to achieve a simple function, such as semantic analysis
compx
- this is a lp0 compilator new
1
- 自上而下的语法分析器,实验内容之一,利用分析表、分析栈和总控程序对源程序进行自上而下的语法分析测试; -Top-down parser, one of the experiment, the use of analytical tables, analysis of the total stack and source code control procedures for testing top-down parsing