资源列表

« 1 2 ... .40 .41 .42 .43 .44 245.46 .47 .48 .49 .50 ... 1384 »

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

说明:前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical a
<陈 美> 在 2008-10-13 上传 | 大小:74584 | 下载:0

[编译器/词法分析一个简单的C语言编译器

说明:一个简单的C语言编译器-a simple C language compiler
<丁书怀> 在 2008-10-13 上传 | 大小:50707 | 下载:0

[编译器/词法分析ssuan36

说明:Simple语言词法分析器——————大连理工版-Simple language morphology analyzer Dalian technical version
<> 在 2008-10-13 上传 | 大小:9994 | 下载:0

[编译器/词法分析by01

说明:打开一个已知目录下的文本文件,通过调用函数将文本里表达式的标识符找出,然后以文本形式输出。-known to open a directory of text files, by calling the function to the text of the expression identifier identify, and then to output in the form of text.
<news> 在 2008-10-13 上传 | 大小:20298 | 下载:0

[编译器/词法分析oqsort

说明:词法分析程序 -lexical analysis procedure le xical analysis procedure lexical analysis procedure
<李骏> 在 2008-10-13 上传 | 大小:5352 | 下载:0

[编译器/词法分析a

说明:PASCAL语言的词法分析程序,用C++语言编写,开发环境为LINUX.包含源程序的输入文件和分析后的输出文件-PASCAL language lexical analysis procedures using C language, development environment for Linux. Includes input source document and analyze the output files
<白天> 在 2008-10-13 上传 | 大小:1576 | 下载:0

[编译器/词法分析词法分析程序

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

[编译器/词法分析cifafenxiqi

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

[编译器/词法分析词法

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

[编译器/词法分析recda

说明:我们编译原理的上机作业,随便写写糊弄老师的,做tc下调试通过。-we build on the principle of operation for the casual writing fool the teachers do tc under debugging through.
<静水流深> 在 2008-10-13 上传 | 大小:1111 | 下载: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
<张学友> 在 2008-10-13 上传 | 大小:24897 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 245.46 .47 .48 .49 .50 ... 1384 »

源码中国 www.ymcn.org