资源列表
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组件处理上传, 用户体验超好 自带源码格式化 支持皮肤功能, 只需修改一
NBuilder-Lexical
- 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号
comment-V2.01
- 代码解释器 2.01版,十分简单易用,是编程的好伴侣-code commet for java programma
file1
- 词法分析程序实例 算术表达式预测分析程序设计-Lexical analysis program examples。 Forecast arithmetic expression analysis program design。
lexical-analyzer
- 编译原理,词法分析器,包含实验报告和完整代码,vc++编的可视化程序-Compiler theory, lexical analyzer, and a complete report contains experimental code, vc++ code visualization program
Compiler_src
- C SHARP code for compiler. Do not know if it compiles. Good ideas.-C SHARP code for compiler. Do not know if it compiles. Good ideas.
Source
- PASCAL source for turbo pascal 6.0. Not tried it yet but looks interesting.-PASCAL source for turbo pascal 6.0. Not tried it yet but looks interesting.
VisualPCPPP-compiler-error
- 关于Visual C++的编译错误信息的详细信息和提示-About Visual C++ compiler error messages for more information and tips
compilerconstruction
- 词法解析:flex 语法解析:bison 应用flex和bison构造编译器的经典论文: compiler-construction-using-flex-and-bison 详尽地并深入地介绍了flex和bison的应用。-compiler construction using flex and bison
1
- 编译原理 pl0词法分析算法设计,利用lex工具,对pl0源文件进行词法分析-Compiler theory pl0 lexical analysis algorithm design, the use of lex tools, pl0 lexical analysis of source files
Counter
- 编译原理非常好的一门课 这门课非常的难 但是老师为我们准备了这个课件-program biulding very good and useful about the class and it is very hard to learn it is a very good text and we all good at it
LL(1)
- 采用c++实现基本的词法分析,以加强对词法分析的理解-Using c++ implementation of basic lexical analysis to enhance understanding of the lexical analysis