资源列表
tcc-0.9.25
- 有没有想过使用 C 语言作为游戏脚本? TinyC 可以让你实现这个想法. 这是个微型的 C 语言编译器, 可以附加在宿主程序上, 运行时编译任何 C99 代码.-Have you ever thought to use C language as a game scr ipt? TinyC allows you to implement this idea, which is a miniature of the C language compiler, can be attached to
Compiler_report
- 编译器实现实验报告,包括扫描器(自动机实现),语法分析,语义分析,实现输入加减乘除的式子,导出相关四元式-Experimental compiler implementation report, including the scanner (Automata), syntax analysis, semantic analysis, subtraction multiplication and division of the input formula, export-related four-
450_Infosys_Puzzles-www.PlacementPapers.net
- c tutorials, c++ tutorials
ourdev_419422
- IAR Embedded Workbench for ARM IAR 4.42A注册 自己试过有用-IAR Embedded Workbench for ARM IAR 4.42A key
Lex
- 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
CodeHelp2.2
- CodeHelp2.2.的源代码,很有用处的哟-CodeHelp2.2.rar
a2a6a98c-2833-4c2b-84cf-53a3228f1b7c
- FSDAFFS A ADFAFAFDAAFDAFF FA- ADFAFADFDASFFAFDAFA A AS A FF
LexicalAnalyzer
- 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
yufa
- 编译原理语法分析程序,使用递归子程序法。被分析语言类似与Pascal语言,使用VC6.0编写。-Compilation Principle parsing procedures, the use of recursive subroutine law. Analysis of the language was similar with the Pascal language, using VC6.0 prepared.
yufafenxi
- 语法分析课程设计 编译原理的语法分析课程设计全-Parsing principles of curriculum design compiler parsing the whole curriculum design
yufa
- 编译原理,一个词法、语法分析器,实在VC6.0环境下编译的。 能够完成一个PL0语言编写的简单程序的刺法分析和语法分析。 本来还有语义分析的,可是不知道存到哪里了,找不到了。