资源列表
NBuilder-Lexical
- 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号
TQEditor-v2.2.3
- 兼容IE9的在线编辑器, 也是一个功能体积比最优的的在线编辑器 特点: 小身材,JS(56k)+CSS(8k)+图标(7k) 总计71K, 启用gz压缩后不到30K 全浏览器支持, 当前支持 IE6, 7, 8, 9, chrome 8+, FF 3+, Opera 10+, Safari5+ Word代码清理,有效清理从word中粘贴的代码同时保留格式 默认使用SWFUpload组件处理上传, 用户体验超好 自带源码格式化 支持皮肤功能, 只需修改一
1-wrie
- DS2438程序,调试通过,可以实现,提供给大家学习,希望对大家有帮助-DS2438 program, debugging, can be achieved, provided we learn, we hope to help
Shift-reduce-parser
- compiler tech program TO IMPLEMENT SHIFT REDUCE PARSER
Remove-left-recursion
- Compiler tech: Program To Remove Left Recursion From The Given Grammar
OPG
- Compiler tech: PROGRAM FOR OPERATOR PRECECENDENCE GRAMMER.precendence grammar tells the compiler the order of executing +,-,/ and * according to ones needs-Compiler tech: PROGRAM FOR OPERATOR PRECECENDENCE GRAMMER.precendence grammar tells the comp
DFA
- Compiler tech:Program For Acceptance Of A String Using deterministic finite automaton (DFA) which is a finite state machine accepting finite strings of symbols. For each state, there is a transition arrow leading out to a next state for each symbol.
CompileChapter2
- 计算机编译原理中的文法分析程序。此程序分析一个正则文法,构造DFA,并且运行DFA。-Computer compiler theory of grammar analysis program. This program analyzes a regular grammar, construct DFA, and run the DFA.
CompileChapter1
- 计算机编译原理的文法存储程序。此程序存储用户输入的文法,找出文法中的终结符,非终结符,并且显示四元组形式!-Computer program stored in compiler theory of grammar. This program stores the user input grammar to identify the terminator grammar, nonterminals, and the form of four-tuple!
yufafenxi
- 在vc下写了一个关与编译原理的语法四元式分析程序分为词法和语法部分-Wrote under the vc off with a compiler theory of syntax analysis procedure is divided into four yuan-type part of the lexical and syntax
SD_Code.tar
- c code for complier and dedugger
GDAL181VC2010compile
- Gdal1.8.1的详细编译过程,及调用例子!-Gdal1.8.1 compile