搜索资源列表
Lexical-analyzer 简单的词法分析器
- 简单的词法分析器 1. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。 2.依次输出各个单词的内部编码及单词符号的自身值。 3.遇到错误时显示“无法识别的单词”,然后跳过错误部分继续显示 -Simple lexical analyzer 1. A process of reading words from the input source program, identify the meaning of
simple词法分析器.rar
- 这是用VC++6.0编写的一个简单的c语言的词法分析器,个人感觉良好,简单又实用。,This is the VC 6.0 of a simple preparation of the c language lexical analyzer, personal feel good, simple and functional.
cffxq
- 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
EP2
- C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能-C language prepared by the simple calculation procedure syntax analyzer can identify certain computing capabilities
JLex
- JLex词法分析生成器,可以用于生成简单词法分析器,java编写-JLex lexical analysis generator can be used to produce simple lexical analyzer, the preparation of java
bianyiyuanli
- 我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
newscan
- 词法分析,语法分析器,使用LL(1)算法-Lexical analysis, syntax analyzer, the use of LL (1) algorithm
SLR(1)Analyzer
- 计算机编译原理相关实验3:一个用SLR(1)文法自底向上的语义分析器-Compilation Principle of computer-related experiment 3: a used SLR (1) Bottom-up grammar semantic analyzer
ComplierLab
- C语言的词法、语法分析器 输出语法分析树,很强大-C language, lexical, syntax analyzer output parsing tree, very strong
USBLyzer1.4crack
- USBlyzer是一个视窗版本的USB协议分析器,可以对USB Host Controllers、USB Hubs和USB Devices的活动进行全面周详的分析。它使用方便,可以提供所有与USB设备相关的资料。作为一个完整的软件解决方案,它不需要安装任何额外的硬件或软件。需要先安装原版后覆盖-USBlyzer is a Windows version of the USB protocol analyzer can be USB Host Controllers, USB Hubs and U
fft_delphi.ZIP
- Delphi FFT Spectrum Analyzer
SNL
- snl的词法分析器 C语言编写 VC下运行 -snl the lexical analyzer C language VC run snl the lexical analyzer C language running under VC
cffxq
- 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
cifayufafenxi_C
- 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
while
- 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
imdict-chinese-analyzer
- imdict-chinese-analyzer 是 imdict智能词典 的智能中文分词模块,算法基于隐马尔科夫模型(Hidden Markov Model, HMM),是中国科学院计算技术研究所的ictclas中文分词程序的重新实现(基于Java),可以直接为lucene搜索引擎提供简体中文分词支持。-imdict-chinese-analyzer is a smart imdict Chinese Dictionary smart module segmentation algorithm
compilerprograms
- compiler design -lexical analyzer,and others source codes for B.tech-cse -compiler design-lexical analyzer,and others source codes for B.tech-cse
Simple_Language_Lexer
- 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式
analyzer
- 一个简单的词法分析器,可供初学者参考。 代码较短但实现了词法分析功能-simple lexical analyzer procedures