资源列表

« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 1384 »

[编译器/词法分析numerical_analysis

说明:在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + m
<王宇> 在 2008-10-13 上传 | 大小:111.25kb | 下载:1

[编译器/词法分析编译原理—词法分析和语法分析 实验报告

说明:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expressi
<张学友> 在 2008-10-13 上传 | 大小:50.86kb | 下载:1

[编译器/词法分析tokenizer

说明:当你写词法分析器时,Sun s Java中的 StreamTokenizer 类是很有用的。所以我生成了类似的一个类CStringTokenizer ,它的使用方法类似于Java的StreamTokenizer ,也提供了一些额外的功能,函数名也稍微有些不同-law analyzer, Sun's Java s StreamTokenizer category is very useful. I generated a simi
<侯为> 在 2008-10-13 上传 | 大小:46.56kb | 下载:1

[编译器/词法分析c语言词法分析程序

说明:.X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果
<萧飞> 在 2008-10-13 上传 | 大小:32.76kb | 下载:1

[编译器/词法分析lccwin32_doc

说明:初学编译,这是一个用VC++写的一个编译器, 我来一个网上下的,大家可以看看!-beginners compiler, which is a VC write a compiler, I am one of the Internet, everyone can see!
<sh> 在 2008-10-13 上传 | 大小:140.48kb | 下载:1

[编译器/词法分析pl01

说明:这是一个PLO的编译器,是编译原理课程设计的一个很好的内容-This is a compiler of the PLO, is to compile the curriculum design principle a good content
<执凹> 在 2008-10-13 上传 | 大小:919.26kb | 下载:1

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

说明:一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis
<鲍婧> 在 2008-10-13 上传 | 大小:270.44kb | 下载:1

[编译器/词法分析编译原理打作业 打包

说明:编译原理课程设计,包括词法,语法,语义分析,功能全面!-the class design about principle of complier.it contains analysis of word ,gram and mine about language .
<马日光> 在 2008-10-13 上传 | 大小:4.31mb | 下载:1

[编译器/词法分析001122

说明:是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成-it is a program which is to translate the compute expression.it contains accidence analysis,gramar analysis ,lexeme analysis and three-addr code grenerate.
<冷清雪> 在 2008-10-13 上传 | 大小:7.99kb | 下载:1

[编译器/词法分析proawdll

说明:一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-new compiler, against vb and English. The procedures include detailed lexical analysis, grammar analysis, semantic analysis and intermediate code genera
<于小雄> 在 2008-10-13 上传 | 大小:4.71mb | 下载:1

[编译器/词法分析Pascal语言的语法分析器

说明:Pascal语言的语法分析器源程序和开发文档,用Yacc编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language parser source code and documentation, prepared with Yacc, as compiler theory courses of study reference source documents compiled by
<Amethyst> 在 2008-10-13 上传 | 大小:5.42kb | 下载:1

[编译器/词法分析简单的YACC程序

说明:目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the b
<刘斌> 在 2008-10-13 上传 | 大小:1.98kb | 下载:1
« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 1384 »

源码中国 www.ymcn.org