搜索资源列表
bianyikssybg
- 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
cifafenxi
- 本程序用C语言编写,在Visual studio 6.0 下运行成功 拷贝之后便可以运行。 本程序是本人在学习编译原理课程时所编写的,现在不用了,发出来供大家一起参考讨论之用。 由于只是为了实验课的需要而用,所以程序的功能还十分简单,程序中也还存在很多问题和不足,欢迎大家给予指正。 词法分析程序 编译原理课程-This program is written in C, operation successfully in Visual studio 6.0 After
wufuhaoshu
- 编译原理中实验一程序代码--无符号数的词法分析程序-Experimental a principle of compiled code- no sign of the lexical analysis of the number of procedures
ccfx
- 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
chifa
- 这个是我上编译原理实验课的时候写的小程序,实现了词法分析的功能。-This is my compile time course experiment to write a small program to realize the function of lexical analysis.
lixminC
- 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
bianyiyuanli
- 编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
cifafenxi
- 编译原理实验一词法分析源程序及简单的测试数据-Principles of Experimental Analysis of the term compile source code and test data
src(3)
- 编译原理的词法分析器,简单的进行此法分析课程要求的实验-Compiler theory of lexical analyzer, a simple method for the experimental course requirements
lexical_analysis_program
- 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过
WordAnalysis
- 编译原理的词法分析实验,用于C语言的词法分析,仅仅用于参考!-This is a word_analisis progrom!
lexical-analysis
- 编译原理实验一:C++源代码单词扫描程序(词法分析)-C++ source code word scanning procedures (lexical analysis)
cifafenxi
- 编译原理词法分析实验,比较详细的进行词法分析的一系列程序。-Compiler theory lexical analysis experiment, a more detailed lexical analysis of a series of procedures.
bianyi-homework
- 编译原理词法分析和语法分析代码. 实验作业. C语言编写.-Compiler theory lexical analysis and parsing code. Lab assignments. C language.
byyl
- 编译原理实验词法分析器,可以顺利完成词法分析功能-Compiler Principle Experiment lexical analyzer lexical analysis functions can be successfully completed
Compiler-theory---
- 编译原理 实验源代码 词法分析与三地址代码生成程序 可直接运行 Compiler theory of lexical analysis and single address code generation -Compiler theory of lexical analysis and single address code generation
bianyiyuanli
- 编译原理(第二版)张素琴 吕映芝等著 实验:简单词法分析程序设计- Compiler theory (second edition) Lvying Zhi Qin Zhang wait Experiment: Simple lexical analysis program design
analyse
- 来自课程实验,属于编译原理程序,能进行词法分析,结果比较清晰-From the course of experiments, belonging to the compiler principle, can carry out the lexical analysis, the results are clear
CompilerCminus
- 这个文件是编译原理课程设计的实验代码,这段代码中包括了词法分析以及语义树的生成,工程的话用vs2013打开,如果版本低的话,直接把里面的头文件与源文件拷出来在相关的c语言开发环境里建个新的工程就行了,里面有一个例子,直接跑就行了。-This file is experimental code compiler theory of curriculum design, this code is included in the lexical analysis and semantic tree g
实验2
- 将NFA转为DFA并最小化,从excel表中读入,并输出每一步的结果,(transform NFA to DFA)