资源列表
Suanfu
- 算符优先算法用于分析一个句子是否是一个文法的句子-suanfu
a
- 设计一个扫描器,该扫描器是一个子程序,其输入是源程序字符串,每调用一次识别并输出一个单词符号。为了避免超前搜索,提高运行效率,简化扫描器的设计,假设该程序设计语言中,基本字(也称关键词)不能做一般标识符用,如果基本字、标识符和常数之间没有确定的运算符或界符作间隔,则用空白作间隔。-The design of a scanner, the scanner is a subroutine, the input source string, each one call to identify and
2TestScaner
- 编译原理实验,词法分析例子,简单的说明有助于加强对lex的理解-Compile principle experiment, the lexical analysis example, help to strengthen the understanding of lex
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.
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
src2dic.py
- 又一个星际译王Stardict词库编译器。与官方的stardict-editor相比有如下特点: 1、输入格式仅支持Tabfile,但词条可以用竖线|分隔以表示同义词。 2、可指定最大.dict文件大小,若源数据过多则会按此大小分割成多个词库,以规避Stardict不支持超过2G词库文件的问题。适合于大型维基词库的编译。 3、可指定词条解释的的最长大小,解释过多的词条会被分割成多个条目,以避免在手机上使用时内存不足。 4、不会将源文件全部加载至内存。排序只针对词条索引,在
fenxiqi
- 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解-to strive to seek to find and not to yield
c
- 实现源程序输入串中注释、续行符的删除,换行符和Tab的替换,大写字母变换,得到预处理后的文本串,为单词识别做好准备。-Realization of input strings in the source notes, continued at the deleted line, newlines, and Tab replacement, capital letters transform, obtained after pretreatment of the text string, read
87
- 词法分析 编译原理实验 c++ 词法分析 编译原理实验 c-Lexical analysis
1
- 词法分析,将程序中的各个单词区分开来实现词法分析-grammer analyse
kpkp
- 本程序采用简单的方法实现了CMINUS词法分析器。程序具有良好可读性。度如源程序,翻译成单词流并写入目标程序中。-This program implements a simple method CMINUS lexical analyzer. Program has good readability. Degrees such as the source, translated into words flow and written to target program.