资源列表
2008620_2636
- 编译原理课程设计,主要包括了词法分析和语法分析还有语义分析中间代码生成 目标代码优化目标代码-bianyiyuanli KESE
TrickTools
- 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
byylsybg2
- 关于语法分析的编译原理实验报告,可以学习一下-Syntax analysis on the experiment report compiler, you can learn about
jieshiqi
- 类高级语言解释器的设计与实现。词法分析,语法分析,语义分析,解释器-Class high-level language interpreter for the design and implementation. Lexical analysis, syntax analysis, semantic analysis, the interpreter
Assembler
- 自己开发的汇编式脚本语言编译器,由VC8控制台编写。-Own compilation-style scr ipting language compiler from the console to prepare VC8.
LALR(1)
- LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
gouwuche
- 很简单的购物车。ASP+ACCESS+VBscr ipt语言设计。-Very simple shopping cart. ASP+ ACCESS+ VBscr ipt language design.
DevToolSrcV1_smart
- (32位智能锁)智能锁开发工具的源码 非常不错的源码 VB-(32 bit intelligent lock) intelligent lock development tool source Very good source VB
scaner
- 生成类汇编代码的编译器,输入c语言,输出类汇编代码,中间有语法分析树生成-scaner
turn5
- ASCII编码转换器,非常简单易用。可以自由转换各进制及中文-ASCII Encoding Converter is very easy to use. Are free to convert the binary and Chinese
compile
- 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
lll
- 实现了LL(1)文法分析,包括构造First、Follow集、预测分析表,并可检查输入串是否被接受。-The implementation of LL(1) analysis, including constructing the First, Follow set, Predictive Parsing Table. It can also test a string whether it is accepeted.