搜索资源列表
wordanalysis
- 编译原理课程中的单词词法分析程序,使用java编写。
wordanalysis
- 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
WordAnalysis
- 简单的词法分析器 词法分析的任务是:从左至右这个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的原程序改造成为单词符号穿的中间程序 该程序以类表的形式,对词语进行解析-Word Analysier
WordAnalysis
- 编译原理的词法分析器,做得很不错哦,强烈推荐-Compiler Construction Principles of the lexical analyzer, oh so very good, strongly recommend
wordanalysis
- 采用VC编程的词法分析器,代码可以直接运行,思路清晰易懂,可用作演示,也可帮助理解编译原理的词法分析过程-Programming using VC lexical analyzer, code can be directly run clear and understandable, can be used as a demo, but also can help the compiler to understand the principle of the process of lexical
WordAnalysis
- 输入一串字符串,程序自动分析出字符串中包含的单词,将它们保存并输出.-Enter the string of the string, the program automatically analyzes a string of words contained in them to preserve and output.
WordAnalysis
- 一个小小的词法分析器~能实现将输入串扫描~并完成相应功能-~ A small lexical analyzer to achieve the input string scan and complete the corresponding function ~
wordanalysis
- ANSI C词法分析器,编译原理课上的课程设计,每次按行读入源程序,这是不足之处~-word analysis
WordAnalysis
- 用Java写的C语言词法分析器,做的编译原理实验.-A lexical analyzer for C language written in the Java
WordAnalysis
- 词法分析器的源代码 代码实现了词法分析的详细过程-The codes of word s analysis,the compilier technology It relaise the fuction of word s analysis,the compilier technology
WordAnalysis
- 这是一个词法分析程序,vs开发,需要的可以下,正在学编译原理的应该用得着-This is a lexical analysis program, vs development needs can be, the school principle should need it compiled
WordAnalysis
- 词法分析器程序,很详细使用的词法分析,可以输出分析结果到文件-Lexical analyzer program, very detailed lexical analysis, and can output the analysis results to a file
WordAnalysis
- 编译原理的词法分析实验,用于C语言的词法分析,仅仅用于参考!-This is a word_analisis progrom!
wordAnalysis
- 华为比赛试题 对输入的多个字符串进行分析,输出所有匹配的字符串-the function to match the string
WordAnalysis
- 基于java的此法分析器,可以识别标示符、关键字并且编号-This java-based parser can recognize identifiers, keywords and number
wordAnalysis
- 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)
wordAnalysis
- 一个进行词法分析的程序,支持文件输入,C#编写。(A program for lexical analysis, supporting file input, and writing C#.)