资源列表
_Lexical_Analyzer_project
- lexical Analyzer with java code you most import your sintax to "get file" and result save to "out file"
led2_source
- Blinking led Pic programme
homework
- 有一篇文章,共有三行文字,每行有80个字符,要求分别统计出其中英文字母大写字母,小写字母,数字,空格以及其他字符的个数。-There is an article, there are three lines of text, 80 characters per line, which requires a number of statistics were English uppercase letters, lowercase letters, numbers, spaces and othe
CPP
- This application is developed to implement Steganography through all media. After embedding the secret file/message in the cover file, there cannot be any proportionate distortion noticed in the cover file. The steganographic file will seem exactly a
Multiplier
- 4位二进制乘法器VHDL语言源文件配有中文解释-4 binary multiplier VHDL language source files with Chinese interpretation
dIGITAL-CLOCK
- Verilog code for digital clock
8x8display
- Simple 8x8 led display asm program 8051
lexical-analyzer
- 词法分析器。将c语言源程序输入,输出单词符号,包括关键字、标识符、常数、运算符、界符。-lexical analyzer
Onboard
- Sorce code for onboard computer
1
- 词法分析编译器 编译原理作业 输入:PL/0源程序。例: const a=10 var b,c begin read(b) c:=a+b write(c) end. -The compiler lexical analysis
3
- 将实验一“词法分析器”与实验二“语法分析器”之间的衔接方式由独立一遍改为独立子程序。 于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误”, 指出错误原因。 -The Cohesion experiment " lexical analyzer" and Experiment II " parser" between independent again to separate subroutine. Grammat
tinycompiler
- Tiny样本语言的编译器。实现了语法分析、词法分析、语法树、三地址码和解释执行。- Tiny sample language compiler. Implements parsing, lexical analysis, syntax trees, three address code and interpreted.