资源列表

« 1 2 ... .97 .98 .99 .00 .01 302.03 .04 .05 .06 .07 ... 1384 »

[编译器/词法分析cdef

说明:/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includ
<白天> 在 2024-11-13 上传 | 大小:8kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includ
<白天> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[编译器/词法分析词法

说明:这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2.
<石青> 在 2024-11-13 上传 | 大小:5kb | 下载:0

[编译器/词法分析numerical_analysis

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

[编译器/词法分析recda

说明:我们编译原理的上机作业,随便写写糊弄老师的,做tc下调试通过。-we build on the principle of operation for the casual writing fool the teachers do tc under debugging through.
<静水流深> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[编译器/词法分析85018312345678

说明:编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for
<张学友> 在 2024-11-13 上传 | 大小:24kb | 下载:0

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

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

[编译器/词法分析zy200512345

说明:这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行.. -this principle is to compile the source code, the compiler principles involved in various processes : lexical analys
<张学友> 在 2024-11-13 上传 | 大小:215kb | 下载:0

[编译器/词法分析qian

说明:词法分析,用C语言开发的,绝对值的一看经过本人十多天的研究,写成的-lexical analysis using the C language, a look at the absolute value of my days after the study, written
<tttt> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[编译器/词法分析zy134345345

说明:一个简单实现了词法分析,语法分析,目标代码优化的编译器-a simple realization of the lexical analysis, grammar analysis, the objectives of optimizing code compiler
<张学友> 在 2024-11-13 上传 | 大小:9kb | 下载:0

[编译器/词法分析170054yufa 1234234234

说明:定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stac
<张学友> 在 2024-11-13 上传 | 大小:184kb | 下载:0

[编译器/词法分析dddfdf

说明:这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-here to start the definit
<圧古老> 在 2024-11-13 上传 | 大小:3kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 302.03 .04 .05 .06 .07 ... 1384 »

源码中国 www.ymcn.org