搜索资源列表
编译原理课程设计报告书
- 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
cffx_tcking
- 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
chifafenxi
- 吃法分析程序,分类输出输入程序种的数字,标识符,运算符,关键字,界限符。结果保存在txt文件中
lex
- ① 使用自动机技术实现一个词法分析程序; ② 使用算符优先分析方法实现其语法分析程序; 需要先在运行目录下建立一个input.txt文件,将需要分析的文法放在该文件中,分析结果,会输出在output.txt文件中。
pam
- PCM编码器:实现每秒8000取样。保存为EXCEL和TXT文件
词法分析 词法分析器
- 1. 对单词的构词规则有明确的定义; 2. 编写的分析程序能够正确识别源程序中的单词符号; 3. 识别出的单词以<单词符号,种别码>的形式保存在符号表中(链表); 4. 词法分析中源程序的输入以.c格式,分析后的符号表,将二元组保存在.txt文件中。
Sub_PascalCompiler
- 一个Pascal子集语言的编译器,将pascal子集语言的源程序存成source.txt文件,经过编译器的处理得到C++语言的code.cpp文件。-Subset of a Pascal language compiler, a subset of the pascal language source.txt Save as source files, compiler after treatment has been C++ Language code.cpp document.
cifafenxi
- 1、编译原理的词法分析 2、根据输入的文件,对文件里的数据进行词法分析。 3、将分析结果保存到指定的TXT文件中-1, Compilation Principle 2 of the lexical analysis, according to documents entered on the document data lexical analysis. 3, will be the results of the analysis is saved to the specified TX
matlabFun
- 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
WordFile
- 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
Wordana
- 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
Analysis_of_the_essence_of_C_language_examples
- ◎ 光盘内容说明 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。 ◎ 光盘使用说明 1. 源代码的使用说明,参见【Code】目录下的CodeReadme.txt文件。 2. TurboC 2.0 的安装方法,参见【Tools】目录下的ToolsReadme.txt文件。 ◎ 技术支持 在光盘使用过程中,如果遇到问题,请发邮件至linread@163.com或
cifafenxi
- 简单c++单词词法分析程序设计:读取txt, 词法分析,结果输出并保存在制定txt文件!-Simple c++ word lexical analysis program design: read txt, lexical analysis, the results of the output and save txt document in the development!
yucefenxi
- 编译原理的预测分析程序,输入的内容在11。TXT文件中。-Compiler Construction Principles of the predictive analysis process, input 11. TXT file.
iat
- PE文件 IAT一键重建工具*必备工具。。。。 非常好用的IAT一键重建工具-IAT TOOLS
cifa
- 编译原理的词法分析,测试文件可以写在txt文件中,然后输入文件名即可进行词法分析。-C++
CMinus
- c-词法分析器 很好很强大 编译in。txt文件内容的-c-lexer very very strong build in. txt file contents of
HuffmanCoding
- 用哈弗曼进行编码的简单压缩,解码小软件(只对txt文件进行压缩,内容仅限与阿拉伯数字和字母)-Encoded by Ha Fuman simple compression, decoding a small software (only the txt file compression, content only with Arabic numerals and letters)
Sub_PascalCompiler
- 一个Pascal子集语言的编译器,将pascal子集语言的源程序存成source.txt文件,经过编译器的处理得到C++语言的code.cpp文件-A subset of Pascal language compiler, a subset of the pascal language source code file saved as source.txt, after processing by the compiler C++ language code.cpp file
PL0_Compiler
- Pl/0.h文件:头文件主要定义了常量,另外还定义了比较重要的枚举值,还有两个重要的结构体类型,最后还对函数进行了声明,总的来说,头文件的主要工作就是声明或定义了.cpp文件中需要用到的变量。 Pl/0.cpp文件:按照程序从main()函数开始的原则,我们一一作分析。 首先,主函数提示输入要打开的pl/0文件,因为我们需要对一个pl/0语言进行分析。接着,程序提示是否列出token文件,然后提示是否列出目标代码,继续提示是否列出符号列表,最后将文件以只读的形式放在一个新的txt格式的f