资源列表
calc
- 用lex实现的词法分析,用lex编译后可以实现简单的词法分析-Achieved by lex lexical analysis, the compiler can use lex simple lexical analysis
191074
- 编译原理 关于NFA到dDFA转换的c程序-Compiler Construction Principles on the NFA to dDFA convert c program
syntax
- compiler syntax analyser 编译原理分析器 强大的一腿-Principles of compiler syntax analyser to compile a strong one leg analyzer
Compute_Formula
- 一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help compiler theory
plo
- 原创!PL0词法分析程序的源码!能够实现用PL0语言进行词法及语法分析!
jsdmadfasd
- javascr ipt动态查询控件,非常实用合格-javascr ipt dynamic query controls, very useful for qualified
C
- 一个由c++编程的c语言的词法分析程序源代码
bianyicifa
- 自己编的词法分析程序,含有实验报告,有详细的数据结构和程序流程说明。-own addendum to the lexical analysis procedures, experimental report containing a detailed data structure and program flow note.
PL0
- PL0编译器 PL/0编译器的源语言是PL/0语言,目标语言类pcode代码,用C语言编写而实现的。PL/0语言功能简单、结构清晰、可读性强、具有一般高级语言的特点。PL/0语言语句类型丰富,适应各种程序结构,赋值语句为其基础。 本PL/0编译器是在Visual C++6.0软件环境下,用C语言实现,在Window XP平台下运行通过的。
mini-pl0-plus
- 扩展后的mini-pl0语法编译器,具体语法见压缩包中的文件介绍。用lex和yacc编写。含15个测试用例。-expansion of the mini-pl0 syntax compiler, the specific syntax compressed see the introduction of documents. Lex generates and with the preparation. With 15 Test Case.
bianyicifa2
- c++编译器,比较经典,可以供新手学习,代码简单-A C++ SCANNER
build
- #写的一个代码生成器 在实际变成工作中,我们要写大量的程序,比如说把一个表转为一个类对象或者写一个调用带n个参数的存储过程的方法等都需要手工去输入大量的代码,并且还有大量的重复代码。为了避免大量的重复劳动,同时也为了工作的方便,根据自己的需要写了这么一个功能比较简单的代码生成器。其功能如下: 功能1: 配置数据库连接服务器(包括数据库服务器的IP、数据库、登录帐户、登录密码),单击确定保存配置,保存成功后确定按钮不可用,同时弹出消息对话框。 功能2; 连接数
