资源列表
87
- 词法分析 编译原理实验 c++ 词法分析 编译原理实验 c-Lexical analysis
1
- 词法分析,将程序中的各个单词区分开来实现词法分析-grammer analyse
src2dic.py
- 又一个星际译王Stardict词库编译器。与官方的stardict-editor相比有如下特点: 1、输入格式仅支持Tabfile,但词条可以用竖线|分隔以表示同义词。 2、可指定最大.dict文件大小,若源数据过多则会按此大小分割成多个词库,以规避Stardict不支持超过2G词库文件的问题。适合于大型维基词库的编译。 3、可指定词条解释的的最长大小,解释过多的词条会被分割成多个条目,以避免在手机上使用时内存不足。 4、不会将源文件全部加载至内存。排序只针对词条索引,在
fenxiqi
- 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解-to strive to seek to find and not to yield
diguixiajiang
- 可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
FDP
- Please read your package and describe it at least 40 bytes. System will automatically delete the directory of debug and release
4
- Append new playr to the existing list.
2TestScaner
- 编译原理实验,词法分析例子,简单的说明有助于加强对lex的理解-Compile principle experiment, the lexical analysis example, help to strengthen the understanding of lex
a
- 设计一个扫描器,该扫描器是一个子程序,其输入是源程序字符串,每调用一次识别并输出一个单词符号。为了避免超前搜索,提高运行效率,简化扫描器的设计,假设该程序设计语言中,基本字(也称关键词)不能做一般标识符用,如果基本字、标识符和常数之间没有确定的运算符或界符作间隔,则用空白作间隔。-The design of a scanner, the scanner is a subroutine, the input source string, each one call to identify and
Suanfu
- 算符优先算法用于分析一个句子是否是一个文法的句子-suanfu
111
- 编译原理中的逆兰式波实验源代码,以及逆兰式波的生成及计算程序。-Reverse Polish Notation and code generation
Boost.Spirit_Calculator
- 使用Boost.Spirit库实现60行代一个计算器,体现了Boost.Spirit库的强大解析功能!-To use Boost.Spirit libraries to achieve the 60 lines on behalf of a calculator, reflects the powerful analytical capabilities of the library Boost.Spirit!