资源列表

« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 1384 »

[编译器/词法分析简单优先算法

说明:本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve
<米子> 在 2008-10-13 上传 | 大小:3488 | 下载:0

[编译器/词法分析LL(1)分析的实现

说明:编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminan
<原子> 在 2008-10-13 上传 | 大小:10312 | 下载:0

[编译器/词法分析界面友好的词法分析器

说明:建议的词法分析器,界面友好,用户把文法放在input文档中,由程序调用,在ouput文档中给出分析结果,-the lexical analyzer friendly interface, users grammar on the input documents, procedures called by the ouput documents presented results of the analysis,
<原子> 在 2008-10-13 上传 | 大小:34606 | 下载:0

[编译器/词法分析LL(1)文法——vc

说明:LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
<陈为> 在 2008-10-13 上传 | 大小:2010 | 下载:0

[编译器/词法分析词法分析器11

说明:词法分析,对所给定的程序,进行符合条件的词法分析。结果分类输出!-lexical analysis, the right to have the procedure conducted in accordance with the conditions of lexical analysis. The results of the output!
<闵若琼> 在 2008-10-13 上传 | 大小:1481 | 下载:0

[编译器/词法分析cffx_tcking

说明:该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序
<汤超> 在 2008-10-13 上传 | 大小:203835 | 下载:0

[编译器/词法分析c_compile

说明:写带关键字的脚本解析可以参考这个c编译器的实现方式,高效且灵活-wrote the scr ipt with the keyword analysis can refer to the c compiler in manner, efficient and flexible
<love> 在 2008-10-13 上传 | 大小:59090 | 下载:0

[编译器/词法分析词法13554

说明:编译原理 用C++实现输入串的词法分析,分类输出-C compiler principles to achieve input string of lexical analysis, classification output
<张丽> 在 2008-10-13 上传 | 大小:8436 | 下载:0

[编译器/词法分析21codes_del62755882442

说明:将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix - (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
<张丽> 在 2008-10-13 上传 | 大小:24901 | 下载:0

[编译器/词法分析top_down

说明:自上而下的语法分析方法 能对算术表达式进行语法分析并计算出表达式的值-top-down syntax analysis method for the arithmetic expression syntax analysis and calculate the value of the expression
<李强> 在 2008-10-13 上传 | 大小:10884 | 下载:0

[编译器/词法分析bycksj

说明:编译原理课程设计之条件语句的翻译程序设计(LR方法、输出三地址表示) -Compiler Design Principle conditional statement translation program design (LR, said output three addresses)
<孙伟> 在 2008-10-13 上传 | 大小:1828 | 下载:0

[编译器/词法分析csmile_1_0.src

说明:C-smile OOL is a scr ipting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向对象语言在语法上比较像C++的脚本化的语言,它有一个编译器,一个运行
<远超> 在 2008-10-13 上传 | 大小:323728 | 下载:0
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 1384 »

源码中国 www.ymcn.org